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 Aug 20, 2024
1 parent df7f5b9 commit 5b54925
Show file tree
Hide file tree
Showing 49 changed files with 847 additions and 834 deletions.
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"@mdit/plugin-footnote": "0.13.0",
"@vuepress/bundler-vite": "2.0.0-rc.14",
"@vuepress/bundler-webpack": "2.0.0-rc.14",
"@vuepress/bundler-vite": "2.0.0-rc.15",
"@vuepress/bundler-webpack": "2.0.0-rc.15",
"@vuepress/plugin-back-to-top": "workspace:*",
"@vuepress/helper": "workspace:*",
"@vuepress/plugin-catalog": "workspace:*",
Expand All @@ -32,8 +32,8 @@
"@vuepress/plugin-cache": "workspace:*",
"@vuepress/theme-default": "workspace:*",
"mathjax-full": "3.2.2",
"sass-loader": "^16.0.0",
"vue": "^3.4.37",
"vuepress": "2.0.0-rc.14"
"sass-loader": "^16.0.1",
"vue": "^3.4.38",
"vuepress": "2.0.0-rc.15"
}
}
12 changes: 6 additions & 6 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.14",
"@vuepress/bundler-webpack": "2.0.0-rc.14",
"@vuepress/bundler-vite": "2.0.0-rc.15",
"@vuepress/bundler-webpack": "2.0.0-rc.15",
"@vuepress/plugin-blog": "workspace:*",
"@vuepress/plugin-catalog": "workspace:*",
"@vuepress/plugin-copyright": "workspace:*",
Expand All @@ -29,11 +29,11 @@
"@vuepress/plugin-watermark": "workspace:*",
"@vuepress/theme-default": "workspace:*",
"sass": "^1.77.8",
"sass-loader": "^16.0.0",
"vue": "^3.4.37",
"vuepress": "2.0.0-rc.14"
"sass-loader": "^16.0.1",
"vue": "^3.4.38",
"vuepress": "2.0.0-rc.15"
},
"devDependencies": {
"@playwright/test": "^1.46.0"
"@playwright/test": "^1.46.1"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@commitlint/config-conventional": "^19.2.2",
"@lerna-lite/cli": "^3.8.0",
"@lerna-lite/publish": "^3.8.0",
"@types/node": "^22.3.0",
"@types/node": "^22.4.1",
"@types/webpack-env": "^1.18.5",
"@vitest/coverage-istanbul": "^2.0.5",
"conventional-changelog-cli": "^5.0.0",
Expand All @@ -51,15 +51,15 @@
"rimraf": "^6.0.1",
"sass": "1.77.8",
"sort-package-json": "^2.10.0",
"stylelint": "^16.8.1",
"stylelint": "^16.8.2",
"stylelint-config-hope": "^7.0.2",
"stylelint-config-html": "^1.1.0",
"tsconfig-vuepress": "^4.5.0",
"tsx": "^4.17.0",
"typescript": "^5.5.4",
"vite": "5.3.5",
"vite": "5.4.1",
"vitest": "^2.0.5",
"vuepress": "2.0.0-rc.14"
"vuepress": "2.0.0-rc.15"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions plugins/analytics/plugin-baidu-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
},
"dependencies": {
"@vuepress/helper": "workspace:*",
"vue": "^3.4.37"
"vue": "^3.4.38"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.14"
"vuepress": "2.0.0-rc.15"
},
"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 @@ -36,7 +36,7 @@
"clean": "rimraf --glob ./lib ./*.tsbuildinfo"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.14"
"vuepress": "2.0.0-rc.15"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions plugins/analytics/plugin-umami-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
},
"dependencies": {
"@vuepress/helper": "workspace:*",
"vue": "^3.4.37"
"vue": "^3.4.38"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.14"
"vuepress": "2.0.0-rc.15"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions plugins/blog/plugin-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"dependencies": {
"@vuepress/helper": "workspace:*",
"chokidar": "^3.6.0",
"vue": "^3.4.37"
"vue": "^3.4.38"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.14"
"vuepress": "2.0.0-rc.15"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions plugins/blog/plugin-comment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@
"dependencies": {
"@vuepress/helper": "workspace:*",
"giscus": "^1.5.0",
"vue": "^3.4.37"
"vue": "^3.4.38"
},
"peerDependencies": {
"@waline/client": "^3.1.0",
"artalk": "^2.8.7",
"twikoo": "^1.5.0",
"vuepress": "2.0.0-rc.14"
"vuepress": "2.0.0-rc.15"
},
"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 @@ -47,7 +47,7 @@
"@vuepress/plugin-git": "workspace:*"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.14"
"vuepress": "2.0.0-rc.15"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions plugins/development/plugin-active-header-links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"clean": "rimraf --glob ./lib ./*.tsbuildinfo"
},
"dependencies": {
"@vueuse/core": "^10.11.1",
"vue": "^3.4.37"
"@vueuse/core": "^11.0.1",
"vue": "^3.4.38"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.14"
"vuepress": "2.0.0-rc.15"
},
"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 @@ -34,10 +34,10 @@
"clean": "rimraf --glob ./lib ./*.tsbuildinfo"
},
"dependencies": {
"execa": "^9.3.0"
"execa": "^9.3.1"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.14"
"vuepress": "2.0.0-rc.15"
},
"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 @@ -42,7 +42,7 @@
"chokidar": "^3.6.0"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.14"
"vuepress": "2.0.0-rc.15"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions plugins/development/plugin-reading-time/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
},
"dependencies": {
"@vuepress/helper": "workspace:*",
"vue": "^3.4.37"
"vue": "^3.4.38"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.14"
"vuepress": "2.0.0-rc.15"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions plugins/development/plugin-rtl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"clean": "rimraf --glob ./lib ./*.tsbuildinfo"
},
"dependencies": {
"vue": "^3.4.37"
"vue": "^3.4.38"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.14"
"vuepress": "2.0.0-rc.15"
},
"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,12 +51,12 @@
"sass": "^1.77.8"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.14",
"@vuepress/bundler-webpack": "2.0.0-rc.14"
"@vuepress/bundler-vite": "2.0.0-rc.15",
"@vuepress/bundler-webpack": "2.0.0-rc.15"
},
"peerDependencies": {
"sass-loader": "^16.0.0",
"vuepress": "2.0.0-rc.14"
"vuepress": "2.0.0-rc.15"
},
"peerDependenciesMeta": {
"sass-loader": {
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,10 +37,10 @@
},
"dependencies": {
"@vue/devtools-api": "^6.6.3",
"vue": "^3.4.37"
"vue": "^3.4.38"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.14"
"vuepress": "2.0.0-rc.15"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions plugins/development/plugin-toc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"clean": "rimraf --glob ./lib ./*.tsbuildinfo"
},
"dependencies": {
"vue": "^3.4.37",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.14"
"vuepress": "2.0.0-rc.15"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions plugins/features/plugin-back-to-top/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
},
"dependencies": {
"@vuepress/helper": "workspace:*",
"@vueuse/core": "^10.11.1",
"vue": "^3.4.37"
"@vueuse/core": "^11.0.1",
"vue": "^3.4.38"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.14"
"vuepress": "2.0.0-rc.15"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions plugins/features/plugin-catalog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
},
"dependencies": {
"@vuepress/helper": "workspace:*",
"vue": "^3.4.37"
"vue": "^3.4.38"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.14"
"vuepress": "2.0.0-rc.15"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions plugins/features/plugin-copy-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
},
"dependencies": {
"@vuepress/helper": "workspace:*",
"@vueuse/core": "^10.11.1",
"vue": "^3.4.37"
"@vueuse/core": "^11.0.1",
"vue": "^3.4.38"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.14"
"vuepress": "2.0.0-rc.15"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions plugins/features/plugin-copyright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
},
"dependencies": {
"@vuepress/helper": "workspace:*",
"@vueuse/core": "^10.11.1",
"vue": "^3.4.37"
"@vueuse/core": "^11.0.1",
"vue": "^3.4.38"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.14"
"vuepress": "2.0.0-rc.15"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions plugins/features/plugin-medium-zoom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"dependencies": {
"@vuepress/helper": "workspace:*",
"medium-zoom": "^1.1.0",
"vue": "^3.4.37"
"vue": "^3.4.38"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.14"
"vuepress": "2.0.0-rc.15"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions plugins/features/plugin-notice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
},
"dependencies": {
"@vuepress/helper": "workspace:*",
"@vueuse/core": "^10.11.1",
"vue": "^3.4.37"
"@vueuse/core": "^11.0.1",
"vue": "^3.4.38"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.14"
"vuepress": "2.0.0-rc.15"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions plugins/features/plugin-nprogress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"copy": "cpx \"src/**/*.css\" lib"
},
"dependencies": {
"vue": "^3.4.37"
"vue": "^3.4.38"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.14"
"vuepress": "2.0.0-rc.15"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions plugins/features/plugin-photo-swipe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
},
"dependencies": {
"@vuepress/helper": "workspace:*",
"@vueuse/core": "^10.11.1",
"@vueuse/core": "^11.0.1",
"photoswipe": "^5.4.4",
"vue": "^3.4.37"
"vue": "^3.4.38"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.14"
"vuepress": "2.0.0-rc.15"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions plugins/features/plugin-watermark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
},
"dependencies": {
"@vuepress/helper": "workspace:*",
"vue": "^3.4.37",
"watermark-js-plus": "^1.5.2"
"vue": "^3.4.38",
"watermark-js-plus": "^1.5.3"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.14"
"vuepress": "2.0.0-rc.15"
},
"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 @@ -42,7 +42,7 @@
},
"peerDependencies": {
"@vuepress/plugin-git": "workspace:*",
"vuepress": "2.0.0-rc.14"
"vuepress": "2.0.0-rc.15"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 5b54925

Please sign in to comment.