Skip to content

Commit

Permalink
fix: fix react-cra typescript error (#2750)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasikp authored Dec 11, 2024
1 parent 29b074e commit 349184b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/react-cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"typescript": "^4.3.5"
},
"resolutions": {
"@babel/core": "^7.16.0"
"@babel/core": "^7.16.0",
"@types/react": "17.0.11"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit 349184b

Please sign in to comment.