Skip to content

Commit

Permalink
Update typescript (#61)
Browse files Browse the repository at this point in the history
* Update typescript

* Add an override for TS
  • Loading branch information
tomasr8 authored Jul 18, 2024
1 parent ee08d59 commit e7b8381
Show file tree
Hide file tree
Showing 2 changed files with 12 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.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"react-scripts": "5.0.1",
"sass": "^1.64.1",
"tailwind-merge": "^1.14.0",
"typescript": "^4.9.5",
"typescript": "^5.5.3",
"web-vitals": "^2.1.4",
"workbox-background-sync": "^6.6.0",
"workbox-broadcast-update": "^6.6.0",
Expand All @@ -39,6 +39,9 @@
"workbox-strategies": "^6.6.0",
"workbox-streams": "^6.6.0"
},
"overrides": {
"typescript": "^5.5.3"
},
"scripts": {
"start": "export HTTPS=true && export COMMIT_SHA=$(git rev-parse --short HEAD) && react-scripts start",
"build": "export COMMIT_SHA=$(git rev-parse --short HEAD) && react-scripts build",
Expand Down

0 comments on commit e7b8381

Please sign in to comment.