Skip to content

Commit f94265d

Browse files
committed
feat: update dependencies
1 parent 0715a37 commit f94265d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

template/base/package.json.ejs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@
6868
<%_ } _%>
6969
"kolorist": "^1.8.0",
7070
"local-pkg": "^0.5.0",
71-
"postcss": "^8.4.47",
71+
"postcss": "^8.4.49",
7272
"postcss-load-config": "^6.0.1",
7373
"postcss-pxtorpx-pro": "^2.0.0",
7474
<%_ if (needsPrettier) { _%>
7575
"prettier": "^3.3.3",
7676
<%_ } _%>
77-
"rollup": "^4.24.4",
77+
"rollup": "^4.25.0",
7878
<%_ if (needsStylelint) { _%>
7979
"stylelint": "^16.10.0",
8080
"stylelint-config-standard": "^36.0.1",
@@ -84,7 +84,7 @@
8484
"typescript": "^5.6.3",
8585
<%_ } _%>
8686
<%_ if (needsTypeScript && needsEslint) { _%>
87-
"typescript-eslint": "^8.13.0",
87+
"typescript-eslint": "^8.14.0",
8888
<%_ } _%>
8989
<%_ if (needsVitest) { _%>
9090
"vitest": "^2.1.4",

0 commit comments

Comments
 (0)