Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Oct 24, 2024
1 parent cde64f2 commit 54b692e
Show file tree
Hide file tree
Showing 8 changed files with 1,074 additions and 1,063 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@vuepress/theme-default": "workspace:*",
"katex": "0.16.11",
"mathjax-full": "3.2.2",
"sass-embedded": "1.80.3",
"sass-embedded": "1.80.4",
"sass-loader": "^16.0.2",
"vue": "^3.5.12",
"vuepress": "2.0.0-rc.18"
Expand Down
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@vuepress/plugin-theme-data": "workspace:*",
"@vuepress/plugin-watermark": "workspace:*",
"@vuepress/theme-default": "workspace:*",
"sass-embedded": "1.80.3",
"sass-embedded": "1.80.4",
"sass-loader": "^16.0.2",
"vue": "^3.5.12",
"vuepress": "2.0.0-rc.18"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"@lerna-lite/publish": "^3.10.0",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@types/node": "^22.7.7",
"@types/node": "^22.7.9",
"@types/webpack-env": "^1.18.5",
"@vitest/coverage-istanbul": "^2.1.3",
"conventional-changelog-cli": "^5.0.0",
"cpx2": "^8.0.0",
"cross-env": "^7.0.3",
"eslint": "^9.13.0",
"eslint-config-vuepress": "^5.2.1",
"eslint-config-vuepress": "^5.2.2",
"http-server": "^14.1.1",
"husky": "^9.1.6",
"nano-staged": "^0.8.0",
Expand All @@ -56,15 +56,15 @@
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-resolve-shebang": "^1.0.1",
"sass-embedded": "^1.80.3",
"sass-embedded": "^1.80.4",
"sort-package-json": "^2.10.1",
"stylelint": "^16.10.0",
"stylelint-config-hope": "^7.0.4",
"stylelint-config-html": "^1.1.0",
"tsconfig-vuepress": "^5.2.1",
"tsx": "^4.19.1",
"typescript": "^5.6.3",
"vite": "~5.4.9",
"vite": "~5.4.10",
"vitest": "^2.1.3",
"vuepress": "2.0.0-rc.18"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/development/plugin-theme-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"copy": "cpx \"src/**/*.d.ts\" lib"
},
"dependencies": {
"@vue/devtools-api": "^7.5.2",
"@vue/devtools-api": "^7.5.4",
"vue": "^3.5.12"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/markdown/plugin-prismjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@types/markdown-it": "^14.1.2",
"@types/prismjs": "^1.26.4",
"@types/prismjs": "^1.26.5",
"markdown-it": "^14.1.0"
},
"peerDependencies": {
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.22.0",
"@shikijs/transformers": "^1.22.1",
"@vuepress/helper": "workspace:*",
"@vuepress/highlighter-helper": "workspace:*",
"nanoid": "^5.0.7",
"shiki": "^1.22.0"
"shiki": "^1.22.1"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
Expand Down
2,115 changes: 1,063 additions & 1,052 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tools/helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@vuepress/bundler-webpack": "2.0.0-rc.18",
"@vuepress/plugin-git": "workspace:*",
"domhandler": "5.0.3",
"vite": "~5.4.9"
"vite": "~5.4.10"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
Expand Down

0 comments on commit 54b692e

Please sign in to comment.