⬆️(dependencies) update js dependencies

This commit is contained in:
renovate[bot]
2024-09-18 17:03:17 +00:00
committed by Anthony LC
parent d0254ce963
commit 932ffb3bcb
6 changed files with 270 additions and 183 deletions

View File

@@ -18,8 +18,8 @@
"@gouvfr-lasuite/integration": "1.0.2",
"@hookform/resolvers": "3.9.0",
"@openfun/cunningham-react": "2.9.4",
"@tanstack/react-query": "5.53.2",
"i18next": "23.14.0",
"@tanstack/react-query": "5.56.2",
"i18next": "23.15.1",
"lodash": "4.17.21",
"luxon": "3.5.0",
"next": "14.2.7",
@@ -27,7 +27,7 @@
"react-aria-components": "1.3.3",
"react-dom": "*",
"react-hook-form": "7.53.0",
"react-i18next": "15.0.1",
"react-i18next": "15.0.2",
"react-select": "5.8.0",
"styled-components": "6.1.13",
"zod": "3.23.8",
@@ -36,16 +36,16 @@
"devDependencies": {
"@hookform/devtools": "4.3.1",
"@svgr/webpack": "8.1.0",
"@tanstack/react-query-devtools": "5.53.2",
"@tanstack/react-query-devtools": "5.56.2",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/jest": "29.5.13",
"@types/lodash": "4.17.7",
"@types/luxon": "3.4.2",
"@types/node": "*",
"@types/react": "18.3.5",
"@types/react": "18.3.7",
"@types/react-dom": "*",
"dotenv": "16.4.5",
"eslint-config-people": "*",

View File

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