Skip to content

Commit 6123376

Browse files
committed
build: bump deps
1 parent b28dd33 commit 6123376

File tree

8 files changed

+321
-313
lines changed

8 files changed

+321
-313
lines changed

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@vuepress/bundler-webpack": "workspace:*",
2424
"sass": "^1.71.1",
2525
"sass-loader": "^14.1.1",
26-
"vue": "^3.4.20",
26+
"vue": "^3.4.21",
2727
"vuepress": "workspace:*"
2828
},
2929
"devDependencies": {

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
},
3131
"prettier": "prettier-config-vuepress",
3232
"devDependencies": {
33-
"@commitlint/cli": "^19.0.1",
34-
"@commitlint/config-conventional": "^19.0.0",
35-
"@types/node": "^20.11.21",
33+
"@commitlint/cli": "^19.0.3",
34+
"@commitlint/config-conventional": "^19.0.3",
35+
"@types/node": "^20.11.24",
3636
"@types/webpack-env": "^1.18.4",
3737
"@vitest/coverage-istanbul": "^1.3.1",
38-
"bumpp": "^9.3.0",
38+
"bumpp": "^9.4.0",
3939
"conventional-changelog-cli": "^4.1.0",
4040
"eslint": "^8.57.0",
4141
"eslint-config-vuepress": "^4.10.0",
@@ -50,7 +50,7 @@
5050
"tsconfig-vuepress": "^4.5.0",
5151
"tsup": "^8.0.2",
5252
"typescript": "^5.3.3",
53-
"vite": "~5.1.4",
53+
"vite": "~5.1.5",
5454
"vitest": "^1.3.1"
5555
},
5656
"packageManager": "[email protected]",

packages/bundler-vite/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
3838
"@vuepress/core": "workspace:*",
3939
"@vuepress/shared": "workspace:*",
4040
"@vuepress/utils": "workspace:*",
41-
"autoprefixer": "^10.4.17",
41+
"autoprefixer": "^10.4.18",
4242
"connect-history-api-fallback": "^2.0.0",
4343
"postcss": "^8.4.35",
4444
"postcss-load-config": "^5.0.3",
4545
"rollup": "^4.12.0",
46-
"vite": "~5.1.4",
47-
"vue": "^3.4.20",
46+
"vite": "~5.1.5",
47+
"vue": "^3.4.21",
4848
"vue-router": "^4.3.0"
4949
},
5050
"publishConfig": {

packages/bundler-webpack/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,19 @@
4242
"@vuepress/core": "workspace:*",
4343
"@vuepress/shared": "workspace:*",
4444
"@vuepress/utils": "workspace:*",
45-
"autoprefixer": "^10.4.17",
45+
"autoprefixer": "^10.4.18",
4646
"chokidar": "^3.6.0",
4747
"copy-webpack-plugin": "^12.0.2",
4848
"css-loader": "^6.10.0",
4949
"esbuild-loader": "~4.0.3",
50-
"express": "^4.18.2",
50+
"express": "^4.18.3",
5151
"html-webpack-plugin": "^5.6.0",
5252
"mini-css-extract-plugin": "^2.8.1",
5353
"postcss": "^8.4.35",
5454
"postcss-csso": "^6.0.1",
55-
"postcss-loader": "^8.1.0",
55+
"postcss-loader": "^8.1.1",
5656
"style-loader": "^3.3.4",
57-
"vue": "^3.4.20",
57+
"vue": "^3.4.21",
5858
"vue-loader": "^17.4.2",
5959
"vue-router": "^4.3.0",
6060
"webpack": "^5.90.3",

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"dependencies": {
4040
"@vue/devtools-api": "^6.6.1",
4141
"@vuepress/shared": "workspace:*",
42-
"vue": "^3.4.20",
42+
"vue": "^3.4.21",
4343
"vue-router": "^4.3.0"
4444
},
4545
"publishConfig": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@vuepress/markdown": "workspace:*",
3636
"@vuepress/shared": "workspace:*",
3737
"@vuepress/utils": "workspace:*",
38-
"vue": "^3.4.20"
38+
"vue": "^3.4.21"
3939
},
4040
"publishConfig": {
4141
"access": "public"

packages/vuepress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@vuepress/markdown": "workspace:*",
5656
"@vuepress/shared": "workspace:*",
5757
"@vuepress/utils": "workspace:*",
58-
"vue": "^3.4.20"
58+
"vue": "^3.4.21"
5959
},
6060
"peerDependencies": {
6161
"@vuepress/bundler-vite": "workspace:*",

0 commit comments

Comments
 (0)