Skip to content

Commit 41ad211

Browse files
committed
build: bump deps
1 parent 68d3dbc commit 41ad211

File tree

8 files changed

+313
-553
lines changed

8 files changed

+313
-553
lines changed

e2e/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"@vuepress-e2e/style-exports": "file:./modules/style-exports",
2121
"@vuepress/bundler-vite": "workspace:*",
2222
"@vuepress/bundler-webpack": "workspace:*",
23-
"sass": "^1.77.5",
23+
"sass": "^1.77.6",
2424
"sass-loader": "^14.2.1",
25-
"vue": "^3.4.27",
25+
"vue": "^3.4.29",
2626
"vuepress": "workspace:*"
2727
},
2828
"devDependencies": {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@commitlint/cli": "^19.3.0",
3535
"@commitlint/config-conventional": "^19.2.2",
3636
"@commitlint/types": "^19.0.3",
37-
"@types/node": "^20.14.2",
37+
"@types/node": "^20.14.5",
3838
"@types/webpack-env": "^1.18.5",
3939
"@vitest/coverage-istanbul": "^1.6.0",
4040
"bumpp": "^9.4.1",
@@ -51,11 +51,11 @@
5151
"tsconfig-vuepress": "^4.5.0",
5252
"tsup": "^8.1.0",
5353
"typescript": "^5.4.5",
54-
"vite": "~5.3.0",
54+
"vite": "~5.3.1",
5555
"vitest": "^1.6.0",
5656
"vue-tsc": "^2.0.21"
5757
},
58-
"packageManager": "pnpm@9.3.0",
58+
"packageManager": "pnpm@9.4.0",
5959
"engines": {
6060
"node": ">=18.16.0"
6161
}

packages/bundler-vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"postcss": "^8.4.38",
4444
"postcss-load-config": "^6.0.1",
4545
"rollup": "^4.18.0",
46-
"vite": "~5.3.0",
47-
"vue": "^3.4.27",
46+
"vite": "~5.3.1",
47+
"vue": "^3.4.29",
4848
"vue-router": "^4.3.3"
4949
},
5050
"publishConfig": {

packages/bundler-webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@
4747
"copy-webpack-plugin": "^12.0.2",
4848
"css-loader": "^7.1.2",
4949
"css-minimizer-webpack-plugin": "^7.0.0",
50-
"esbuild-loader": "~4.1.0",
50+
"esbuild-loader": "~4.2.0",
5151
"express": "^4.19.2",
5252
"html-webpack-plugin": "^5.6.0",
5353
"lightningcss": "^1.25.1",
5454
"mini-css-extract-plugin": "^2.9.0",
5555
"postcss": "^8.4.38",
5656
"postcss-loader": "^8.1.1",
5757
"style-loader": "^4.0.0",
58-
"vue": "^3.4.27",
58+
"vue": "^3.4.29",
5959
"vue-loader": "^17.4.2",
6060
"vue-router": "^4.3.3",
6161
"webpack": "^5.92.0",

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.3",
4141
"@vuepress/shared": "workspace:*",
42-
"vue": "^3.4.27",
42+
"vue": "^3.4.29",
4343
"vue-router": "^4.3.3"
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.27"
38+
"vue": "^3.4.29"
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.27"
58+
"vue": "^3.4.29"
5959
},
6060
"peerDependencies": {
6161
"@vuepress/bundler-vite": "workspace:*",

0 commit comments

Comments
 (0)