Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Oct 16, 2024
1 parent e477b99 commit 82379c0
Show file tree
Hide file tree
Showing 9 changed files with 576 additions and 438 deletions.
6 changes: 3 additions & 3 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"@vuepress-e2e/style-exports": "file:./modules/style-exports",
"@vuepress/bundler-vite": "workspace:*",
"@vuepress/bundler-webpack": "workspace:*",
"sass": "^1.79.4",
"sass-embedded": "^1.79.4",
"sass": "^1.79.5",
"sass-embedded": "^1.79.5",
"sass-loader": "^16.0.2",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vuepress": "workspace:*"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"@commitlint/types": "^19.5.0",
"@types/node": "^22.7.5",
"@types/webpack-env": "^1.18.5",
"@vitest/coverage-istanbul": "^2.1.2",
"@vitest/coverage-istanbul": "^2.1.3",
"bumpp": "^9.7.1",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.12.0",
"eslint-config-vuepress": "^5.2.0",
"eslint-config-vuepress": "^5.2.1",
"husky": "^9.1.6",
"jiti": "^2.3.3",
"lint-staged": "^15.2.10",
Expand All @@ -50,11 +50,11 @@
"rimraf": "^6.0.1",
"sort-package-json": "^2.10.1",
"taze": "^0.17.2",
"tsconfig-vuepress": "^5.2.0",
"tsconfig-vuepress": "^5.2.1",
"tsup": "^8.3.0",
"typescript": "^5.6.3",
"vite": "~5.4.8",
"vitest": "^2.1.2",
"vite": "~5.4.9",
"vitest": "^2.1.3",
"vue-tsc": "^2.1.6"
},
"packageManager": "[email protected]"
Expand Down
4 changes: 2 additions & 2 deletions packages/bundler-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"postcss": "^8.4.47",
"postcss-load-config": "^6.0.1",
"rollup": "^4.24.0",
"vite": "~5.4.8",
"vue": "^3.5.11",
"vite": "~5.4.9",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"postcss": "^8.4.47",
"postcss-loader": "^8.1.1",
"style-loader": "^4.0.0",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-loader": "^17.4.2",
"vue-router": "^4.4.5",
"webpack": "^5.95.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/bundlerutils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@vuepress/core": "workspace:*",
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@vue/devtools-api": "^7.4.6",
"@vuepress/shared": "workspace:*",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@vuepress/markdown": "workspace:*",
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/vuepress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@vuepress/markdown": "workspace:*",
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"peerDependencies": {
"@vuepress/bundler-vite": "workspace:*",
Expand Down
Loading

0 comments on commit 82379c0

Please sign in to comment.