Skip to content

Commit 8c05b0d

Browse files
authored
Allow TypeScript 5 as a peer dependency. (#161) (#162)
1 parent c80040e commit 8c05b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
},
9191
"peerDependencies": {
9292
"react": ">= 16",
93-
"typescript": "^3.2.1 || ^4"
93+
"typescript": "^3.2.1 || ^4 || ^5"
9494
},
9595
"peerDependenciesMeta": {
9696
"typescript": {

0 commit comments

Comments
 (0)