⬆️(dependencies) update js dependencies

This commit is contained in:
renovate[bot]
2024-08-30 03:16:57 +00:00
committed by Anthony LC
parent 9adb2d4cf4
commit e8cc6a6f23
6 changed files with 1091 additions and 1244 deletions

View File

@@ -17,35 +17,35 @@
"dependencies": {
"@gouvfr-lasuite/integration": "1.0.2",
"@hookform/resolvers": "3.9.0",
"@openfun/cunningham-react": "2.9.3",
"@tanstack/react-query": "5.51.16",
"i18next": "23.12.2",
"@openfun/cunningham-react": "2.9.4",
"@tanstack/react-query": "5.52.3",
"i18next": "23.14.0",
"lodash": "4.17.21",
"luxon": "3.4.4",
"next": "14.2.5",
"luxon": "3.5.0",
"next": "14.2.7",
"react": "*",
"react-aria-components": "1.3.1",
"react-aria-components": "1.3.3",
"react-dom": "*",
"react-hook-form": "7.52.1",
"react-i18next": "15.0.0",
"react-hook-form": "7.53.0",
"react-i18next": "15.0.1",
"react-select": "5.8.0",
"styled-components": "6.1.12",
"styled-components": "6.1.13",
"zod": "3.23.8",
"zustand": "4.5.4"
"zustand": "4.5.5"
},
"devDependencies": {
"@hookform/devtools": "4.3.1",
"@svgr/webpack": "8.1.0",
"@tanstack/react-query-devtools": "5.51.16",
"@tanstack/react-query-devtools": "5.52.3",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "16.0.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/lodash": "4.17.7",
"@types/luxon": "3.4.2",
"@types/node": "*",
"@types/react": "18.3.3",
"@types/react": "18.3.4",
"@types/react-dom": "*",
"dotenv": "16.4.5",
"eslint-config-people": "*",
@@ -54,7 +54,7 @@
"jest-environment-jsdom": "29.7.0",
"node-fetch": "2.7.0",
"prettier": "3.3.3",
"stylelint": "16.8.1",
"stylelint": "16.9.0",
"stylelint-config-standard": "36.0.1",
"stylelint-prettier": "5.0.2",
"typescript": "*"

View File

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