Skip to content

Commit

Permalink
Update react to v19.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Dec 22, 2024
1 parent e9b6db9 commit c072fba
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 101 deletions.
8 changes: 4 additions & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"bootstrap": "^5.3.3",
"dayjs": "^1.11.13",
"mathjs": "^14.0.1",
"react": "^18.3.1",
"react": "^19.0.0",
"react-bootstrap": "^2.10.7",
"react-bootstrap-icons": "^1.11.5",
"react-dom": "^18.3.1",
"react-dom": "^19.0.0",
"react-router": "^7.1.0",
"react-syntax-highlighter": "^15.6.1",
"recharts": "^2.15.0",
Expand All @@ -51,8 +51,8 @@
"@eslint/js": "^9.17.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.10.2",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/urijs": "^1.19.25",
"@vitejs/plugin-react": "^4.3.4",
Expand Down
Loading

0 comments on commit c072fba

Please sign in to comment.