diff --git a/package.json b/package.json index d3048a9..5049f29 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@emotion/react": "11.11.0", "@emotion/styled": "11.11.0", "@material-ui/core": "4.12.4", - "@material-ui/icons": "4.11.3", + "@mui/icons-material": "5.0.0", "@reduxjs/toolkit": "1.9.5", "chrono-node": "2.6.3", "lodash.debounce": "4.0.8", diff --git a/yarn.lock b/yarn.lock index 4cf9d2d..09a5d62 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2401,7 +2401,7 @@ dependencies: regenerator-runtime "^0.13.4" -"@babel/runtime@^7.18.3": +"@babel/runtime@^7.14.8", "@babel/runtime@^7.18.3": version "7.22.3" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.3.tgz#0a7fce51d43adbf0f7b517a71f4c3aaca92ebcbb" integrity sha512-XsDuspWKLUsxwCp6r7EhsExHtYfbe5oAGQ19kqngTdCPUoPQzOPdUbD/pB9PJiwb2ptYKQDjSJT3R6dC+EPqfQ== @@ -3030,13 +3030,6 @@ react-is "^16.8.0 || ^17.0.0" react-transition-group "^4.4.0" -"@material-ui/icons@4.11.3": - version "4.11.3" - resolved "https://registry.yarnpkg.com/@material-ui/icons/-/icons-4.11.3.tgz#b0693709f9b161ce9ccde276a770d968484ecff1" - integrity sha512-IKHlyx6LDh8n19vzwH5RtHIOHl9Tu90aAAxcbWME6kp4dmvODM3UvOHJeMIDzUbd4muuJKHmlNoBN+mDY4XkBA== - dependencies: - "@babel/runtime" "^7.4.4" - "@material-ui/styles@^4.11.5": version "4.11.5" resolved "https://registry.yarnpkg.com/@material-ui/styles/-/styles-4.11.5.tgz#19f84457df3aafd956ac863dbe156b1d88e2bbfb" @@ -3083,6 +3076,13 @@ prop-types "^15.7.2" react-is "^16.8.0 || ^17.0.0" +"@mui/icons-material@5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@mui/icons-material/-/icons-material-5.0.0.tgz#f6282b6044d221d80729bffe976ede2072c8d313" + integrity sha512-Vl5pMIdD1MC+LVBEKDQkWeoU/0mdxx/WLBuTVo5y2yzOzEp8gcwkegtiUyN1gubiXcqzNNZQNvJ6/YSdFRr84Q== + dependencies: + "@babel/runtime" "^7.14.8" + "@nodelib/fs.scandir@2.1.3": version "2.1.3" resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b"