Skip to content

Commit

Permalink
Allow TypeScript 5 as a peer dependency. (#161) (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
angel3cu committed Apr 19, 2023
1 parent c80040e commit 8c05b0d
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 @@ -90,7 +90,7 @@
},
"peerDependencies": {
"react": ">= 16",
"typescript": "^3.2.1 || ^4"
"typescript": "^3.2.1 || ^4 || ^5"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down

0 comments on commit 8c05b0d

Please sign in to comment.