⬆️(dependencies) update js dependencies

This commit is contained in:
renovate[bot]
2025-01-20 00:39:59 +00:00
committed by Laurent Bossavit
parent defc18ea40
commit 0e92c1cafa
4 changed files with 324 additions and 211 deletions

View File

@@ -18,17 +18,17 @@
"@gouvfr-lasuite/integration": "1.0.2",
"@hookform/resolvers": "3.10.0",
"@openfun/cunningham-react": "3.0.0",
"@tanstack/react-query": "5.63.0",
"@tanstack/react-query": "5.64.2",
"i18next": "24.2.1",
"lodash": "4.17.21",
"luxon": "3.5.0",
"next": "15.1.4",
"next": "15.1.5",
"react": "*",
"react-dom": "*",
"react-hook-form": "7.54.2",
"react-i18next": "15.4.0",
"react-select": "5.9.0",
"sass": "1.83.1",
"sass": "1.83.4",
"styled-components": "6.1.14",
"zod": "3.24.1",
"zustand": "5.0.3"
@@ -36,16 +36,16 @@
"devDependencies": {
"@hookform/devtools": "4.3.3",
"@svgr/webpack": "8.1.0",
"@tanstack/react-query-devtools": "5.63.0",
"@tanstack/react-query-devtools": "5.64.2",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.0",
"@types/jest": "29.5.14",
"@types/lodash": "4.17.14",
"@types/luxon": "3.4.2",
"@types/node": "*",
"@types/react": "19.0.4",
"@types/react": "19.0.7",
"@types/react-dom": "*",
"dotenv": "16.4.7",
"eslint-config-people": "*",
@@ -54,8 +54,8 @@
"jest-environment-jsdom": "29.7.0",
"node-fetch": "2.7.0",
"prettier": "3.4.2",
"stylelint": "16.12.0",
"stylelint-config-standard": "36.0.1",
"stylelint": "16.13.2",
"stylelint-config-standard": "37.0.0",
"stylelint-prettier": "5.0.2",
"typescript": "*"
}