⬆️(dependencies) update js dependencies

This commit is contained in:
renovate[bot]
2025-03-24 08:35:43 +00:00
committed by Laurent Bossavit
parent 660fc7c291
commit 7dac39034a
6 changed files with 141 additions and 135 deletions

View File

@@ -18,7 +18,7 @@
"@gouvfr-lasuite/integration": "1.0.2",
"@hookform/resolvers": "4.0.0",
"@openfun/cunningham-react": "3.0.0",
"@tanstack/react-query": "5.68.0",
"@tanstack/react-query": "5.69.0",
"i18next": "24.2.3",
"lodash": "4.17.21",
"luxon": "3.5.0",
@@ -28,15 +28,15 @@
"react-hook-form": "7.54.2",
"react-i18next": "15.4.1",
"react-select": "5.10.1",
"sass": "1.85.1",
"styled-components": "6.1.15",
"sass": "1.86.0",
"styled-components": "6.1.16",
"zod": "3.24.2",
"zustand": "5.0.3"
},
"devDependencies": {
"@hookform/devtools": "4.3.3",
"@svgr/webpack": "8.1.0",
"@tanstack/react-query-devtools": "5.68.0",
"@tanstack/react-query-devtools": "5.69.0",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.2.0",
@@ -45,7 +45,7 @@
"@types/lodash": "4.17.16",
"@types/luxon": "3.4.2",
"@types/node": "*",
"@types/react": "19.0.10",
"@types/react": "19.0.12",
"@types/react-dom": "*",
"dotenv": "16.4.7",
"eslint-config-people": "*",

View File

@@ -9,7 +9,7 @@
"test:ui": "yarn test --ui"
},
"devDependencies": {
"@playwright/test": "1.51.0",
"@playwright/test": "1.51.1",
"@types/node": "*",
"eslint-config-people": "*",
"typescript": "*"