Skip to content

Commit bb265c0

Browse files
committed
build: bump deps
1 parent d43bf23 commit bb265c0

File tree

5 files changed

+291
-334
lines changed

5 files changed

+291
-334
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@
3434
"@commitlint/cli": "^19.4.1",
3535
"@commitlint/config-conventional": "^19.4.1",
3636
"@commitlint/types": "^19.0.3",
37-
"@types/node": "^22.5.1",
37+
"@types/node": "^22.5.2",
3838
"@types/webpack-env": "^1.18.5",
3939
"@vitest/coverage-istanbul": "^2.0.5",
4040
"bumpp": "^9.5.2",
4141
"conventional-changelog-cli": "^5.0.0",
4242
"eslint": "^9.9.1",
43-
"eslint-config-vuepress": "^5.1.4",
43+
"eslint-config-vuepress": "^5.1.6",
4444
"husky": "^9.1.5",
4545
"jiti": "^1.21.6",
46-
"lint-staged": "^15.2.9",
46+
"lint-staged": "^15.2.10",
4747
"prettier": "^3.3.3",
4848
"prettier-config-vuepress": "^5.0.0",
4949
"rimraf": "^6.0.1",
@@ -54,7 +54,7 @@
5454
"typescript": "^5.5.4",
5555
"vite": "~5.4.1",
5656
"vitest": "^2.0.5",
57-
"vue-tsc": "^2.1.2"
57+
"vue-tsc": "^2.1.4"
5858
},
5959
"packageManager": "[email protected]"
6060
}

packages/bundler-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@vuepress/utils": "workspace:*",
4343
"autoprefixer": "^10.4.20",
4444
"connect-history-api-fallback": "^2.0.0",
45-
"postcss": "^8.4.41",
45+
"postcss": "^8.4.44",
4646
"postcss-load-config": "^6.0.1",
4747
"rollup": "^4.21.2",
4848
"vite": "~5.4.1",

packages/bundler-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"html-webpack-plugin": "^5.6.0",
5353
"lightningcss": "^1.26.0",
5454
"mini-css-extract-plugin": "^2.9.1",
55-
"postcss": "^8.4.41",
55+
"postcss": "^8.4.44",
5656
"postcss-loader": "^8.1.1",
5757
"style-loader": "^4.0.0",
5858
"vue": "^3.5.0",

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"globby": "^14.0.2",
4141
"hash-sum": "^2.0.0",
4242
"ora": "^8.1.0",
43-
"picocolors": "^1.0.1",
43+
"picocolors": "^1.1.0",
4444
"upath": "^2.0.1"
4545
},
4646
"publishConfig": {

0 commit comments

Comments
 (0)