Skip to content

Commit 10e160e

Browse files
authored
fix: client.sh breaks with ts > 4.05
facebook/create-react-app#10110
1 parent 60119e7 commit 10e160e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/doc-landing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"react": "^17.0.1",
1515
"react-dom": "^17.0.1",
1616
"react-scripts": "4.0.0",
17-
"typescript": "^4.0.5",
17+
"typescript": "~4.0.5",
1818
"web-vitals": "^0.2.4"
1919
},
2020
"scripts": {

0 commit comments

Comments
 (0)