⬆️(dependencies) update js dependencies

This commit is contained in:
renovate[bot]
2024-02-26 01:45:30 +00:00
committed by Anthony LC
parent b307b373bb
commit a3c0069697
5 changed files with 1110 additions and 1187 deletions

View File

@@ -15,9 +15,9 @@
"test:watch": "jest --watch" "test:watch": "jest --watch"
}, },
"dependencies": { "dependencies": {
"@openfun/cunningham-react": "2.4.0", "@openfun/cunningham-react": "2.5.0",
"@tanstack/react-query": "5.22.2", "@tanstack/react-query": "5.24.1",
"i18next": "23.9.0", "i18next": "23.10.0",
"luxon": "3.4.4", "luxon": "3.4.4",
"next": "14.1.0", "next": "14.1.0",
"react": "18.2.0", "react": "18.2.0",
@@ -28,15 +28,15 @@
}, },
"devDependencies": { "devDependencies": {
"@svgr/webpack": "8.1.0", "@svgr/webpack": "8.1.0",
"@tanstack/react-query-devtools": "5.23.0", "@tanstack/react-query-devtools": "5.24.1",
"@testing-library/jest-dom": "6.4.2", "@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1", "@testing-library/react": "14.2.1",
"@types/jest": "29.5.12", "@types/jest": "29.5.12",
"@types/luxon": "3.4.2", "@types/luxon": "3.4.2",
"@types/node": "*", "@types/node": "*",
"@types/react": "18.2.56", "@types/react": "18.2.58",
"@types/react-dom": "18.2.18", "@types/react-dom": "18.2.19",
"dotenv": "16.4.4", "dotenv": "16.4.5",
"eslint-config-people": "*", "eslint-config-people": "*",
"fetch-mock": "9.11.0", "fetch-mock": "9.11.0",
"jest": "29.7.0", "jest": "29.7.0",

View File

@@ -24,7 +24,7 @@
"i18n:test": "yarn I18N run test" "i18n:test": "yarn I18N run test"
}, },
"resolutions": { "resolutions": {
"@types/node": "20.11.19", "@types/node": "20.11.20",
"typescript": "5.3.3" "typescript": "5.3.3"
} }
} }

View File

@@ -8,14 +8,14 @@
"dependencies": { "dependencies": {
"@next/eslint-plugin-next": "14.1.0", "@next/eslint-plugin-next": "14.1.0",
"@tanstack/eslint-plugin-query": "5.20.1", "@tanstack/eslint-plugin-query": "5.20.1",
"@typescript-eslint/eslint-plugin": "7.0.1", "@typescript-eslint/eslint-plugin": "7.0.2",
"eslint": "8.56.0", "eslint": "8.57.0",
"eslint-config-next": "14.1.0", "eslint-config-next": "14.1.0",
"eslint-config-prettier": "9.1.0", "eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1", "eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.9.0", "eslint-plugin-jest": "27.9.0",
"eslint-plugin-jsx-a11y": "6.8.0", "eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-playwright": "1.2.0", "eslint-plugin-playwright": "1.3.1",
"eslint-plugin-prettier": "5.1.3", "eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.33.2", "eslint-plugin-react": "7.33.2",
"eslint-plugin-testing-library": "6.2.0" "eslint-plugin-testing-library": "6.2.0"

View File

@@ -12,7 +12,7 @@
}, },
"dependencies": { "dependencies": {
"@types/jest": "29.5.12", "@types/jest": "29.5.12",
"@types/node": "20.11.19", "@types/node": "20.11.20",
"eslint-config-people": "*", "eslint-config-people": "*",
"eslint-plugin-import": "2.29.1", "eslint-plugin-import": "2.29.1",
"i18next-parser": "8.8.0", "i18next-parser": "8.8.0",

File diff suppressed because it is too large Load Diff