Skip to content

Commit

Permalink
build: bump deps (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope authored Oct 9, 2024
1 parent 3356183 commit 801be86
Show file tree
Hide file tree
Showing 36 changed files with 1,690 additions and 1,661 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"mathjax-full": "3.2.2",
"sass-embedded": "1.79.4",
"sass-loader": "^16.0.2",
"vue": "^3.5.10",
"vue": "^3.5.11",
"vuepress": "2.0.0-rc.17"
}
}
4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"@vuepress/theme-default": "workspace:*",
"sass-embedded": "1.79.4",
"sass-loader": "^16.0.2",
"vue": "^3.5.10",
"vue": "^3.5.11",
"vuepress": "2.0.0-rc.17"
},
"devDependencies": {
"@playwright/test": "^1.47.2"
"@playwright/test": "^1.48.0"
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@lerna-lite/cli": "^3.9.2",
"@lerna-lite/publish": "^3.9.2",
"@lerna-lite/cli": "^3.9.3",
"@lerna-lite/publish": "^3.9.3",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@types/node": "^22.7.4",
"@types/node": "^22.7.5",
"@types/webpack-env": "^1.18.5",
"@vitest/coverage-istanbul": "^2.1.1",
"@vitest/coverage-istanbul": "^2.1.2",
"conventional-changelog-cli": "^5.0.0",
"cpx2": "^7.0.1",
"cpx2": "^8.0.0",
"cross-env": "^7.0.3",
"eslint": "^9.11.1",
"eslint": "^9.12.0",
"eslint-config-vuepress": "^5.2.0",
"http-server": "^14.1.1",
"husky": "^9.1.6",
Expand All @@ -52,7 +52,7 @@
"prettier": "^3.3.3",
"prettier-config-vuepress": "^5.0.0",
"rimraf": "^6.0.1",
"rollup": "^4.22.5",
"rollup": "^4.24.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-resolve-shebang": "^1.0.1",
Expand All @@ -63,12 +63,12 @@
"stylelint-config-html": "^1.1.0",
"tsconfig-vuepress": "^5.2.0",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vite": "~5.4.8",
"vitest": "^2.1.1",
"vitest": "^2.1.2",
"vuepress": "2.0.0-rc.17"
},
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.12.1",
"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 @@ -42,7 +42,7 @@
},
"dependencies": {
"@vuepress/helper": "workspace:*",
"vue": "^3.5.10"
"vue": "^3.5.11"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.17"
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 @@ -42,7 +42,7 @@
},
"dependencies": {
"@vuepress/helper": "workspace:*",
"vue": "^3.5.10"
"vue": "^3.5.11"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.17"
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 @@ -42,7 +42,7 @@
"dependencies": {
"@vuepress/helper": "workspace:*",
"chokidar": "^3.6.0",
"vue": "^3.5.10"
"vue": "^3.5.11"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.17"
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 @@ -49,7 +49,7 @@
"dependencies": {
"@vuepress/helper": "workspace:*",
"giscus": "^1.5.0",
"vue": "^3.5.10"
"vue": "^3.5.11"
},
"peerDependencies": {
"@waline/client": "^3.3.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@vueuse/core": "^11.1.0",
"vue": "^3.5.10"
"vue": "^3.5.11"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.17"
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 @@ -42,7 +42,7 @@
},
"dependencies": {
"@vuepress/helper": "workspace:*",
"vue": "^3.5.10"
"vue": "^3.5.11"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.17"
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 @@ -41,7 +41,7 @@
},
"dependencies": {
"@vuepress/helper": "workspace:*",
"vue": "^3.5.10"
"vue": "^3.5.11"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.17"
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 @@ -38,7 +38,7 @@
},
"dependencies": {
"@vue/devtools-api": "^7.4.6",
"vue": "^3.5.10"
"vue": "^3.5.11"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.17"
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 @@ -36,7 +36,7 @@
"clean": "rimraf --glob ./lib ./*.tsbuildinfo"
},
"dependencies": {
"vue": "^3.5.10",
"vue": "^3.5.11",
"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 @@ -40,7 +40,7 @@
"dependencies": {
"@vuepress/helper": "workspace:*",
"@vueuse/core": "^11.1.0",
"vue": "^3.5.10"
"vue": "^3.5.11"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.17"
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 @@ -43,7 +43,7 @@
},
"dependencies": {
"@vuepress/helper": "workspace:*",
"vue": "^3.5.10"
"vue": "^3.5.11"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.17"
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 @@ -45,7 +45,7 @@
"dependencies": {
"@vuepress/helper": "workspace:*",
"@vueuse/core": "^11.1.0",
"vue": "^3.5.10"
"vue": "^3.5.11"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.17"
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 @@ -42,7 +42,7 @@
"dependencies": {
"@vuepress/helper": "workspace:*",
"@vueuse/core": "^11.1.0",
"vue": "^3.5.10"
"vue": "^3.5.11"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.17"
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 @@ -41,7 +41,7 @@
"dependencies": {
"@vuepress/helper": "workspace:*",
"medium-zoom": "^1.1.0",
"vue": "^3.5.10"
"vue": "^3.5.11"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.17"
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 @@ -40,7 +40,7 @@
"dependencies": {
"@vuepress/helper": "workspace:*",
"@vueuse/core": "^11.1.0",
"vue": "^3.5.10"
"vue": "^3.5.11"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.17"
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 @@ -38,7 +38,7 @@
},
"dependencies": {
"@vuepress/helper": "workspace:*",
"vue": "^3.5.10"
"vue": "^3.5.11"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.17"
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.10"
"vue": "^3.5.11"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.17"
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 @@ -37,7 +37,7 @@
},
"dependencies": {
"@vuepress/helper": "workspace:*",
"vue": "^3.5.10",
"vue": "^3.5.11",
"watermark-js-plus": "^1.5.7"
},
"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 @@ -45,7 +45,7 @@
"@mdit/plugin-mathjax-slim": "^0.13.1",
"@types/markdown-it": "^14.1.2",
"@vuepress/helper": "workspace:*",
"vue": "^3.5.10"
"vue": "^3.5.11"
},
"peerDependencies": {
"katex": "^0.16.10",
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 @@ -46,7 +46,7 @@
"@types/markdown-it": "^14.1.2",
"@vuepress/helper": "workspace:*",
"@vueuse/core": "^11.1.0",
"vue": "^3.5.10"
"vue": "^3.5.11"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.17"
Expand Down
4 changes: 2 additions & 2 deletions plugins/markdown/plugin-revealjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
"dependencies": {
"@mdit/plugin-uml": "^0.13.1",
"@types/markdown-it": "^14.1.2",
"@types/reveal.js": "^5.0.3",
"@types/reveal.js": "^5.0.4",
"@vuepress/helper": "workspace:*",
"@vueuse/core": "^11.1.0",
"reveal.js": "^5.1.0",
"vue": "^3.5.10"
"vue": "^3.5.11"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.17"
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.21.0",
"@shikijs/transformers": "^1.22.0",
"@vuepress/helper": "workspace:*",
"@vuepress/highlighter-helper": "workspace:*",
"nanoid": "^5.0.7",
"shiki": "^1.21.0"
"shiki": "^1.22.0"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.17"
Expand Down
4 changes: 2 additions & 2 deletions plugins/pwa/plugin-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@vueuse/core": "^11.1.0",
"mitt": "^3.0.1",
"register-service-worker": "^1.7.2",
"vue": "^3.5.10",
"vue": "^3.5.11",
"workbox-build": "^7.1.1"
},
"peerDependencies": {
Expand All @@ -56,6 +56,6 @@
"access": "public"
},
"devDependencies": {
"rollup": "^4.22.5"
"rollup": "^4.24.0"
}
}
2 changes: 1 addition & 1 deletion plugins/search/plugin-docsearch/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",
"ts-debounce": "^4.0.0",
"vue": "^3.5.10"
"vue": "^3.5.11"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.17"
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 @@ -39,7 +39,7 @@
},
"dependencies": {
"chokidar": "^3.6.0",
"vue": "^3.5.10"
"vue": "^3.5.11"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.17"
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 @@ -47,7 +47,7 @@
"@vuepress/helper": "workspace:*",
"@vueuse/core": "^11.1.0",
"cac": "^6.7.14",
"vue": "^3.5.10"
"vue": "^3.5.11"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.17"
Expand Down
Loading

0 comments on commit 801be86

Please sign in to comment.