Skip to content

Commit a1049e7

Browse files
committed
build: bump deps
1 parent 651295d commit a1049e7

File tree

9 files changed

+889
-866
lines changed

9 files changed

+889
-866
lines changed

e2e/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
"@vuepress/bundler-webpack": "workspace:*",
2323
"sass": "^1.77.8",
2424
"sass-embedded": "^1.77.8",
25-
"sass-loader": "^15.0.0",
26-
"vue": "^3.4.34",
25+
"sass-loader": "^16.0.0",
26+
"vue": "^3.4.37",
2727
"vuepress": "workspace:*"
2828
},
2929
"devDependencies": {
30-
"@playwright/test": "^1.45.3",
30+
"@playwright/test": "^1.46.0",
3131
"anywhere": "^1.6.0",
3232
"cross-env": "^7.0.3"
3333
}

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,31 +31,31 @@
3131
},
3232
"prettier": "prettier-config-vuepress",
3333
"devDependencies": {
34-
"@commitlint/cli": "^19.3.0",
34+
"@commitlint/cli": "^19.4.0",
3535
"@commitlint/config-conventional": "^19.2.2",
3636
"@commitlint/types": "^19.0.3",
37-
"@types/node": "^20.14.12",
37+
"@types/node": "^22.3.0",
3838
"@types/webpack-env": "^1.18.5",
39-
"@vitest/coverage-istanbul": "^2.0.4",
40-
"bumpp": "^9.4.1",
39+
"@vitest/coverage-istanbul": "^2.0.5",
40+
"bumpp": "^9.5.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",
45-
"husky": "^9.1.1",
46-
"lint-staged": "^15.2.7",
45+
"husky": "^9.1.4",
46+
"lint-staged": "^15.2.9",
4747
"prettier": "^3.3.3",
4848
"prettier-config-vuepress": "^4.4.0",
4949
"rimraf": "^6.0.1",
5050
"sort-package-json": "^2.10.0",
5151
"tsconfig-vuepress": "^4.5.0",
52-
"tsup": "^8.2.3",
52+
"tsup": "^8.2.4",
5353
"typescript": "^5.5.4",
5454
"vite": "~5.3.5",
55-
"vitest": "^2.0.4",
55+
"vitest": "^2.0.5",
5656
"vue-tsc": "^2.0.29"
5757
},
58-
"packageManager": "pnpm@9.6.0",
58+
"packageManager": "pnpm@9.7.1",
5959
"engines": {
6060
"node": ">=18.16.0"
6161
}

packages/bundler-vite/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@
3535
"clean": "rimraf dist"
3636
},
3737
"dependencies": {
38-
"@vitejs/plugin-vue": "^5.1.0",
38+
"@vitejs/plugin-vue": "^5.1.2",
3939
"@vuepress/client": "workspace:*",
4040
"@vuepress/core": "workspace:*",
4141
"@vuepress/shared": "workspace:*",
4242
"@vuepress/utils": "workspace:*",
43-
"autoprefixer": "^10.4.19",
43+
"autoprefixer": "^10.4.20",
4444
"connect-history-api-fallback": "^2.0.0",
45-
"postcss": "^8.4.40",
45+
"postcss": "^8.4.41",
4646
"postcss-load-config": "^6.0.1",
47-
"rollup": "^4.19.0",
47+
"rollup": "^4.20.0",
4848
"vite": "~5.3.5",
49-
"vue": "^3.4.34",
50-
"vue-router": "^4.4.0"
49+
"vue": "^3.4.37",
50+
"vue-router": "^4.4.3"
5151
},
5252
"publishConfig": {
5353
"access": "public"

packages/bundler-webpack/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,22 +42,22 @@
4242
"@vuepress/core": "workspace:*",
4343
"@vuepress/shared": "workspace:*",
4444
"@vuepress/utils": "workspace:*",
45-
"autoprefixer": "^10.4.19",
45+
"autoprefixer": "^10.4.20",
4646
"chokidar": "^3.6.0",
4747
"copy-webpack-plugin": "^12.0.2",
4848
"css-loader": "^7.1.2",
4949
"css-minimizer-webpack-plugin": "^7.0.0",
5050
"esbuild-loader": "~4.2.2",
5151
"express": "^4.19.2",
5252
"html-webpack-plugin": "^5.6.0",
53-
"lightningcss": "^1.25.1",
53+
"lightningcss": "^1.26.0",
5454
"mini-css-extract-plugin": "^2.9.0",
55-
"postcss": "^8.4.40",
55+
"postcss": "^8.4.41",
5656
"postcss-loader": "^8.1.1",
5757
"style-loader": "^4.0.0",
58-
"vue": "^3.4.34",
58+
"vue": "^3.4.37",
5959
"vue-loader": "^17.4.2",
60-
"vue-router": "^4.4.0",
60+
"vue-router": "^4.4.3",
6161
"webpack": "^5.93.0",
6262
"webpack-5-chain": "^8.0.2",
6363
"webpack-dev-server": "^5.0.4",

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.34",
43-
"vue-router": "^4.4.0"
42+
"vue": "^3.4.37",
43+
"vue-router": "^4.4.3"
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.34"
38+
"vue": "^3.4.37"
3939
},
4040
"publishConfig": {
4141
"access": "public"

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@types/fs-extra": "^11.0.4",
3636
"@types/hash-sum": "^1.0.2",
3737
"@vuepress/shared": "workspace:*",
38-
"debug": "^4.3.5",
38+
"debug": "^4.3.6",
3939
"fs-extra": "^11.2.0",
4040
"globby": "^14.0.2",
4141
"hash-sum": "^2.0.0",

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

0 commit comments

Comments
 (0)