Skip to content

Commit 73f75bc

Browse files
committed
build: bump deps
1 parent b0306c4 commit 73f75bc

File tree

10 files changed

+1118
-1408
lines changed

10 files changed

+1118
-1408
lines changed

e2e/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
"@vuepress-e2e/style-exports": "file:./modules/style-exports",
2121
"@vuepress/bundler-vite": "workspace:*",
2222
"@vuepress/bundler-webpack": "workspace:*",
23-
"sass": "^1.78.0",
24-
"sass-embedded": "^1.78.0",
25-
"sass-loader": "^16.0.1",
26-
"vue": "^3.5.3",
23+
"sass": "^1.79.4",
24+
"sass-embedded": "^1.79.4",
25+
"sass-loader": "^16.0.2",
26+
"vue": "^3.5.10",
2727
"vuepress": "workspace:*"
2828
},
2929
"devDependencies": {
30-
"@playwright/test": "^1.47.0",
30+
"@playwright/test": "^1.47.2",
3131
"anywhere": "^1.6.0",
3232
"cross-env": "^7.0.3"
3333
}

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,30 +32,30 @@
3232
},
3333
"prettier": "prettier-config-vuepress",
3434
"devDependencies": {
35-
"@commitlint/cli": "^19.4.1",
36-
"@commitlint/config-conventional": "^19.4.1",
37-
"@commitlint/types": "^19.0.3",
38-
"@types/node": "^22.5.4",
35+
"@commitlint/cli": "^19.5.0",
36+
"@commitlint/config-conventional": "^19.5.0",
37+
"@commitlint/types": "^19.5.0",
38+
"@types/node": "^22.7.4",
3939
"@types/webpack-env": "^1.18.5",
40-
"@vitest/coverage-istanbul": "^2.0.5",
41-
"bumpp": "^9.5.2",
40+
"@vitest/coverage-istanbul": "^2.1.1",
41+
"bumpp": "^9.6.1",
4242
"conventional-changelog-cli": "^5.0.0",
43-
"eslint": "^9.10.0",
43+
"eslint": "^9.11.1",
4444
"eslint-config-vuepress": "^5.2.0",
45-
"husky": "^9.1.5",
46-
"jiti": "^1.21.6",
45+
"husky": "^9.1.6",
46+
"jiti": "^2.0.0",
4747
"lint-staged": "^15.2.10",
4848
"prettier": "^3.3.3",
4949
"prettier-config-vuepress": "^5.0.0",
5050
"rimraf": "^6.0.1",
5151
"sort-package-json": "^2.10.1",
52-
"taze": "^0.16.7",
52+
"taze": "^0.17.2",
5353
"tsconfig-vuepress": "^5.2.0",
54-
"tsup": "^8.2.4",
54+
"tsup": "^8.3.0",
5555
"typescript": "^5.6.2",
5656
"vite": "~5.4.3",
57-
"vitest": "^2.0.5",
57+
"vitest": "^2.1.1",
5858
"vue-tsc": "^2.1.6"
5959
},
60-
"packageManager": "pnpm@9.10.0"
60+
"packageManager": "pnpm@9.11.0"
6161
}

packages/bundler-vite/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,20 @@
3535
"clean": "rimraf dist"
3636
},
3737
"dependencies": {
38-
"@vitejs/plugin-vue": "^5.1.3",
38+
"@vitejs/plugin-vue": "^5.1.4",
3939
"@vuepress/bundlerutils": "workspace:*",
4040
"@vuepress/client": "workspace:*",
4141
"@vuepress/core": "workspace:*",
4242
"@vuepress/shared": "workspace:*",
4343
"@vuepress/utils": "workspace:*",
4444
"autoprefixer": "^10.4.20",
4545
"connect-history-api-fallback": "^2.0.0",
46-
"postcss": "^8.4.45",
46+
"postcss": "^8.4.47",
4747
"postcss-load-config": "^6.0.1",
48-
"rollup": "^4.21.2",
48+
"rollup": "^4.22.5",
4949
"vite": "~5.4.3",
50-
"vue": "^3.5.3",
51-
"vue-router": "^4.4.3"
50+
"vue": "^3.5.10",
51+
"vue-router": "^4.4.5"
5252
},
5353
"devDependencies": {
5454
"@types/connect-history-api-fallback": "^1.5.4"

packages/bundler-webpack/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,17 @@
4949
"css-loader": "^7.1.2",
5050
"css-minimizer-webpack-plugin": "^7.0.0",
5151
"esbuild-loader": "~4.2.2",
52-
"express": "^4.19.2",
52+
"express": "^4.21.0",
5353
"html-webpack-plugin": "^5.6.0",
54-
"lightningcss": "^1.26.0",
54+
"lightningcss": "^1.27.0",
5555
"mini-css-extract-plugin": "^2.9.1",
56-
"postcss": "^8.4.45",
56+
"postcss": "^8.4.47",
5757
"postcss-loader": "^8.1.1",
5858
"style-loader": "^4.0.0",
59-
"vue": "^3.5.3",
59+
"vue": "^3.5.10",
6060
"vue-loader": "^17.4.2",
61-
"vue-router": "^4.4.3",
62-
"webpack": "^5.94.0",
61+
"vue-router": "^4.4.5",
62+
"webpack": "^5.95.0",
6363
"webpack-5-chain": "^8.0.2",
6464
"webpack-dev-server": "^5.1.0",
6565
"webpack-merge": "^6.0.1"

packages/bundlerutils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"@vuepress/core": "workspace:*",
3737
"@vuepress/shared": "workspace:*",
3838
"@vuepress/utils": "workspace:*",
39-
"vue": "^3.5.3",
40-
"vue-router": "^4.4.3"
39+
"vue": "^3.5.10",
40+
"vue-router": "^4.4.5"
4141
},
4242
"publishConfig": {
4343
"access": "public"

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@vuepress/utils": "workspace:*",
4242
"cac": "^6.7.14",
4343
"chokidar": "^3.6.0",
44-
"envinfo": "^7.13.0",
44+
"envinfo": "^7.14.0",
4545
"esbuild": "~0.21.5"
4646
},
4747
"devDependencies": {

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.4",
4141
"@vuepress/shared": "workspace:*",
42-
"vue": "^3.5.3",
43-
"vue-router": "^4.4.3"
42+
"vue": "^3.5.10",
43+
"vue-router": "^4.4.5"
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.5.3"
38+
"vue": "^3.5.10"
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.5.3"
58+
"vue": "^3.5.10"
5959
},
6060
"peerDependencies": {
6161
"@vuepress/bundler-vite": "workspace:*",

0 commit comments

Comments
 (0)