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 Dec 12, 2024
1 parent 41bf513 commit 753f8b6
Show file tree
Hide file tree
Showing 56 changed files with 1,276 additions and 970 deletions.
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"docs:serve": "http-server -a localhost .vuepress/dist"
},
"dependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.18",
"@vuepress/bundler-webpack": "2.0.0-rc.18",
"@vuepress/bundler-vite": "2.0.0-rc.19",
"@vuepress/bundler-webpack": "2.0.0-rc.19",
"@vuepress/helper": "workspace:*",
"@vuepress/plugin-back-to-top": "workspace:*",
"@vuepress/plugin-cache": "workspace:*",
Expand All @@ -35,11 +35,11 @@
"@vuepress/plugin-search": "workspace:*",
"@vuepress/plugin-shiki": "workspace:*",
"@vuepress/theme-default": "workspace:*",
"katex": "0.16.11",
"katex": "0.16.15",
"mathjax-full": "3.2.2",
"sass-embedded": "1.82.0",
"sass-loader": "^16.0.4",
"vue": "^3.5.13",
"vuepress": "2.0.0-rc.18"
"vuepress": "2.0.0-rc.19"
}
}
8 changes: 4 additions & 4 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"e2e:dev-webpack": "cross-env E2E_COMMAND=dev E2E_BUNDLER=webpack playwright test"
},
"dependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.18",
"@vuepress/bundler-webpack": "2.0.0-rc.18",
"@vuepress/bundler-vite": "2.0.0-rc.19",
"@vuepress/bundler-webpack": "2.0.0-rc.19",
"@vuepress/plugin-blog": "workspace:*",
"@vuepress/plugin-catalog": "workspace:*",
"@vuepress/plugin-copyright": "workspace:*",
Expand All @@ -32,9 +32,9 @@
"sass-embedded": "1.82.0",
"sass-loader": "^16.0.4",
"vue": "^3.5.13",
"vuepress": "2.0.0-rc.18"
"vuepress": "2.0.0-rc.19"
},
"devDependencies": {
"@playwright/test": "^1.49.0"
"@playwright/test": "^1.49.1"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"@lerna-lite/publish": "^3.10.1",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@types/webpack-env": "^1.18.5",
"@vitest/coverage-istanbul": "^2.1.8",
"conventional-changelog-cli": "^5.0.0",
"cpx2": "^8.0.0",
"cross-env": "^7.0.3",
"eslint": "^9.16.0",
"eslint-config-vuepress": "^5.2.3",
"eslint-config-vuepress": "^5.2.4",
"http-server": "^14.1.1",
"husky": "^9.1.7",
"nano-staged": "^0.8.0",
Expand All @@ -64,11 +64,11 @@
"tsconfig-vuepress": "^5.2.1",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vite": "~5.4.11",
"vitest": "^2.1.8",
"vuepress": "2.0.0-rc.18"
"vite": "~6.0.3",
"vitest": "3.0.0-beta.2",
"vuepress": "2.0.0-rc.19"
},
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.0",
"engines": {
"node": ">=18.19.0"
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/analytics/plugin-baidu-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"vue": "^3.5.13"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
"vuepress": "2.0.0-rc.19"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion plugins/analytics/plugin-google-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"clean": "rimraf --glob ./lib ./*.tsbuildinfo"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
"vuepress": "2.0.0-rc.19"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion plugins/analytics/plugin-umami-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"vue": "^3.5.13"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
"vuepress": "2.0.0-rc.19"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion plugins/blog/plugin-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"vue": "^3.5.13"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
"vuepress": "2.0.0-rc.19"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion plugins/blog/plugin-comment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@waline/client": "^3.4.1",
"artalk": "^2.9.0",
"twikoo": "^1.6.39",
"vuepress": "2.0.0-rc.18"
"vuepress": "2.0.0-rc.19"
},
"peerDependenciesMeta": {
"@waline/client": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/blog/plugin-feed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@vuepress/plugin-git": "workspace:*"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
"vuepress": "2.0.0-rc.19"
},
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"vue": "^3.5.13"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
"vuepress": "2.0.0-rc.19"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions plugins/development/plugin-git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"clean": "rimraf --glob ./lib ./*.tsbuildinfo"
},
"dependencies": {
"execa": "^9.5.1"
"execa": "^9.5.2"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
"vuepress": "2.0.0-rc.19"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion plugins/development/plugin-palette/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"chokidar": "^4.0.1"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
"vuepress": "2.0.0-rc.19"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion plugins/development/plugin-reading-time/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"vue": "^3.5.13"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
"vuepress": "2.0.0-rc.19"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion plugins/development/plugin-rtl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"vue": "^3.5.13"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
"vuepress": "2.0.0-rc.19"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions plugins/development/plugin-sass-palette/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@
"chokidar": "^4.0.1"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.18",
"@vuepress/bundler-webpack": "2.0.0-rc.18"
"@vuepress/bundler-vite": "2.0.0-rc.19",
"@vuepress/bundler-webpack": "2.0.0-rc.19"
},
"peerDependencies": {
"sass": "^1.80.3",
"sass-embedded": "^1.80.3",
"sass-loader": "^16.0.2",
"vuepress": "2.0.0-rc.18"
"vuepress": "2.0.0-rc.19"
},
"peerDependenciesMeta": {
"sass": {
Expand Down
4 changes: 2 additions & 2 deletions plugins/development/plugin-theme-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"copy": "cpx \"src/**/*.d.ts\" lib"
},
"dependencies": {
"@vue/devtools-api": "^7.6.7",
"@vue/devtools-api": "^7.6.8",
"vue": "^3.5.13"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
"vuepress": "2.0.0-rc.19"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion plugins/development/plugin-toc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"vue-router": "^4.5.0"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
"vuepress": "2.0.0-rc.19"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion plugins/features/plugin-back-to-top/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"vue": "^3.5.13"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
"vuepress": "2.0.0-rc.19"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion plugins/features/plugin-catalog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"vue": "^3.5.13"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
"vuepress": "2.0.0-rc.19"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion plugins/features/plugin-copy-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"vue": "^3.5.13"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
"vuepress": "2.0.0-rc.19"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion plugins/features/plugin-copyright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"vue": "^3.5.13"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
"vuepress": "2.0.0-rc.19"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion plugins/features/plugin-medium-zoom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"vue": "^3.5.13"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
"vuepress": "2.0.0-rc.19"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion plugins/features/plugin-notice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"vue": "^3.5.13"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
"vuepress": "2.0.0-rc.19"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion plugins/features/plugin-nprogress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"vue": "^3.5.13"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
"vuepress": "2.0.0-rc.19"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion plugins/features/plugin-photo-swipe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"vue": "^3.5.13"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
"vuepress": "2.0.0-rc.19"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion plugins/features/plugin-watermark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"watermark-js-plus": "^1.5.7"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
"vuepress": "2.0.0-rc.19"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion plugins/markdown/plugin-append-date/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"peerDependencies": {
"@vuepress/plugin-git": "workspace:*",
"vuepress": "2.0.0-rc.18"
"vuepress": "2.0.0-rc.19"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion plugins/markdown/plugin-links-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@vuepress/helper": "workspace:*"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
"vuepress": "2.0.0-rc.19"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion plugins/markdown/plugin-markdown-container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"markdown-it-container": "^4.0.0"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
"vuepress": "2.0.0-rc.19"
},
"devDependencies": {
"markdown-it": "^14.1.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/markdown/plugin-markdown-ext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"js-yaml": "^4.1.0"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
"vuepress": "2.0.0-rc.19"
},
"devDependencies": {
"@types/js-yaml": "4.0.9",
Expand Down
2 changes: 1 addition & 1 deletion plugins/markdown/plugin-markdown-hint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@vueuse/core": "^12.0.0"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
"vuepress": "2.0.0-rc.19"
},
"devDependencies": {
"markdown-it": "^14.1.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/markdown/plugin-markdown-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@vuepress/helper": "workspace:*"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
"vuepress": "2.0.0-rc.19"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion plugins/markdown/plugin-markdown-include/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@vuepress/helper": "workspace:*"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
"vuepress": "2.0.0-rc.19"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion plugins/markdown/plugin-markdown-math/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"peerDependencies": {
"katex": "^0.16.10",
"mathjax-full": "^3.2.2",
"vuepress": "2.0.0-rc.18"
"vuepress": "2.0.0-rc.19"
},
"peerDependenciesMeta": {
"katex": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/markdown/plugin-markdown-stylize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@vuepress/helper": "workspace:*"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
"vuepress": "2.0.0-rc.19"
},
"devDependencies": {
"markdown-it": "^14.1.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/markdown/plugin-markdown-tab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"vue": "^3.5.13"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
"vuepress": "2.0.0-rc.19"
},
"devDependencies": {
"markdown-it": "^14.1.0"
Expand Down
Loading

0 comments on commit 753f8b6

Please sign in to comment.