⬆️(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": "*"