Skip to content

Commit 5a93ff4

Browse files
committed
build: bump deps
1 parent 13c8c59 commit 5a93ff4

File tree

6 files changed

+1223
-919
lines changed

6 files changed

+1223
-919
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,29 +32,29 @@
3232
},
3333
"prettier": "prettier-config-vuepress",
3434
"devDependencies": {
35-
"@commitlint/cli": "^19.8.0",
36-
"@commitlint/config-conventional": "^19.8.0",
37-
"@commitlint/types": "^19.8.0",
38-
"@types/node": "^22.15.2",
35+
"@commitlint/cli": "^19.8.1",
36+
"@commitlint/config-conventional": "^19.8.1",
37+
"@commitlint/types": "^19.8.1",
38+
"@types/node": "^22.15.17",
3939
"@types/webpack-env": "^1.18.8",
40-
"@vitest/coverage-istanbul": "^3.1.2",
40+
"@vitest/coverage-istanbul": "^3.1.3",
4141
"bumpp": "^10.1.0",
4242
"conventional-changelog-cli": "^5.0.0",
43-
"eslint": "^9.25.1",
43+
"eslint": "^9.26.0",
4444
"eslint-config-vuepress": "^6.0.0",
4545
"husky": "^9.1.7",
4646
"jiti": "^2.4.2",
47-
"lint-staged": "^15.5.1",
47+
"lint-staged": "^15.5.2",
4848
"prettier": "^3.5.3",
4949
"prettier-config-vuepress": "^6.0.0",
5050
"rimraf": "^6.0.1",
51-
"sort-package-json": "^3.0.0",
52-
"taze": "^19.0.4",
51+
"sort-package-json": "^3.2.1",
52+
"taze": "^19.1.0",
5353
"tsconfig-vuepress": "^6.0.0",
5454
"tsup": "^8.4.0",
5555
"typescript": "~5.8.3",
56-
"vite": "~6.3.3",
57-
"vitest": "^3.1.2",
56+
"vite": "~6.3.5",
57+
"vitest": "^3.1.3",
5858
"vue-tsc": "^2.2.10"
5959
},
6060
"packageManager": "[email protected]",

packages/bundler-vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"connect-history-api-fallback": "^2.0.0",
4646
"postcss": "^8.5.3",
4747
"postcss-load-config": "^6.0.1",
48-
"rollup": "^4.40.0",
49-
"vite": "~6.3.3",
48+
"rollup": "^4.40.2",
49+
"vite": "~6.3.5",
5050
"vue": "catalog:",
5151
"vue-router": "catalog:"
5252
},

packages/bundler-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"vue": "catalog:",
6060
"vue-loader": "^17.4.2",
6161
"vue-router": "catalog:",
62-
"webpack": "^5.99.7",
62+
"webpack": "^5.99.8",
6363
"webpack-dev-server": "^5.2.1",
6464
"webpack-merge": "^6.0.1",
6565
"webpack-v5-chain": "^1.0.0"

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"cac": "^6.7.14",
4343
"chokidar": "^3.6.0",
4444
"envinfo": "^7.14.0",
45-
"esbuild": "^0.25.3"
45+
"esbuild": "^0.25.4"
4646
},
4747
"devDependencies": {
4848
"@types/envinfo": "^7.8.4"

packages/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"clean": "rimraf dist"
3838
},
3939
"dependencies": {
40-
"@vue/devtools-api": "^7.7.5",
41-
"@vue/devtools-kit": "^7.7.5",
40+
"@vue/devtools-api": "^7.7.6",
41+
"@vue/devtools-kit": "^7.7.6",
4242
"@vuepress/shared": "workspace:*",
4343
"vue": "catalog:",
4444
"vue-router": "catalog:"

0 commit comments

Comments
 (0)