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 Sep 20, 2024
1 parent 4476698 commit 5ed57c9
Show file tree
Hide file tree
Showing 31 changed files with 366 additions and 366 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"@vuepress/theme-default": "workspace:*",
"mathjax-full": "3.2.2",
"sass-embedded": "1.79.2",
"sass-loader": "^16.0.1",
"vue": "^3.5.6",
"sass-loader": "^16.0.2",
"vue": "^3.5.7",
"vuepress": "2.0.0-rc.15"
}
}
4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@vuepress/plugin-watermark": "workspace:*",
"@vuepress/theme-default": "workspace:*",
"sass-embedded": "1.79.2",
"sass-loader": "^16.0.1",
"vue": "^3.5.6",
"sass-loader": "^16.0.2",
"vue": "^3.5.7",
"vuepress": "2.0.0-rc.15"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"conventional-changelog-cli": "^5.0.0",
"cpx2": "^7.0.1",
"cross-env": "^7.0.3",
"eslint": "^9.10.0",
"eslint": "^9.11.0",
"eslint-config-vuepress": "^5.2.0",
"http-server": "^14.1.1",
"husky": "^9.1.6",
Expand All @@ -60,7 +60,7 @@
"vitest": "^2.1.1",
"vuepress": "2.0.0-rc.15"
},
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.11.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 @@ -41,7 +41,7 @@
},
"dependencies": {
"@vuepress/helper": "workspace:*",
"vue": "^3.5.6"
"vue": "^3.5.7"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.15"
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 @@ -41,7 +41,7 @@
},
"dependencies": {
"@vuepress/helper": "workspace:*",
"vue": "^3.5.6"
"vue": "^3.5.7"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.15"
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 @@ -41,7 +41,7 @@
"dependencies": {
"@vuepress/helper": "workspace:*",
"chokidar": "^3.6.0",
"vue": "^3.5.6"
"vue": "^3.5.7"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.15"
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 @@ -48,7 +48,7 @@
"dependencies": {
"@vuepress/helper": "workspace:*",
"giscus": "^1.5.0",
"vue": "^3.5.6"
"vue": "^3.5.7"
},
"peerDependencies": {
"@waline/client": "^3.3.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@vueuse/core": "^11.1.0",
"vue": "^3.5.6"
"vue": "^3.5.7"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.15"
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 @@ -41,7 +41,7 @@
},
"dependencies": {
"@vuepress/helper": "workspace:*",
"vue": "^3.5.6"
"vue": "^3.5.7"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.15"
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 @@ -38,7 +38,7 @@
"clean": "rimraf --glob ./lib ./*.tsbuildinfo"
},
"dependencies": {
"vue": "^3.5.6"
"vue": "^3.5.7"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.15"
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 @@
},
"dependencies": {
"@vue/devtools-api": "^6.6.4",
"vue": "^3.5.6"
"vue": "^3.5.7"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.15"
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 @@ -35,7 +35,7 @@
"clean": "rimraf --glob ./lib ./*.tsbuildinfo"
},
"dependencies": {
"vue": "^3.5.6",
"vue": "^3.5.7",
"vue-router": "^4.4.5"
},
"peerDependencies": {
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 @@ -39,7 +39,7 @@
"dependencies": {
"@vuepress/helper": "workspace:*",
"@vueuse/core": "^11.1.0",
"vue": "^3.5.6"
"vue": "^3.5.7"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.15"
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 @@ -42,7 +42,7 @@
},
"dependencies": {
"@vuepress/helper": "workspace:*",
"vue": "^3.5.6"
"vue": "^3.5.7"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.15"
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 @@ -44,7 +44,7 @@
"dependencies": {
"@vuepress/helper": "workspace:*",
"@vueuse/core": "^11.1.0",
"vue": "^3.5.6"
"vue": "^3.5.7"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.15"
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 @@ -41,7 +41,7 @@
"dependencies": {
"@vuepress/helper": "workspace:*",
"@vueuse/core": "^11.1.0",
"vue": "^3.5.6"
"vue": "^3.5.7"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.15"
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 @@ -40,7 +40,7 @@
"dependencies": {
"@vuepress/helper": "workspace:*",
"medium-zoom": "^1.1.0",
"vue": "^3.5.6"
"vue": "^3.5.7"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.15"
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 @@ -39,7 +39,7 @@
"dependencies": {
"@vuepress/helper": "workspace:*",
"@vueuse/core": "^11.1.0",
"vue": "^3.5.6"
"vue": "^3.5.7"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.15"
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 @@ -37,7 +37,7 @@
},
"dependencies": {
"@vuepress/helper": "workspace:*",
"vue": "^3.5.6"
"vue": "^3.5.7"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.15"
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 @@ -46,7 +46,7 @@
"@vuepress/helper": "workspace:*",
"@vueuse/core": "^11.1.0",
"photoswipe": "^5.4.4",
"vue": "^3.5.6"
"vue": "^3.5.7"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.15"
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 @@ -36,7 +36,7 @@
},
"dependencies": {
"@vuepress/helper": "workspace:*",
"vue": "^3.5.6",
"vue": "^3.5.7",
"watermark-js-plus": "^1.5.6"
},
"peerDependencies": {
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 @@ -44,7 +44,7 @@
"@mdit/plugin-mathjax-slim": "^0.13.1",
"@types/markdown-it": "^14.1.2",
"@vuepress/helper": "workspace:*",
"vue": "^3.5.6"
"vue": "^3.5.7"
},
"peerDependencies": {
"katex": "^0.16.10",
Expand Down
2 changes: 1 addition & 1 deletion plugins/pwa/plugin-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@vueuse/core": "^11.1.0",
"mitt": "^3.0.1",
"register-service-worker": "^1.7.2",
"vue": "^3.5.6",
"vue": "^3.5.7",
"workbox-build": "^7.1.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/search/plugin-docsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@vuepress/helper": "workspace:*",
"@vueuse/core": "^11.1.0",
"ts-debounce": "^4.0.0",
"vue": "^3.5.6"
"vue": "^3.5.7"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.15"
Expand Down
2 changes: 1 addition & 1 deletion plugins/search/plugin-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"chokidar": "^3.6.0",
"vue": "^3.5.6"
"vue": "^3.5.7"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.15"
Expand Down
2 changes: 1 addition & 1 deletion plugins/tools/plugin-redirect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@vuepress/helper": "workspace:*",
"@vueuse/core": "^11.1.0",
"cac": "^6.7.14",
"vue": "^3.5.6"
"vue": "^3.5.7"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.15"
Expand Down
Loading

0 comments on commit 5ed57c9

Please sign in to comment.