Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Solve peer dependencies with typescript >=5
  • Loading branch information
idodidodi committed Apr 17, 2024
1 parent 0a827f6 commit 3148483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-scripts/package.json
Expand Up @@ -85,7 +85,7 @@
},
"peerDependencies": {
"react": ">= 16",
"typescript": "^3.2.1 || ^4"
"typescript": ">= 3.2.1"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down

0 comments on commit 3148483

Please sign in to comment.