Update to React 19

This commit is contained in:
Maxime Boulay 2025-04-22 08:08:33 +02:00
parent 8e5c9cfffb
commit b9a189861e
3 changed files with 10360 additions and 17538 deletions

17521
frontend/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -3,29 +3,29 @@
"version": "0.1.1",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^1.9.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@reduxjs/toolkit": "^2.7.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.4.3",
"axios": "^1.3.2",
"bootstrap": "5.2.3",
"bootstrap": "5.3.5",
"env-cmd": "^10.1.0",
"http-proxy-middleware": "^2.0.6",
"i18next": "22.4.9",
"i18next-browser-languagedetector": "7.0.1",
"http-proxy-middleware": "^3.0.5",
"i18next": "25.0.1",
"i18next-browser-languagedetector": "8.0.5",
"i18next-xhr-backend": "3.2.2",
"react": "^18.2.0",
"react-bootstrap": "2.7.0",
"react-datepicker": "4.10.0",
"react-dom": "^18.2.0",
"react-i18next": "12.1.5",
"react-icons": "^4.7.1",
"react": "^19.1.0",
"react-bootstrap": "2.10.9",
"react-datepicker": "8.3.0",
"react-dom": "^19.1.0",
"react-i18next": "15.4.1",
"react-icons": "^5.5.0",
"react-modal": "^3.16.1",
"react-redux": "^8.0.5",
"react-router-dom": "^6.8.1",
"react-redux": "^9.2.0",
"react-router-dom": "^7.5.1",
"react-scripts": "^5.0.1",
"react-select": "5.7.0",
"react-toastify": "^9.1.1"
"react-select": "5.10.1",
"react-toastify": "^11.0.5"
},
"scripts": {
"start": "react-scripts start",

10343
frontend/yarn.lock Normal file

File diff suppressed because it is too large Load Diff