⬆️(dependencies) update js dependencies

This commit is contained in:
renovate[bot]
2024-03-04 11:18:54 +00:00
committed by Anthony LC
parent 81243cfc9a
commit 5b9d2cccc5
6 changed files with 535 additions and 168 deletions

View File

@@ -16,25 +16,25 @@
},
"dependencies": {
"@openfun/cunningham-react": "2.4.0",
"@tanstack/react-query": "5.24.1",
"@tanstack/react-query": "5.24.8",
"i18next": "23.10.0",
"luxon": "3.4.4",
"next": "14.1.0",
"next": "14.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "14.0.5",
"styled-components": "6.1.8",
"zustand": "4.5.1"
"zustand": "4.5.2"
},
"devDependencies": {
"@svgr/webpack": "8.1.0",
"@tanstack/react-query-devtools": "5.24.1",
"@tanstack/react-query-devtools": "5.24.8",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@types/jest": "29.5.12",
"@types/luxon": "3.4.2",
"@types/node": "*",
"@types/react": "18.2.58",
"@types/react": "18.2.61",
"@types/react-dom": "18.2.18",
"dotenv": "16.4.5",
"eslint-config-people": "*",

View File

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

View File

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

View File

@@ -6,18 +6,18 @@
"lint": "eslint --ext .js ."
},
"dependencies": {
"@next/eslint-plugin-next": "14.1.0",
"@next/eslint-plugin-next": "14.1.1",
"@tanstack/eslint-plugin-query": "5.20.1",
"@typescript-eslint/eslint-plugin": "7.0.2",
"@typescript-eslint/eslint-plugin": "7.1.0",
"eslint": "8.57.0",
"eslint-config-next": "14.1.0",
"eslint-config-next": "14.1.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-playwright": "1.3.1",
"eslint-plugin-playwright": "1.5.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react": "7.34.0",
"eslint-plugin-testing-library": "6.2.0"
}
}

View File

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

File diff suppressed because it is too large Load Diff