Skip to content

Commit

Permalink
Add workaround for react-script support for ts 5.x, facebook/create-r…
Browse files Browse the repository at this point in the history
  • Loading branch information
4sploit committed Apr 20, 2024
1 parent 9c87724 commit ec6fd04
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@
"eslint-plugin-react-redux": "^4.0.0",
"generate-react-cli": "^8.4.1",
"react-scripts": "^5.0.1",
"typescript": "^4.6.3"
"typescript": "^5.4.5"
},
"react-scripts-workaround": "https://github.com/facebook/create-react-app/issues/13080",
"overrides": {
"typescript": "^5.4.5"
},
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit ec6fd04

Please sign in to comment.