Skip to content

Commit 228528c

Browse files
committed
Add TypeScript 4 as a valid peerDependency version
1 parent 8f03b91 commit 228528c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"fsevents": "^2.1.3"
9595
},
9696
"peerDependencies": {
97-
"typescript": "^3.2.1"
97+
"typescript": "^3.2.1 || ^4"
9898
},
9999
"peerDependenciesMeta": {
100100
"typescript": {

0 commit comments

Comments
 (0)