Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Jun 14, 2024
1 parent 5600da4 commit 4b8a2c1
Show file tree
Hide file tree
Showing 7 changed files with 392 additions and 373 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@vuepress-e2e/style-exports": "file:./modules/style-exports",
"@vuepress/bundler-vite": "workspace:*",
"@vuepress/bundler-webpack": "workspace:*",
"sass": "^1.77.4",
"sass": "^1.77.5",
"sass-loader": "^14.2.1",
"vue": "^3.4.27",
"vuepress": "workspace:*"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"eslint-config-vuepress": "^4.10.1",
"eslint-config-vuepress-typescript": "^4.10.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"prettier": "^3.3.1",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"prettier-config-vuepress": "^4.4.0",
"rimraf": "^5.0.7",
"sort-package-json": "^2.10.0",
Expand All @@ -53,9 +53,9 @@
"typescript": "^5.4.5",
"vite": "5.2.11",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.19"
"vue-tsc": "^2.0.21"
},
"packageManager": "pnpm@9.2.0",
"packageManager": "pnpm@9.3.0",
"engines": {
"node": ">=18.16.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"rollup": "^4.18.0",
"vite": "5.2.11 || >5.2.12 <5.3.0",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
"vue-router": "^4.3.3"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/bundler-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"style-loader": "^4.0.0",
"vue": "^3.4.27",
"vue-loader": "^17.4.2",
"vue-router": "^4.3.2",
"webpack": "^5.91.0",
"vue-router": "^4.3.3",
"webpack": "^5.92.0",
"webpack-5-chain": "^8.0.2",
"webpack-dev-server": "^5.0.4",
"webpack-merge": "^5.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"cac": "^6.7.14",
"chokidar": "^3.6.0",
"envinfo": "^7.13.0",
"esbuild": "~0.21.4"
"esbuild": "~0.21.5"
},
"devDependencies": {
"@types/envinfo": "^7.8.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@vue/devtools-api": "^6.6.3",
"@vuepress/shared": "workspace:*",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
"vue-router": "^4.3.3"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 4b8a2c1

Please sign in to comment.