Skip to content

Commit 74358ed

Browse files
committed
fix @types/react
Signed-off-by: Nik Nasr <[email protected]>
1 parent b45b797 commit 74358ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/react-cra/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"typescript": "^4.3.5"
2626
},
2727
"resolutions": {
28-
"@babel/core": "^7.16.0"
28+
"@babel/core": "^7.16.0",
29+
"@types/react": "^17.0.11"
2930
},
3031
"browserslist": {
3132
"production": [

0 commit comments

Comments
 (0)