Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Jan 15, 2025
1 parent 3ff6fc4 commit 6584a90
Show file tree
Hide file tree
Showing 7 changed files with 292 additions and 357 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"@vuepress/plugin-shiki": "workspace:*",
"@vuepress/theme-default": "workspace:*",
"@vueuse/core": "^12.4.0",
"katex": "0.16.19",
"katex": "0.16.20",
"mathjax-full": "3.2.2",
"sass-embedded": "^1.83.1",
"sass-embedded": "^1.83.4",
"sass-loader": "^16.0.4",
"vue": "^3.5.13",
"vuepress": "2.0.0-rc.19"
Expand Down
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@vuepress/plugin-theme-data": "workspace:*",
"@vuepress/plugin-watermark": "workspace:*",
"@vuepress/theme-default": "workspace:*",
"sass-embedded": "^1.83.1",
"sass-embedded": "^1.83.4",
"sass-loader": "^16.0.4",
"vue": "^3.5.13",
"vuepress": "2.0.0-rc.19"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@lerna-lite/publish": "^3.11.0",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@types/node": "^22.10.5",
"@types/node": "^22.10.6",
"@types/webpack-env": "^1.18.5",
"@vitest/coverage-istanbul": "3.0.0-beta.3",
"conventional-changelog-cli": "^5.0.0",
Expand All @@ -48,17 +48,17 @@
"http-server": "^14.1.1",
"husky": "^9.1.7",
"nano-staged": "^0.8.0",
"postcss-html": "^1.7.0",
"postcss-html": "^1.8.0",
"prettier": "^3.4.2",
"prettier-config-vuepress": "^5.0.0",
"rimraf": "^6.0.1",
"rollup": "^4.30.1",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-resolve-shebang": "^1.0.1",
"sass-embedded": "^1.83.1",
"sort-package-json": "^2.12.0",
"stylelint": "^16.12.0",
"sass-embedded": "^1.83.4",
"sort-package-json": "^2.13.0",
"stylelint": "^16.13.2",
"stylelint-config-hope": "^7.0.4",
"stylelint-config-html": "^1.1.0",
"tsconfig-vuepress": "^5.2.1",
Expand Down
4 changes: 2 additions & 2 deletions plugins/markdown/plugin-shiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"style": "sass src:lib --embed-sources --style=compressed"
},
"dependencies": {
"@shikijs/transformers": "^1.26.1",
"@shikijs/transformers": "^1.27.2",
"@vuepress/helper": "workspace:*",
"@vuepress/highlighter-helper": "workspace:*",
"nanoid": "^5.0.9",
"shiki": "^1.26.1"
"shiki": "^1.27.2"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.19"
Expand Down
Loading

0 comments on commit 6584a90

Please sign in to comment.