Skip to content

Commit

Permalink
workaround(frontend:react-scripts): update ts
Browse files Browse the repository at this point in the history
- facebook/create-react-app#13080
- certain deps demand higher ts version while react-scripts still depend
  on older ts versions
- react-scripts still works fine with newer ts therefore overwrite ts
  version
  • Loading branch information
ErvinRacz committed Feb 26, 2025
1 parent 5ef77d4 commit 3c3b54c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 29 deletions.
40 changes: 13 additions & 27 deletions frontend/package-lock.json

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

5 changes: 3 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
"yup": "^0.32.9"
},
"overrides": {
"react-refresh": "^0.14.2"
"react-refresh": "^0.14.2",
"typescript": "5.7.2"
},
"devDependencies": {
"@axe-core/react": "^4.2.2",
Expand Down Expand Up @@ -94,7 +95,7 @@
"pg": "^8.13.1",
"prettier": "^2.3.2",
"storybook": "^8.5.8",
"typescript": "^5.7.3"
"typescript": "5.7.2"
},
"scripts": {
"build-icons": "node tools/build-icons.js ./src/img ./src/icons && npm run format",
Expand Down

0 comments on commit 3c3b54c

Please # to comment.