Skip to content

Commit

Permalink
Update React to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
ludos-renovate[bot] authored Jan 3, 2025
1 parent ff47a6a commit cce8a4d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 39 deletions.
60 changes: 25 additions & 35 deletions web/package-lock.json

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

8 changes: 4 additions & 4 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"i18next": "^24.0.0",
"i18next-browser-languagedetector": "^8.0.0",
"iconify-icon": "^2.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.52.1",
"react-i18next": "^15.0.0",
"react-router-dom": "^6.25.1",
Expand All @@ -51,8 +51,8 @@
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.51.14",
"@types/node": "^22.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
Expand Down

0 comments on commit cce8a4d

Please sign in to comment.