⬆️(dependencies) update js dependencies

This commit is contained in:
renovate[bot]
2025-04-08 23:19:23 +00:00
committed by Laurent Bossavit
parent 8691f1846d
commit 1a52cd63bf
5 changed files with 288 additions and 239 deletions

View File

@@ -18,34 +18,34 @@
"@gouvfr-lasuite/integration": "1.0.2",
"@hookform/resolvers": "4.0.0",
"@openfun/cunningham-react": "3.0.0",
"@tanstack/react-query": "5.71.0",
"@tanstack/react-query": "5.72.1",
"i18next": "24.2.3",
"lodash": "4.17.21",
"luxon": "3.6.0",
"next": "15.2.4",
"luxon": "3.6.1",
"next": "15.2.5",
"react": "*",
"react-dom": "*",
"react-hook-form": "7.55.0",
"react-i18next": "15.4.1",
"react-select": "5.10.1",
"sass": "1.86.0",
"styled-components": "6.1.16",
"sass": "1.86.3",
"styled-components": "6.1.17",
"zod": "3.24.2",
"zustand": "5.0.3"
},
"devDependencies": {
"@hookform/devtools": "4.3.3",
"@hookform/devtools": "4.4.0",
"@svgr/webpack": "8.1.0",
"@tanstack/react-query-devtools": "5.71.0",
"@tanstack/react-query-devtools": "5.72.1",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.2.0",
"@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1",
"@types/jest": "29.5.14",
"@types/lodash": "4.17.16",
"@types/luxon": "3.4.2",
"@types/luxon": "3.6.2",
"@types/node": "*",
"@types/react": "19.0.12",
"@types/react": "19.1.0",
"@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.5.3",
"stylelint": "16.17.0",
"stylelint-config-standard": "37.0.0",
"stylelint": "16.18.0",
"stylelint-config-standard": "38.0.0",
"stylelint-prettier": "5.0.3",
"typescript": "*"
}