diff --git a/package-lock.json b/package-lock.json index 3374b7c..38e472a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -91,14 +91,6 @@ "react-transition-group": "^4.4.0" } }, - "@material-ui/icons": { - "version": "4.11.2", - "resolved": "https://registry.npmjs.org/@material-ui/icons/-/icons-4.11.2.tgz", - "integrity": "sha512-fQNsKX2TxBmqIGJCSi3tGTO/gZ+eJgWmMJkgDiOfyNaunNaxcklJQFaFogYcFl0qFuaEz1qaXYXboa/bUXVSOQ==", - "requires": { - "@babel/runtime": "^7.4.4" - } - }, "@material-ui/styles": { "version": "4.11.3", "resolved": "https://registry.npmjs.org/@material-ui/styles/-/styles-4.11.3.tgz", @@ -148,6 +140,21 @@ "react-is": "^16.8.0 || ^17.0.0" } }, + "@mui/icons-material": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.0.0.tgz", + "integrity": "sha512-Vl5pMIdD1MC+LVBEKDQkWeoU/0mdxx/WLBuTVo5y2yzOzEp8gcwkegtiUyN1gubiXcqzNNZQNvJ6/YSdFRr84Q==", + "requires": { + "@babel/runtime": "^7.14.8" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.29.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.2.tgz", + "integrity": "sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==" + } + } + }, "@next/env": { "version": "10.0.9", "resolved": "https://registry.npmjs.org/@next/env/-/env-10.0.9.tgz", diff --git a/package.json b/package.json index 2789970..5a99968 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@material-ui/core": "4.11.3", - "@material-ui/icons": "4.11.2", + "@mui/icons-material": "5.0.0", "next": "10.0.9", "react": "17.0.2", "react-dom": "17.0.2",