Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit ec6fd04

Browse files
committed
Add workaround for react-script support for ts 5.x, facebook/create-react-app#13080
1 parent 9c87724 commit ec6fd04

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,11 @@
4747
"eslint-plugin-react-redux": "^4.0.0",
4848
"generate-react-cli": "^8.4.1",
4949
"react-scripts": "^5.0.1",
50-
"typescript": "^4.6.3"
50+
"typescript": "^5.4.5"
51+
},
52+
"react-scripts-workaround": "https://github.com/facebook/create-react-app/issues/13080",
53+
"overrides": {
54+
"typescript": "^5.4.5"
5155
},
5256
"scripts": {
5357
"start": "react-scripts start",

0 commit comments

Comments
 (0)