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 19, 2024
1 parent 68d3dbc commit 41ad211
Show file tree
Hide file tree
Showing 8 changed files with 313 additions and 553 deletions.
4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"@vuepress-e2e/style-exports": "file:./modules/style-exports",
"@vuepress/bundler-vite": "workspace:*",
"@vuepress/bundler-webpack": "workspace:*",
"sass": "^1.77.5",
"sass": "^1.77.6",
"sass-loader": "^14.2.1",
"vue": "^3.4.27",
"vue": "^3.4.29",
"vuepress": "workspace:*"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/types": "^19.0.3",
"@types/node": "^20.14.2",
"@types/node": "^20.14.5",
"@types/webpack-env": "^1.18.5",
"@vitest/coverage-istanbul": "^1.6.0",
"bumpp": "^9.4.1",
Expand All @@ -51,11 +51,11 @@
"tsconfig-vuepress": "^4.5.0",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"vite": "~5.3.0",
"vite": "~5.3.1",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.21"
},
"packageManager": "pnpm@9.3.0",
"packageManager": "pnpm@9.4.0",
"engines": {
"node": ">=18.16.0"
}
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 @@ -43,8 +43,8 @@
"postcss": "^8.4.38",
"postcss-load-config": "^6.0.1",
"rollup": "^4.18.0",
"vite": "~5.3.0",
"vue": "^3.4.27",
"vite": "~5.3.1",
"vue": "^3.4.29",
"vue-router": "^4.3.3"
},
"publishConfig": {
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 @@ -47,15 +47,15 @@
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"esbuild-loader": "~4.1.0",
"esbuild-loader": "~4.2.0",
"express": "^4.19.2",
"html-webpack-plugin": "^5.6.0",
"lightningcss": "^1.25.1",
"mini-css-extract-plugin": "^2.9.0",
"postcss": "^8.4.38",
"postcss-loader": "^8.1.1",
"style-loader": "^4.0.0",
"vue": "^3.4.27",
"vue": "^3.4.29",
"vue-loader": "^17.4.2",
"vue-router": "^4.3.3",
"webpack": "^5.92.0",
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": "^6.6.3",
"@vuepress/shared": "workspace:*",
"vue": "^3.4.27",
"vue": "^3.4.29",
"vue-router": "^4.3.3"
},
"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.4.27"
"vue": "^3.4.29"
},
"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.4.27"
"vue": "^3.4.29"
},
"peerDependencies": {
"@vuepress/bundler-vite": "workspace:*",
Expand Down
Loading

0 comments on commit 41ad211

Please sign in to comment.