Skip to content

Commit

Permalink
upgrade frontend for fix build on arm
Browse files Browse the repository at this point in the history
  • Loading branch information
Giona Righini committed Sep 14, 2024
1 parent 7d03688 commit 70224c7
Show file tree
Hide file tree
Showing 2 changed files with 386 additions and 216 deletions.
6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"@types/node": "^18.19.50",
"@types/node": "^22.5.5",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scripts": "^5.0.1",
"typescript": "^4.9.5",
"react-scripts": "5.0.1",
"typescript": "^5.6.2",
"utilities": "workspace:^",
"web-vitals": "^2.1.4"
},
Expand Down
Loading

0 comments on commit 70224c7

Please sign in to comment.