⬆️(dependencies) update js dependencies (#591)

* ⬆️(dependencies) update js dependencies

* ⬆️(dependencies) fixes for React 19

* ⬆️(dependencies) unit test fixes for React 19

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Laurent Bossavit <laurent@MacBook-Pro-de-Laurent.local>
This commit is contained in:
renovate[bot]
2025-01-10 15:25:38 +01:00
committed by GitHub
parent 6962953625
commit a28bb5e2a2
11 changed files with 2370 additions and 1894 deletions

View File

@@ -16,45 +16,45 @@
},
"dependencies": {
"@gouvfr-lasuite/integration": "1.0.2",
"@hookform/resolvers": "3.9.1",
"@openfun/cunningham-react": "2.9.4",
"@tanstack/react-query": "5.62.0",
"i18next": "24.0.2",
"@hookform/resolvers": "3.10.0",
"@openfun/cunningham-react": "3.0.0",
"@tanstack/react-query": "5.63.0",
"i18next": "24.2.1",
"lodash": "4.17.21",
"luxon": "3.5.0",
"next": "15.1.2",
"next": "15.1.4",
"react": "*",
"react-dom": "*",
"react-hook-form": "7.53.2",
"react-i18next": "15.1.3",
"react-select": "5.8.3",
"sass": "1.81.0",
"styled-components": "6.1.13",
"zod": "3.23.8",
"zustand": "5.0.1"
"react-hook-form": "7.54.2",
"react-i18next": "15.4.0",
"react-select": "5.9.0",
"sass": "1.83.1",
"styled-components": "6.1.14",
"zod": "3.24.1",
"zustand": "5.0.3"
},
"devDependencies": {
"@hookform/devtools": "4.3.1",
"@hookform/devtools": "4.3.3",
"@svgr/webpack": "8.1.0",
"@tanstack/react-query-devtools": "5.62.0",
"@tanstack/react-query-devtools": "5.63.0",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.14",
"@types/lodash": "4.17.13",
"@types/lodash": "4.17.14",
"@types/luxon": "3.4.2",
"@types/node": "*",
"@types/react": "18.3.12",
"@types/react": "19.0.4",
"@types/react-dom": "*",
"dotenv": "16.4.5",
"dotenv": "16.4.7",
"eslint-config-people": "*",
"fetch-mock": "9.11.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"node-fetch": "2.7.0",
"prettier": "3.4.1",
"stylelint": "16.11.0",
"prettier": "3.4.2",
"stylelint": "16.12.0",
"stylelint-config-standard": "36.0.1",
"stylelint-prettier": "5.0.2",
"typescript": "*"