⬆️(dependencies) update js dependencies

This commit is contained in:
renovate[bot]
2024-06-19 11:35:31 +00:00
committed by Anthony LC
parent 3c481e75bb
commit 922719b13e
6 changed files with 1589 additions and 1756 deletions

View File

@@ -15,19 +15,19 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@gouvfr-lasuite/integration": "0.1.3",
"@hookform/resolvers": "3.4.2",
"@openfun/cunningham-react": "2.9.0",
"@tanstack/react-query": "5.36.0",
"i18next": "23.11.4",
"@gouvfr-lasuite/integration": "1.0.1",
"@hookform/resolvers": "3.6.0",
"@openfun/cunningham-react": "2.9.3",
"@tanstack/react-query": "5.45.1",
"i18next": "23.11.5",
"lodash": "4.17.21",
"luxon": "3.4.4",
"next": "14.2.3",
"next": "14.2.4",
"react": "*",
"react-aria-components": "1.2.0",
"react-aria-components": "1.2.1",
"react-dom": "*",
"react-hook-form": "7.51.5",
"react-i18next": "14.1.1",
"react-hook-form": "7.52.0",
"react-i18next": "14.1.2",
"react-select": "5.8.0",
"styled-components": "6.1.11",
"zod": "3.23.8",
@@ -36,24 +36,24 @@
"devDependencies": {
"@hookform/devtools": "4.3.1",
"@svgr/webpack": "8.1.0",
"@tanstack/react-query-devtools": "5.36.0",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "15.0.7",
"@tanstack/react-query-devtools": "5.45.1",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/lodash": "4.17.1",
"@types/lodash": "4.17.5",
"@types/luxon": "3.4.2",
"@types/node": "*",
"@types/react": "18.3.2",
"@types/react": "18.3.3",
"@types/react-dom": "*",
"dotenv": "16.4.5",
"eslint-config-people": "*",
"fetch-mock": "9.11.0",
"fetch-mock": "10.0.6",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"node-fetch": "2.7.0",
"prettier": "3.2.5",
"stylelint": "16.5.0",
"prettier": "3.3.2",
"stylelint": "16.6.1",
"stylelint-config-standard": "36.0.0",
"stylelint-prettier": "5.0.0",
"typescript": "*"

View File

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

View File

@@ -24,10 +24,10 @@
"i18n:test": "yarn I18N run test"
},
"resolutions": {
"@types/node": "20.12.11",
"@types/node": "20.14.5",
"@types/react-dom": "18.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.4.5"
}
}

View File

@@ -6,18 +6,18 @@
"lint": "eslint --ext .js ."
},
"dependencies": {
"@next/eslint-plugin-next": "14.2.3",
"@tanstack/eslint-plugin-query": "5.35.6",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@next/eslint-plugin-next": "14.2.4",
"@tanstack/eslint-plugin-query": "5.43.1",
"@typescript-eslint/eslint-plugin": "7.13.1",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.5.0",
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-playwright": "1.6.0",
"eslint-plugin-playwright": "1.6.2",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-testing-library": "6.2.2"
}
}

View File

@@ -17,7 +17,7 @@
"eslint-plugin-import": "2.29.1",
"i18next-parser": "8.8.0",
"jest": "29.7.0",
"ts-jest": "29.1.2",
"ts-jest": "29.1.5",
"typescript": "*",
"yargs": "17.7.2"
}

File diff suppressed because it is too large Load Diff