Skip to content

Commit

Permalink
Upgrade Typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-gordon committed Jul 11, 2024
1 parent b128473 commit a532064
Show file tree
Hide file tree
Showing 5 changed files with 285 additions and 355 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"@vercel/node": "^2.15.10",
"eslint": "^8.3.0",
"jest": "^29.4.3",
"typescript": "^5.2.2"
"typescript": "^5.5.3"
}
}
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
"tailwindcss": "^3.2.6",
"ts-node": "^10.9.1",
"ts-unused-exports": "^7.0.3",
"typescript": "^5.2.2",
"typescript": "^5.5.3",
"web-worker": "^1.2.0"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion formulaic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.2.6",
"typescript": "^5.2.2",
"typescript": "^5.5.3",
"vitest": "^0.34.6"
}
}
Loading

0 comments on commit a532064

Please sign in to comment.