We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c2925 commit 8dde4b8Copy full SHA for 8dde4b8
1 file changed
packages/taro-cli/templates/default/package.json.tmpl
@@ -114,7 +114,7 @@
114
"stylelint": "^16.4.0"{{#if typescript }},
115
"typescript": "^5.4.5",
116
"tsconfig-paths-webpack-plugin": "^4.1.0"{{/if}},
117
- "postcss": "^8.5.6"
+ "postcss": "^8.5.6",
118
"@types/node": "^18",
119
"@types/minimatch": "^5"
120
}{{/if}}{{#if (eq compiler "Vite") }}
@@ -152,7 +152,7 @@
152
"less": "^4.2.0",{{/if}}{{#if (eq css "Stylus") }}
153
"stylus": "^0.63.0",{{/if}}{{#if typescript }}
154
"typescript": "^5.4.5",{{/if}}
155
156
157
}{{/if}}
158
}
0 commit comments