⬆️(dependencies) update js dependencies

This commit is contained in:
renovate[bot]
2025-10-27 01:01:03 +00:00
committed by BEY Quentin
parent 33faa5f224
commit 964981bbfb
8 changed files with 2361 additions and 2049 deletions

View File

@@ -16,53 +16,53 @@
},
"dependencies": {
"@gouvfr-lasuite/integration": "1.0.3",
"@gouvfr-lasuite/ui-kit": "^0.5.0",
"@gouvfr-lasuite/ui-kit": "^0.17.0",
"@hookform/resolvers": "4.0.0",
"@openfun/cunningham-react": "3.1.0",
"@tanstack/react-query": "5.76.1",
"i18next": "25.1.3",
"i18next-browser-languagedetector": "8.1.0",
"@openfun/cunningham-react": "4.0.0",
"@tanstack/react-query": "5.90.5",
"i18next": "25.6.0",
"i18next-browser-languagedetector": "8.2.0",
"lodash": "4.17.21",
"luxon": "3.6.1",
"next": "15.4.7",
"luxon": "3.7.2",
"next": "16.0.0",
"react": "*",
"react-dom": "*",
"react-hook-form": "7.56.3",
"react-i18next": "15.5.1",
"react-select": "5.10.1",
"sass": "1.89.0",
"styled-components": "6.1.18",
"zod": "3.24.4",
"zustand": "5.0.4"
"react-hook-form": "7.65.0",
"react-i18next": "16.2.0",
"react-select": "5.10.2",
"sass": "1.93.2",
"styled-components": "6.1.19",
"zod": "4.1.12",
"zustand": "5.0.8"
},
"devDependencies": {
"@hookform/devtools": "4.4.0",
"@svgr/webpack": "8.1.0",
"@tanstack/react-query-devtools": "5.76.1",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@tanstack/react-query-devtools": "5.90.2",
"@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.9.1",
"@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.6.2",
"@types/jest": "30.0.0",
"@types/lodash": "4.17.20",
"@types/luxon": "3.7.1",
"@types/node": "*",
"@types/react": "19.1.4",
"@types/react": "19.2.2",
"@types/react-dom": "*",
"dotenv": "16.5.0",
"dotenv": "17.2.3",
"eslint-config-people": "*",
"fetch-mock": "9.11.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest": "30.2.0",
"jest-environment-jsdom": "30.2.0",
"node-fetch": "2.7.0",
"prettier": "3.5.3",
"stylelint": "16.19.1",
"stylelint-config-standard": "38.0.0",
"prettier": "3.6.2",
"stylelint": "16.25.0",
"stylelint-config-standard": "39.0.1",
"stylelint-prettier": "5.0.3",
"typescript": "*"
},
"resolutions": {
"react": "19.0.0",
"react-dom": "19.0.0"
"react": "19.2.0",
"react-dom": "19.2.0"
}
}

View File

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

View File

@@ -25,10 +25,10 @@
"i18n:test": "yarn I18N run test"
},
"resolutions": {
"@types/node": "22.15.18",
"@types/react-dom": "19.1.5",
"react": "19.1.0",
"react-dom": "19.1.0",
"typescript": "5.8.3"
"@types/node": "22.18.12",
"@types/react-dom": "19.2.2",
"react": "19.2.0",
"react-dom": "19.2.0",
"typescript": "5.9.3"
}
}

View File

@@ -6,19 +6,19 @@
"lint": "eslint --ext .js ."
},
"dependencies": {
"@next/eslint-plugin-next": "15.3.2",
"@tanstack/eslint-plugin-query": "5.74.7",
"@typescript-eslint/eslint-plugin": "8.32.1",
"@typescript-eslint/parser": "8.32.1",
"@next/eslint-plugin-next": "16.0.0",
"@tanstack/eslint-plugin-query": "5.91.2",
"@typescript-eslint/eslint-plugin": "8.46.2",
"@typescript-eslint/parser": "8.46.2",
"eslint": "8.57.0",
"eslint-config-next": "15.3.2",
"eslint-config-prettier": "10.1.5",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.11.0",
"eslint-config-next": "16.0.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jest": "29.0.1",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-playwright": "2.2.0",
"eslint-plugin-prettier": "5.4.0",
"eslint-plugin-playwright": "2.2.2",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-testing-library": "7.2.0"
"eslint-plugin-testing-library": "7.13.3"
}
}

View File

@@ -11,14 +11,14 @@
"test": "jest"
},
"dependencies": {
"@types/jest": "29.5.14",
"@types/jest": "30.0.0",
"@types/node": "*",
"eslint-config-people": "*",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-import": "2.32.0",
"i18next-parser": "9.3.0",
"jest": "29.7.0",
"ts-jest": "29.3.3",
"jest": "30.2.0",
"ts-jest": "29.4.5",
"typescript": "*",
"yargs": "17.7.2"
"yargs": "18.0.0"
}
}

File diff suppressed because it is too large Load Diff