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 Nov 18, 2024
1 parent f966926 commit 4eb7811
Show file tree
Hide file tree
Showing 33 changed files with 775 additions and 754 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"@vuepress/theme-default": "workspace:*",
"katex": "0.16.11",
"mathjax-full": "3.2.2",
"sass-embedded": "1.80.7",
"sass-embedded": "1.81.0",
"sass-loader": "^16.0.3",
"vue": "^3.5.12",
"vue": "^3.5.13",
"vuepress": "2.0.0-rc.18"
}
}
4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"@vuepress/plugin-theme-data": "workspace:*",
"@vuepress/plugin-watermark": "workspace:*",
"@vuepress/theme-default": "workspace:*",
"sass-embedded": "1.80.7",
"sass-embedded": "1.81.0",
"sass-loader": "^16.0.3",
"vue": "^3.5.12",
"vue": "^3.5.13",
"vuepress": "2.0.0-rc.18"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"conventional-changelog-cli": "^5.0.0",
"cpx2": "^8.0.0",
"cross-env": "^7.0.3",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"eslint-config-vuepress": "^5.2.2",
"http-server": "^14.1.1",
"husky": "^9.1.6",
Expand All @@ -52,11 +52,11 @@
"prettier": "^3.3.3",
"prettier-config-vuepress": "^5.0.0",
"rimraf": "^6.0.1",
"rollup": "^4.26.0",
"rollup": "^4.27.2",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-resolve-shebang": "^1.0.1",
"sass-embedded": "^1.80.7",
"sass-embedded": "^1.81.0",
"sort-package-json": "^2.10.1",
"stylelint": "^16.10.0",
"stylelint-config-hope": "^7.0.4",
Expand All @@ -68,7 +68,7 @@
"vitest": "^2.1.5",
"vuepress": "2.0.0-rc.18"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].2",
"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.12"
"vue": "^3.5.13"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
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.12"
"vue": "^3.5.13"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
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.12"
"vue": "^3.5.13"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
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.12"
"vue": "^3.5.13"
},
"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.2.0",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
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.12"
"vue": "^3.5.13"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
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.12"
"vue": "^3.5.13"
},
"peerDependencies": {
"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 @@ -38,7 +38,7 @@
},
"dependencies": {
"@vue/devtools-api": "^7.6.4",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
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.12",
"vue": "^3.5.13",
"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.2.0",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
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.12"
"vue": "^3.5.13"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
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.2.0",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
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.2.0",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
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.12"
"vue": "^3.5.13"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
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.2.0",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
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.12"
"vue": "^3.5.13"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
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.2.0",
"photoswipe": "^5.4.4",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
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.12",
"vue": "^3.5.13",
"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.12"
"vue": "^3.5.13"
},
"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.2.0",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
Expand Down
2 changes: 1 addition & 1 deletion plugins/markdown/plugin-revealjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@vuepress/helper": "workspace:*",
"@vueuse/core": "^11.2.0",
"reveal.js": "^5.1.0",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
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.2",
"@shikijs/transformers": "^1.23.1",
"@vuepress/helper": "workspace:*",
"@vuepress/highlighter-helper": "workspace:*",
"nanoid": "^5.0.8",
"shiki": "^1.22.2"
"shiki": "^1.23.1"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
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.2.0",
"mitt": "^3.0.1",
"register-service-worker": "^1.7.2",
"vue": "^3.5.12",
"vue": "^3.5.13",
"workbox-build": "^7.3.0"
},
"peerDependencies": {
Expand All @@ -56,6 +56,6 @@
"access": "public"
},
"devDependencies": {
"rollup": "^4.26.0"
"rollup": "^4.27.2"
}
}
4 changes: 2 additions & 2 deletions plugins/search/plugin-docsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
"@vuepress/helper": "workspace:*",
"@vueuse/core": "^11.2.0",
"ts-debounce": "^4.0.0",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
},
"devDependencies": {
"algoliasearch": "5.13.0"
"algoliasearch": "5.14.2"
},
"publishConfig": {
"access": "public"
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.12"
"vue": "^3.5.13"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
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.2.0",
"cac": "^6.7.14",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
Expand Down
Loading

0 comments on commit 4eb7811

Please sign in to comment.