Skip to content

Commit 9e70522

Browse files
committed
build: bump deps
1 parent e3ed143 commit 9e70522

File tree

9 files changed

+1016
-1005
lines changed

9 files changed

+1016
-1005
lines changed

e2e/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"@vuepress-e2e/style-exports": "file:./modules/style-exports",
2121
"@vuepress/bundler-vite": "workspace:*",
2222
"@vuepress/bundler-webpack": "workspace:*",
23-
"sass": "^1.77.6",
23+
"sass": "^1.77.8",
2424
"sass-loader": "^14.2.1",
25-
"vue": "^3.4.29",
25+
"vue": "^3.4.31",
2626
"vuepress": "workspace:*"
2727
},
2828
"devDependencies": {
29-
"@playwright/test": "^1.44.1",
29+
"@playwright/test": "^1.45.1",
3030
"anywhere": "^1.6.0",
3131
"cross-env": "^7.0.3"
3232
}

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,28 +34,28 @@
3434
"@commitlint/cli": "^19.3.0",
3535
"@commitlint/config-conventional": "^19.2.2",
3636
"@commitlint/types": "^19.0.3",
37-
"@types/node": "^20.14.7",
37+
"@types/node": "^20.14.10",
3838
"@types/webpack-env": "^1.18.5",
39-
"@vitest/coverage-istanbul": "^1.6.0",
39+
"@vitest/coverage-istanbul": "^2.0.2",
4040
"bumpp": "^9.4.1",
4141
"conventional-changelog-cli": "^5.0.0",
4242
"eslint": "^8.57.0",
4343
"eslint-config-vuepress": "^4.10.1",
4444
"eslint-config-vuepress-typescript": "^4.10.1",
4545
"husky": "^9.0.11",
4646
"lint-staged": "^15.2.7",
47-
"prettier": "^3.3.2",
47+
"prettier": "^3.3.3",
4848
"prettier-config-vuepress": "^4.4.0",
49-
"rimraf": "^5.0.7",
49+
"rimraf": "^6.0.1",
5050
"sort-package-json": "^2.10.0",
5151
"tsconfig-vuepress": "^4.5.0",
5252
"tsup": "^8.1.0",
53-
"typescript": "^5.5.2",
54-
"vite": "~5.3.1",
55-
"vitest": "^1.6.0",
56-
"vue-tsc": "^2.0.21"
53+
"typescript": "^5.5.3",
54+
"vite": "~5.3.3",
55+
"vitest": "^2.0.2",
56+
"vue-tsc": "^2.0.26"
5757
},
58-
"packageManager": "pnpm@9.4.0",
58+
"packageManager": "pnpm@9.5.0",
5959
"engines": {
6060
"node": ">=18.16.0"
6161
}

packages/bundler-vite/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
"@vuepress/utils": "workspace:*",
4343
"autoprefixer": "^10.4.19",
4444
"connect-history-api-fallback": "^2.0.0",
45-
"postcss": "^8.4.38",
45+
"postcss": "^8.4.39",
4646
"postcss-load-config": "^6.0.1",
47-
"rollup": "^4.18.0",
48-
"vite": "~5.3.1",
49-
"vue": "^3.4.29",
50-
"vue-router": "^4.3.3"
47+
"rollup": "^4.18.1",
48+
"vite": "~5.3.3",
49+
"vue": "^3.4.31",
50+
"vue-router": "^4.4.0"
5151
},
5252
"publishConfig": {
5353
"access": "public"

packages/bundler-webpack/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,21 @@
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.2.0",
50+
"esbuild-loader": "~4.2.1",
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",
55-
"postcss": "^8.4.38",
55+
"postcss": "^8.4.39",
5656
"postcss-loader": "^8.1.1",
5757
"style-loader": "^4.0.0",
58-
"vue": "^3.4.29",
58+
"vue": "^3.4.31",
5959
"vue-loader": "^17.4.2",
60-
"vue-router": "^4.3.3",
61-
"webpack": "^5.92.1",
60+
"vue-router": "^4.4.0",
61+
"webpack": "^5.93.0",
6262
"webpack-5-chain": "^8.0.2",
6363
"webpack-dev-server": "^5.0.4",
64-
"webpack-merge": "^5.10.0"
64+
"webpack-merge": "^6.0.1"
6565
},
6666
"publishConfig": {
6767
"access": "public"

packages/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"dependencies": {
4040
"@vue/devtools-api": "^6.6.3",
4141
"@vuepress/shared": "workspace:*",
42-
"vue": "^3.4.29",
43-
"vue-router": "^4.3.3"
42+
"vue": "^3.4.31",
43+
"vue-router": "^4.4.0"
4444
},
4545
"publishConfig": {
4646
"access": "public"

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.29"
38+
"vue": "^3.4.31"
3939
},
4040
"publishConfig": {
4141
"access": "public"

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@vuepress/shared": "workspace:*",
3838
"debug": "^4.3.5",
3939
"fs-extra": "^11.2.0",
40-
"globby": "^14.0.1",
40+
"globby": "^14.0.2",
4141
"hash-sum": "^2.0.0",
4242
"ora": "^8.0.1",
4343
"picocolors": "^1.0.1",

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.29"
58+
"vue": "^3.4.31"
5959
},
6060
"peerDependencies": {
6161
"@vuepress/bundler-vite": "workspace:*",

0 commit comments

Comments
 (0)