From 8d7ab6efeb948dbdc0821cf1fcdeacb8cedaf75d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 08:49:01 +0000 Subject: [PATCH] chore(deps): replace all dependencies with @mui/material ^5.0.0 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 558126c..f813669 100644 --- a/package.json +++ b/package.json @@ -22,8 +22,8 @@ "test:watch": "jest --watch" }, "peerDependencies": { - "@material-ui/core": "^4.11.0", - "@material-ui/icons": "^4.9.1", + "@mui/material": "^5.0.0", + "@mui/icons-material": "^5.0.0", "@material-ui/lab": "^4.0.0-alpha.53", "isomorphic-unfetch": "^3.0.0", "lodash": "^4.17.11", @@ -40,13 +40,13 @@ "@babel/preset-env": "^7.11.0", "@babel/preset-react": "^7.10.4", "@jest/globals": "^26.2.0", - "@material-ui/core": "^4.11.0", - "@material-ui/icons": "^4.9.1", + "@mui/material": "^5.0.0", + "@mui/icons-material": "^5.0.0", "@material-ui/lab": "^4.0.0-alpha.53", "@testing-library/jest-dom": "^5.11.2", "@testing-library/react": "^12.1.5", "@types/jest": "^27.5.0", - "babel-eslint": "^10.1.0", + "@babel/eslint-parser": "^7.11.0", "canvas": "^2.6.1", "eslint": "^6.8.0", "eslint-config-airbnb": "^18.2.0",