Skip to content

Commit

Permalink
feat(ts): update ts to latest version
Browse files Browse the repository at this point in the history
react-scripts error with typescript > 5, show more
facebook/create-react-app#13080
  • Loading branch information
Benjamin Grilleres committed Sep 30, 2024
1 parent 3921881 commit 7a9b708
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 9 deletions.
37 changes: 29 additions & 8 deletions front/package-lock.json

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

7 changes: 6 additions & 1 deletion front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@
"react-leaflet": "^4.2.1",
"react-router-dom": "^6.8.2",
"react-scripts": "^5.0.1",
"typescript": "^4.9.5"
"typescript": "^5.6.2"
},
"overrides": {
"react-scripts": {
"typescript": "^5"
}
},
"devDependencies": {
"@babel/preset-typescript": "^7.24.7",
Expand Down

0 comments on commit 7a9b708

Please sign in to comment.