Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Jul 18, 2024
1 parent 9e70522 commit 52fc4a9
Show file tree
Hide file tree
Showing 8 changed files with 514 additions and 258 deletions.
4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"@vuepress/bundler-webpack": "workspace:*",
"sass": "^1.77.8",
"sass-loader": "^14.2.1",
"vue": "^3.4.31",
"vue": "^3.4.32",
"vuepress": "workspace:*"
},
"devDependencies": {
"@playwright/test": "^1.45.1",
"@playwright/test": "^1.45.2",
"anywhere": "^1.6.0",
"cross-env": "^7.0.3"
}
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/types": "^19.0.3",
"@types/node": "^20.14.10",
"@types/node": "^20.14.11",
"@types/webpack-env": "^1.18.5",
"@vitest/coverage-istanbul": "^2.0.2",
"@vitest/coverage-istanbul": "^2.0.3",
"bumpp": "^9.4.1",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^8.57.0",
Expand All @@ -49,10 +49,10 @@
"rimraf": "^6.0.1",
"sort-package-json": "^2.10.0",
"tsconfig-vuepress": "^4.5.0",
"tsup": "^8.1.0",
"tsup": "^8.1.2",
"typescript": "^5.5.3",
"vite": "~5.3.3",
"vitest": "^2.0.2",
"vite": "~5.3.4",
"vitest": "^2.0.3",
"vue-tsc": "^2.0.26"
},
"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 @@ -45,8 +45,8 @@
"postcss": "^8.4.39",
"postcss-load-config": "^6.0.1",
"rollup": "^4.18.1",
"vite": "~5.3.3",
"vue": "^3.4.31",
"vite": "~5.3.4",
"vue": "^3.4.32",
"vue-router": "^4.4.0"
},
"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.2.1",
"esbuild-loader": "~4.2.2",
"express": "^4.19.2",
"html-webpack-plugin": "^5.6.0",
"lightningcss": "^1.25.1",
"mini-css-extract-plugin": "^2.9.0",
"postcss": "^8.4.39",
"postcss-loader": "^8.1.1",
"style-loader": "^4.0.0",
"vue": "^3.4.31",
"vue": "^3.4.32",
"vue-loader": "^17.4.2",
"vue-router": "^4.4.0",
"webpack": "^5.93.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.31",
"vue": "^3.4.32",
"vue-router": "^4.4.0"
},
"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.31"
"vue": "^3.4.32"
},
"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.31"
"vue": "^3.4.32"
},
"peerDependencies": {
"@vuepress/bundler-vite": "workspace:*",
Expand Down
Loading

0 comments on commit 52fc4a9

Please sign in to comment.