⬆️(dependencies) update js dependencies
This commit is contained in:
committed by
Anthony LC
parent
6abcf98ad2
commit
83d9310c26
@@ -16,30 +16,30 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@openfun/cunningham-react": "2.4.0",
|
||||
"@tanstack/react-query": "5.17.1",
|
||||
"next": "14.0.4",
|
||||
"@tanstack/react-query": "5.17.19",
|
||||
"next": "14.1.0",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"styled-components": "6.1.8",
|
||||
"zustand": "4.4.7"
|
||||
"zustand": "4.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tanstack/react-query-devtools": "5.17.12",
|
||||
"@testing-library/jest-dom": "6.2.0",
|
||||
"@tanstack/react-query-devtools": "5.17.21",
|
||||
"@testing-library/jest-dom": "6.4.0",
|
||||
"@testing-library/react": "14.1.2",
|
||||
"@types/jest": "29.5.11",
|
||||
"@types/node": "*",
|
||||
"@types/react": "18.2.47",
|
||||
"@types/react": "18.2.48",
|
||||
"@types/react-dom": "18.2.18",
|
||||
"dotenv": "16.3.1",
|
||||
"dotenv": "16.4.1",
|
||||
"eslint-config-people": "*",
|
||||
"fetch-mock": "9.11.0",
|
||||
"jest": "29.7.0",
|
||||
"jest-environment-jsdom": "29.7.0",
|
||||
"keycloak-js": "23.0.3",
|
||||
"keycloak-js": "23.0.5",
|
||||
"node-fetch": "2.7.0",
|
||||
"prettier": "3.1.1",
|
||||
"stylelint": "16.1.0",
|
||||
"prettier": "3.2.4",
|
||||
"stylelint": "16.2.0",
|
||||
"stylelint-config-standard": "36.0.0",
|
||||
"stylelint-prettier": "5.0.0",
|
||||
"typescript": "*"
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"test:ui": "yarn test --ui"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "1.40.1",
|
||||
"@playwright/test": "1.41.1",
|
||||
"@types/node": "*",
|
||||
"eslint-config-people": "*",
|
||||
"typescript": "*"
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"lint": "yarn APP_DESK run lint && yarn APP_E2E run lint"
|
||||
},
|
||||
"resolutions": {
|
||||
"@types/node": "20.10.8",
|
||||
"@types/node": "20.11.10",
|
||||
"typescript": "5.3.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,16 +3,16 @@
|
||||
"version": "0.1.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@tanstack/eslint-plugin-query": "5.17.1",
|
||||
"@typescript-eslint/eslint-plugin": "6.18.1",
|
||||
"eslint": "8.0.1",
|
||||
"eslint-config-next": "14.0.4",
|
||||
"@tanstack/eslint-plugin-query": "5.17.22",
|
||||
"@typescript-eslint/eslint-plugin": "6.20.0",
|
||||
"eslint": "8.56.0",
|
||||
"eslint-config-next": "14.1.0",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"eslint-plugin-jest": "27.6.2",
|
||||
"eslint-plugin-jest": "27.6.3",
|
||||
"eslint-plugin-jsx-a11y": "6.8.0",
|
||||
"eslint-plugin-prettier": "5.1.2",
|
||||
"eslint-plugin-prettier": "5.1.3",
|
||||
"eslint-plugin-testing-library": "6.2.0",
|
||||
"@next/eslint-plugin-next": "14.0.4",
|
||||
"@next/eslint-plugin-next": "14.1.0",
|
||||
"eslint-plugin-playwright": "0.22.1"
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user