Skip to content

Commit

Permalink
Allow TypeScript 5 as a peer dependency. (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
angel3cu authored Apr 19, 2023
1 parent d960b9e commit 5177dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
},
"peerDependencies": {
"react": ">= 16",
"typescript": "^3.2.1 || ^4"
"typescript": "^3.2.1 || ^4 || ^5"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down

0 comments on commit 5177dad

Please sign in to comment.