Upgrade packages to latest version

yarn upgrade --latest

Change-Id: I07c71927ffa6c811fe7cbf8bd2a47503e55499ce
This commit is contained in:
Manuel Stahl 2024-02-05 16:28:54 +01:00
parent 82155c23a1
commit ac843b3244
3 changed files with 3371 additions and 3593 deletions

View file

@ -12,21 +12,21 @@
"devDependencies": { "devDependencies": {
"@testing-library/jest-dom": "^6.0.0", "@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0", "@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3", "@testing-library/user-event": "^14.5.2",
"eslint": "^8.55.0", "eslint": "^8.56.0",
"eslint-config-prettier": "^9.0.0", "eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1", "eslint-config-react-app": "^7.0.1",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^5.1.3",
"jest-fetch-mock": "^3.0.3", "jest-fetch-mock": "^3.0.3",
"prettier": "^2.2.0" "prettier": "^3.2.5"
}, },
"dependencies": { "dependencies": {
"@mui/icons-material": "^5.14.19", "@mui/icons-material": "^5.15.7",
"@mui/material": "^5.14.8", "@mui/material": "^5.15.7",
"@mui/styles": "^5.14.10", "@mui/styles": "^5.14.10",
"papaparse": "^5.4.1", "papaparse": "^5.4.1",
"ra-language-chinese": "^2.0.10", "ra-language-chinese": "^2.0.10",
"ra-language-french": "^4.16.2", "ra-language-french": "^4.16.9",
"ra-language-german": "^3.13.4", "ra-language-german": "^3.13.4",
"ra-language-italian": "^3.13.1", "ra-language-italian": "^3.13.1",
"react": "^18.0.0", "react": "^18.0.0",

View file

@ -119,8 +119,8 @@ const LoginPage = () => {
typeof error === "string" typeof error === "string"
? error ? error
: typeof error === "undefined" || !error.message : typeof error === "undefined" || !error.message
? "ra.auth.sign_in_error" ? "ra.auth.sign_in_error"
: error.message : error.message
); );
console.error(error); console.error(error);
}); });
@ -161,8 +161,8 @@ const LoginPage = () => {
typeof error === "string" typeof error === "string"
? error ? error
: typeof error === "undefined" || !error.message : typeof error === "undefined" || !error.message
? "ra.auth.sign_in_error" ? "ra.auth.sign_in_error"
: error.message, : error.message,
{ type: "warning" } { type: "warning" }
); );
}); });

6940
yarn.lock

File diff suppressed because it is too large Load diff