Skip to content

Commit a5f2d6b

Browse files
committed
feat: 同步viite类型
1 parent 9dd9744 commit a5f2d6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/taro-cli/templates/default/package.json.tmpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@
152152
"less": "^4.2.0",{{/if}}{{#if (eq css "Stylus") }}
153153
"stylus": "^0.63.0",{{/if}}{{#if typescript }}
154154
"typescript": "^5.4.5",{{/if}}
155-
"postcss": "^8.4.38"
155+
"postcss": "^8.4.38",
156+
"@types/minimatch": "^5"
156157
}{{/if}}
157158
}

0 commit comments

Comments
 (0)