⬆️(dependencies) update js dependencies
This commit is contained in:
committed by
Anthony LC
parent
81243cfc9a
commit
5b9d2cccc5
@@ -16,25 +16,25 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@openfun/cunningham-react": "2.4.0",
|
"@openfun/cunningham-react": "2.4.0",
|
||||||
"@tanstack/react-query": "5.24.1",
|
"@tanstack/react-query": "5.24.8",
|
||||||
"i18next": "23.10.0",
|
"i18next": "23.10.0",
|
||||||
"luxon": "3.4.4",
|
"luxon": "3.4.4",
|
||||||
"next": "14.1.0",
|
"next": "14.1.1",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
"react-dom": "18.2.0",
|
"react-dom": "18.2.0",
|
||||||
"react-i18next": "14.0.5",
|
"react-i18next": "14.0.5",
|
||||||
"styled-components": "6.1.8",
|
"styled-components": "6.1.8",
|
||||||
"zustand": "4.5.1"
|
"zustand": "4.5.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@svgr/webpack": "8.1.0",
|
"@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/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.58",
|
"@types/react": "18.2.61",
|
||||||
"@types/react-dom": "18.2.18",
|
"@types/react-dom": "18.2.18",
|
||||||
"dotenv": "16.4.5",
|
"dotenv": "16.4.5",
|
||||||
"eslint-config-people": "*",
|
"eslint-config-people": "*",
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
"test:ui": "yarn test --ui"
|
"test:ui": "yarn test --ui"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@playwright/test": "1.41.2",
|
"@playwright/test": "1.42.1",
|
||||||
"@types/node": "*",
|
"@types/node": "*",
|
||||||
"eslint-config-people": "*",
|
"eslint-config-people": "*",
|
||||||
"typescript": "*"
|
"typescript": "*"
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
"i18n:test": "yarn I18N run test"
|
"i18n:test": "yarn I18N run test"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"@types/node": "20.11.20",
|
"@types/node": "20.11.24",
|
||||||
"typescript": "5.3.3"
|
"typescript": "5.3.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,18 +6,18 @@
|
|||||||
"lint": "eslint --ext .js ."
|
"lint": "eslint --ext .js ."
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@next/eslint-plugin-next": "14.1.0",
|
"@next/eslint-plugin-next": "14.1.1",
|
||||||
"@tanstack/eslint-plugin-query": "5.20.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": "8.57.0",
|
||||||
"eslint-config-next": "14.1.0",
|
"eslint-config-next": "14.1.1",
|
||||||
"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.3.1",
|
"eslint-plugin-playwright": "1.5.1",
|
||||||
"eslint-plugin-prettier": "5.1.3",
|
"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"
|
"eslint-plugin-testing-library": "6.2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/jest": "29.5.12",
|
"@types/jest": "29.5.12",
|
||||||
"@types/node": "20.11.20",
|
"@types/node": "20.11.24",
|
||||||
"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
Reference in New Issue
Block a user