⬆️(dependencies) update js dependencies

This commit is contained in:
renovate[bot]
2025-05-16 09:31:55 +00:00
committed by Marie
parent 6e792986be
commit b0355059b7
6 changed files with 618 additions and 586 deletions

View File

@@ -15,30 +15,30 @@
"test:watch": "jest --watch" "test:watch": "jest --watch"
}, },
"dependencies": { "dependencies": {
"@gouvfr-lasuite/integration": "1.0.2", "@gouvfr-lasuite/integration": "1.0.3",
"@gouvfr-lasuite/ui-kit": "^0.4.1", "@gouvfr-lasuite/ui-kit": "^0.5.0",
"@hookform/resolvers": "4.0.0", "@hookform/resolvers": "4.0.0",
"@openfun/cunningham-react": "3.0.0", "@openfun/cunningham-react": "3.1.0",
"@tanstack/react-query": "5.72.1", "@tanstack/react-query": "5.76.1",
"i18next": "24.2.3", "i18next": "25.1.3",
"i18next-browser-languagedetector": "8.1.0", "i18next-browser-languagedetector": "8.1.0",
"lodash": "4.17.21", "lodash": "4.17.21",
"luxon": "3.6.1", "luxon": "3.6.1",
"next": "15.2.5", "next": "15.3.2",
"react": "*", "react": "*",
"react-dom": "*", "react-dom": "*",
"react-hook-form": "7.55.0", "react-hook-form": "7.56.3",
"react-i18next": "15.4.1", "react-i18next": "15.5.1",
"react-select": "5.10.1", "react-select": "5.10.1",
"sass": "1.86.3", "sass": "1.89.0",
"styled-components": "6.1.17", "styled-components": "6.1.18",
"zod": "3.24.2", "zod": "3.24.4",
"zustand": "5.0.3" "zustand": "5.0.4"
}, },
"devDependencies": { "devDependencies": {
"@hookform/devtools": "4.4.0", "@hookform/devtools": "4.4.0",
"@svgr/webpack": "8.1.0", "@svgr/webpack": "8.1.0",
"@tanstack/react-query-devtools": "5.72.1", "@tanstack/react-query-devtools": "5.76.1",
"@testing-library/dom": "10.4.0", "@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3", "@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.3.0", "@testing-library/react": "16.3.0",
@@ -47,16 +47,16 @@
"@types/lodash": "4.17.16", "@types/lodash": "4.17.16",
"@types/luxon": "3.6.2", "@types/luxon": "3.6.2",
"@types/node": "*", "@types/node": "*",
"@types/react": "19.1.0", "@types/react": "19.1.4",
"@types/react-dom": "*", "@types/react-dom": "*",
"dotenv": "16.4.7", "dotenv": "16.5.0",
"eslint-config-people": "*", "eslint-config-people": "*",
"fetch-mock": "9.11.0", "fetch-mock": "9.11.0",
"jest": "29.7.0", "jest": "29.7.0",
"jest-environment-jsdom": "29.7.0", "jest-environment-jsdom": "29.7.0",
"node-fetch": "2.7.0", "node-fetch": "2.7.0",
"prettier": "3.5.3", "prettier": "3.5.3",
"stylelint": "16.18.0", "stylelint": "16.19.1",
"stylelint-config-standard": "38.0.0", "stylelint-config-standard": "38.0.0",
"stylelint-prettier": "5.0.3", "stylelint-prettier": "5.0.3",
"typescript": "*" "typescript": "*"

View File

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

View File

@@ -24,8 +24,8 @@
"i18n:test": "yarn I18N run test" "i18n:test": "yarn I18N run test"
}, },
"resolutions": { "resolutions": {
"@types/node": "22.14.0", "@types/node": "22.15.18",
"@types/react-dom": "19.1.1", "@types/react-dom": "19.1.5",
"react": "19.1.0", "react": "19.1.0",
"react-dom": "19.1.0", "react-dom": "19.1.0",
"typescript": "5.8.3" "typescript": "5.8.3"

View File

@@ -6,19 +6,19 @@
"lint": "eslint --ext .js ." "lint": "eslint --ext .js ."
}, },
"dependencies": { "dependencies": {
"@next/eslint-plugin-next": "15.2.5", "@next/eslint-plugin-next": "15.3.2",
"@tanstack/eslint-plugin-query": "5.72.1", "@tanstack/eslint-plugin-query": "5.74.7",
"@typescript-eslint/eslint-plugin": "8.29.1", "@typescript-eslint/eslint-plugin": "8.32.1",
"@typescript-eslint/parser": "8.29.1", "@typescript-eslint/parser": "8.32.1",
"eslint": "8.57.0", "eslint": "8.57.0",
"eslint-config-next": "15.2.5", "eslint-config-next": "15.3.2",
"eslint-config-prettier": "10.1.1", "eslint-config-prettier": "10.1.5",
"eslint-plugin-import": "2.31.0", "eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.11.0", "eslint-plugin-jest": "28.11.0",
"eslint-plugin-jsx-a11y": "6.10.2", "eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-playwright": "2.2.0", "eslint-plugin-playwright": "2.2.0",
"eslint-plugin-prettier": "5.2.6", "eslint-plugin-prettier": "5.4.0",
"eslint-plugin-react": "7.37.5", "eslint-plugin-react": "7.37.5",
"eslint-plugin-testing-library": "7.1.1" "eslint-plugin-testing-library": "7.2.0"
} }
} }

View File

@@ -17,7 +17,7 @@
"eslint-plugin-import": "2.31.0", "eslint-plugin-import": "2.31.0",
"i18next-parser": "9.3.0", "i18next-parser": "9.3.0",
"jest": "29.7.0", "jest": "29.7.0",
"ts-jest": "29.3.1", "ts-jest": "29.3.3",
"typescript": "*", "typescript": "*",
"yargs": "17.7.2" "yargs": "17.7.2"
} }

File diff suppressed because it is too large Load Diff