Skip to content

Commit

Permalink
Merge pull request #1139 from Arnei/update-typescript-to-5
Browse files Browse the repository at this point in the history
Update typescript from 4 to 5
  • Loading branch information
Arnei authored Sep 22, 2023
2 parents 150cac5 + fc00d12 commit fb207e6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
8 changes: 5 additions & 3 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,15 @@
"react-window": "^1.8.9",
"redux": "^4.2.1",
"standardized-audio-context": "^25.3.55",
"typescript": "^4.9.5",
"typescript": "^5.1.6",
"uuid": "^9.0.0",
"webvtt-parser": "^2.2.0"
},
"overrides": {
"react-scripts": {
"typescript": "^5"
}
},
"scripts": {
"start": "REACT_APP_GIT_SHA=`git rev-parse HEAD` REACT_APP_BUILD_DATE=\"`date`\" react-app-rewired start",
"build": "REACT_APP_GIT_SHA=`git rev-parse HEAD` REACT_APP_BUILD_DATE=\"`date`\" react-app-rewired build",
Expand Down

0 comments on commit fb207e6

Please sign in to comment.