Skip to content

Commit

Permalink
chore: upgrade typescript to 5.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marabesi committed Sep 22, 2024
1 parent 08fa279 commit cdbaafe
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 28 deletions.
35 changes: 8 additions & 27 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"react-switch": "^7.0.0",
"typescript": "^4.9.5",
"typescript": "^5.6.2",
"web-vitals": "^1.1.2"
},
"overrides": {
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"baseUrl": ".",
"target": "es5",
"lib": [
"dom",
Expand Down

0 comments on commit cdbaafe

Please sign in to comment.