Skip to content

Commit c971b79

Browse files
committed
build: bump deps
1 parent 4a105cb commit c971b79

File tree

4 files changed

+343
-352
lines changed

4 files changed

+343
-352
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,27 +35,27 @@
3535
"@commitlint/cli": "^19.7.1",
3636
"@commitlint/config-conventional": "^19.7.1",
3737
"@commitlint/types": "^19.5.0",
38-
"@types/node": "^22.13.4",
38+
"@types/node": "^22.13.5",
3939
"@types/webpack-env": "^1.18.8",
4040
"@vitest/coverage-istanbul": "^3.0.6",
4141
"bumpp": "^10.0.3",
4242
"conventional-changelog-cli": "^5.0.0",
43-
"eslint": "^9.20.1",
43+
"eslint": "^9.21.0",
4444
"eslint-config-vuepress": "^5.2.4",
4545
"husky": "^9.1.7",
4646
"jiti": "^2.4.2",
4747
"lint-staged": "^15.4.3",
48-
"prettier": "^3.5.1",
48+
"prettier": "^3.5.2",
4949
"prettier-config-vuepress": "^5.0.0",
5050
"rimraf": "^6.0.1",
5151
"sort-package-json": "^2.14.0",
5252
"taze": "^18.6.0",
5353
"tsconfig-vuepress": "^5.2.1",
5454
"tsup": "^8.3.6",
5555
"typescript": "~5.7.3",
56-
"vite": "~6.1.0",
56+
"vite": "~6.1.1",
5757
"vitest": "^3.0.6",
58-
"vue-tsc": "^2.2.2"
58+
"vue-tsc": "^2.2.4"
5959
},
6060
"packageManager": "[email protected]",
6161
"pnpm": {

packages/bundler-vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
"@vuepress/utils": "workspace:*",
4444
"autoprefixer": "^10.4.20",
4545
"connect-history-api-fallback": "^2.0.0",
46-
"postcss": "^8.5.2",
46+
"postcss": "^8.5.3",
4747
"postcss-load-config": "^6.0.1",
4848
"rollup": "^4.34.8",
49-
"vite": "~6.1.0",
49+
"vite": "~6.1.1",
5050
"vue": "^3.5.13",
5151
"vue-router": "^4.5.0"
5252
},

packages/bundler-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"html-webpack-plugin": "^5.6.3",
5454
"lightningcss": "^1.29.1",
5555
"mini-css-extract-plugin": "^2.9.2",
56-
"postcss": "^8.5.2",
56+
"postcss": "^8.5.3",
5757
"postcss-loader": "^8.1.1",
5858
"style-loader": "^4.0.0",
5959
"vue": "^3.5.13",

0 commit comments

Comments
 (0)