Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Mar 6, 2024
1 parent b28dd33 commit 6123376
Show file tree
Hide file tree
Showing 8 changed files with 321 additions and 313 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@vuepress/bundler-webpack": "workspace:*",
"sass": "^1.71.1",
"sass-loader": "^14.1.1",
"vue": "^3.4.20",
"vue": "^3.4.21",
"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 @@ -30,12 +30,12 @@
},
"prettier": "prettier-config-vuepress",
"devDependencies": {
"@commitlint/cli": "^19.0.1",
"@commitlint/config-conventional": "^19.0.0",
"@types/node": "^20.11.21",
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@types/node": "^20.11.24",
"@types/webpack-env": "^1.18.4",
"@vitest/coverage-istanbul": "^1.3.1",
"bumpp": "^9.3.0",
"bumpp": "^9.4.0",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^8.57.0",
"eslint-config-vuepress": "^4.10.0",
Expand All @@ -50,7 +50,7 @@
"tsconfig-vuepress": "^4.5.0",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vite": "~5.1.4",
"vite": "~5.1.5",
"vitest": "^1.3.1"
},
"packageManager": "[email protected]",
Expand Down
6 changes: 3 additions & 3 deletions packages/bundler-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
"@vuepress/core": "workspace:*",
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"autoprefixer": "^10.4.17",
"autoprefixer": "^10.4.18",
"connect-history-api-fallback": "^2.0.0",
"postcss": "^8.4.35",
"postcss-load-config": "^5.0.3",
"rollup": "^4.12.0",
"vite": "~5.1.4",
"vue": "^3.4.20",
"vite": "~5.1.5",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/bundler-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@
"@vuepress/core": "workspace:*",
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"autoprefixer": "^10.4.17",
"autoprefixer": "^10.4.18",
"chokidar": "^3.6.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.10.0",
"esbuild-loader": "~4.0.3",
"express": "^4.18.2",
"express": "^4.18.3",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.8.1",
"postcss": "^8.4.35",
"postcss-csso": "^6.0.1",
"postcss-loader": "^8.1.0",
"postcss-loader": "^8.1.1",
"style-loader": "^3.3.4",
"vue": "^3.4.20",
"vue": "^3.4.21",
"vue-loader": "^17.4.2",
"vue-router": "^4.3.0",
"webpack": "^5.90.3",
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.1",
"@vuepress/shared": "workspace:*",
"vue": "^3.4.20",
"vue": "^3.4.21",
"vue-router": "^4.3.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.20"
"vue": "^3.4.21"
},
"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.20"
"vue": "^3.4.21"
},
"peerDependencies": {
"@vuepress/bundler-vite": "workspace:*",
Expand Down
Loading

0 comments on commit 6123376

Please sign in to comment.