Skip to content

Commit d89700c

Browse files
authored
Merge pull request #1197 from yqwoe/fix-types-react-version
fix:yarn 锁定 @type/react版本
2 parents b03f0f7 + e4b6c4c commit d89700c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

frontend/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,9 @@
211211
"webpackbar": "5.0.2"
212212
},
213213
"resolutions": {
214-
"react-error-overlay": "6.0.9"
214+
"react-error-overlay": "6.0.9",
215+
"@types/react": "17.0.38",
216+
"@types/react-dom": "17.0.11"
215217
},
216218
"config": {
217219
"commitizen": {

0 commit comments

Comments
 (0)