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 21, 2024
1 parent 513bca7 commit 319f13d
Show file tree
Hide file tree
Showing 19 changed files with 632 additions and 642 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"vuepress": "2.0.0-rc.18"
},
"devDependencies": {
"@playwright/test": "^1.48.2"
"@playwright/test": "^1.49.0"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
},
"prettier": "prettier-config-vuepress",
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@lerna-lite/cli": "^3.10.0",
"@lerna-lite/publish": "^3.10.0",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@types/node": "^22.9.0",
"@types/node": "^22.9.1",
"@types/webpack-env": "^1.18.5",
"@vitest/coverage-istanbul": "^2.1.5",
"conventional-changelog-cli": "^5.0.0",
Expand All @@ -46,18 +46,18 @@
"eslint": "^9.15.0",
"eslint-config-vuepress": "^5.2.2",
"http-server": "^14.1.1",
"husky": "^9.1.6",
"husky": "^9.1.7",
"nano-staged": "^0.8.0",
"postcss-html": "^1.7.0",
"prettier": "^3.3.3",
"prettier-config-vuepress": "^5.0.0",
"rimraf": "^6.0.1",
"rollup": "^4.27.2",
"rollup": "^4.27.3",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-resolve-shebang": "^1.0.1",
"sass-embedded": "^1.81.0",
"sort-package-json": "^2.10.1",
"sort-package-json": "^2.11.0",
"stylelint": "^16.10.0",
"stylelint-config-hope": "^7.0.4",
"stylelint-config-html": "^1.1.0",
Expand All @@ -68,7 +68,7 @@
"vitest": "^2.1.5",
"vuepress": "2.0.0-rc.18"
},
"packageManager": "pnpm@9.13.2",
"packageManager": "pnpm@9.14.2",
"engines": {
"node": ">=18.19.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"clean": "rimraf --glob ./lib ./*.tsbuildinfo"
},
"dependencies": {
"@vueuse/core": "^11.2.0",
"@vueuse/core": "^11.3.0",
"vue": "^3.5.13"
},
"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.2.0",
"@vueuse/core": "^11.3.0",
"vue": "^3.5.13"
},
"peerDependencies": {
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.2.0",
"@vueuse/core": "^11.3.0",
"vue": "^3.5.13"
},
"peerDependencies": {
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.2.0",
"@vueuse/core": "^11.3.0",
"vue": "^3.5.13"
},
"peerDependencies": {
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.2.0",
"@vueuse/core": "^11.3.0",
"vue": "^3.5.13"
},
"peerDependencies": {
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 @@ -44,7 +44,7 @@
},
"dependencies": {
"@vuepress/helper": "workspace:*",
"@vueuse/core": "^11.2.0",
"@vueuse/core": "^11.3.0",
"photoswipe": "^5.4.4",
"vue": "^3.5.13"
},
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 @@ -46,7 +46,7 @@
"@mdit/plugin-container": "^0.13.1",
"@types/markdown-it": "^14.1.2",
"@vuepress/helper": "workspace:*",
"@vueuse/core": "^11.2.0"
"@vueuse/core": "^11.3.0"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
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 @@ -45,7 +45,7 @@
"@mdit/plugin-tab": "^0.13.2",
"@types/markdown-it": "^14.1.2",
"@vuepress/helper": "workspace:*",
"@vueuse/core": "^11.2.0",
"@vueuse/core": "^11.3.0",
"vue": "^3.5.13"
},
"peerDependencies": {
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 @@ -48,7 +48,7 @@
"@types/markdown-it": "^14.1.2",
"@types/reveal.js": "^5.0.4",
"@vuepress/helper": "workspace:*",
"@vueuse/core": "^11.2.0",
"@vueuse/core": "^11.3.0",
"reveal.js": "^5.1.0",
"vue": "^3.5.13"
},
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 @@ -43,7 +43,7 @@
},
"dependencies": {
"@vuepress/helper": "workspace:*",
"@vueuse/core": "^11.2.0",
"@vueuse/core": "^11.3.0",
"mitt": "^3.0.1",
"register-service-worker": "^1.7.2",
"vue": "^3.5.13",
Expand All @@ -56,6 +56,6 @@
"access": "public"
},
"devDependencies": {
"rollup": "^4.27.2"
"rollup": "^4.27.3"
}
}
4 changes: 2 additions & 2 deletions plugins/search/plugin-docsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@
"@docsearch/css": "^3.8.0",
"@docsearch/js": "^3.8.0",
"@vuepress/helper": "workspace:*",
"@vueuse/core": "^11.2.0",
"@vueuse/core": "^11.3.0",
"ts-debounce": "^4.0.0",
"vue": "^3.5.13"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.18"
},
"devDependencies": {
"algoliasearch": "5.14.2"
"algoliasearch": "5.15.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion plugins/search/plugin-slimsearch/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.2.0",
"@vueuse/core": "^11.3.0",
"cheerio": "^1.0.0",
"chokidar": "^3.6.0",
"slimsearch": "^2.2.1",
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 @@
},
"dependencies": {
"@vuepress/helper": "workspace:*",
"@vueuse/core": "^11.2.0",
"@vueuse/core": "^11.3.0",
"cac": "^6.7.14",
"vue": "^3.5.13"
},
Expand Down
Loading

0 comments on commit 319f13d

Please sign in to comment.