We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0715a37 commit f94265dCopy full SHA for f94265d
template/base/package.json.ejs
@@ -68,13 +68,13 @@
68
<%_ } _%>
69
"kolorist": "^1.8.0",
70
"local-pkg": "^0.5.0",
71
- "postcss": "^8.4.47",
+ "postcss": "^8.4.49",
72
"postcss-load-config": "^6.0.1",
73
"postcss-pxtorpx-pro": "^2.0.0",
74
<%_ if (needsPrettier) { _%>
75
"prettier": "^3.3.3",
76
77
- "rollup": "^4.24.4",
+ "rollup": "^4.25.0",
78
<%_ if (needsStylelint) { _%>
79
"stylelint": "^16.10.0",
80
"stylelint-config-standard": "^36.0.1",
@@ -84,7 +84,7 @@
84
"typescript": "^5.6.3",
85
86
<%_ if (needsTypeScript && needsEslint) { _%>
87
- "typescript-eslint": "^8.13.0",
+ "typescript-eslint": "^8.14.0",
88
89
<%_ if (needsVitest) { _%>
90
"vitest": "^2.1.4",
0 commit comments