⬆️(dependencies) update js dependencies

This commit is contained in:
renovate[bot]
2024-05-06 01:15:49 +00:00
committed by Anthony LC
parent d88f6a5a51
commit a0992b6ba9
4 changed files with 1406 additions and 172 deletions

View File

@@ -15,28 +15,28 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@openfun/cunningham-react": "2.8.0",
"@tanstack/react-query": "5.32.0",
"i18next": "23.11.2",
"@openfun/cunningham-react": "2.9.0",
"@tanstack/react-query": "5.34.2",
"i18next": "23.11.3",
"lodash": "4.17.21",
"luxon": "3.4.4",
"next": "14.2.3",
"react": "18.2.0",
"react-aria-components": "1.1.1",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-aria-components": "1.2.0",
"react-dom": "18.3.1",
"react-i18next": "14.1.1",
"react-select": "5.8.0",
"styled-components": "6.1.8",
"styled-components": "6.1.9",
"zustand": "4.5.2"
},
"devDependencies": {
"@svgr/webpack": "8.1.0",
"@tanstack/react-query-devtools": "5.32.0",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "15.0.5",
"@tanstack/react-query-devtools": "5.34.2",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "15.0.6",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/lodash": "4.17.0",
"@types/lodash": "4.17.1",
"@types/luxon": "3.4.2",
"@types/node": "*",
"@types/react": "18.3.1",
@@ -48,7 +48,7 @@
"jest-environment-jsdom": "29.7.0",
"node-fetch": "2.7.0",
"prettier": "3.2.5",
"stylelint": "16.4.0",
"stylelint": "16.5.0",
"stylelint-config-standard": "36.0.0",
"stylelint-prettier": "5.0.0",
"typescript": "*"