Skip to content

Commit 7d208e5

Browse files
fix(deps): replace dependency @material-ui/icons with @mui/icons-material 5.0.0
1 parent 535a14e commit 7d208e5

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"@material-ui/core": "4.12.4",
7-
"@material-ui/icons": "4.11.3",
7+
"@mui/icons-material": "5.0.0",
88
"@material-ui/lab": "4.0.0-alpha.61",
99
"bootstrap": "5.1.3",
1010
"copy-to-clipboard": "3.3.1",

yarn.lock

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,6 +1152,11 @@
11521152
dependencies:
11531153
regenerator-runtime "^0.13.4"
11541154

1155+
"@babel/runtime@^7.14.8":
1156+
version "7.27.1"
1157+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.1.tgz#9fce313d12c9a77507f264de74626e87fd0dc541"
1158+
integrity sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog==
1159+
11551160
"@babel/runtime@^7.17.2":
11561161
version "7.17.2"
11571162
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.2.tgz#66f68591605e59da47523c631416b18508779941"
@@ -1493,13 +1498,6 @@
14931498
react-is "^16.8.0 || ^17.0.0"
14941499
react-transition-group "^4.4.0"
14951500

1496-
"@material-ui/[email protected]":
1497-
version "4.11.3"
1498-
resolved "https://registry.yarnpkg.com/@material-ui/icons/-/icons-4.11.3.tgz#b0693709f9b161ce9ccde276a770d968484ecff1"
1499-
integrity sha512-IKHlyx6LDh8n19vzwH5RtHIOHl9Tu90aAAxcbWME6kp4dmvODM3UvOHJeMIDzUbd4muuJKHmlNoBN+mDY4XkBA==
1500-
dependencies:
1501-
"@babel/runtime" "^7.4.4"
1502-
15031501
"@material-ui/[email protected]":
15041502
version "4.0.0-alpha.61"
15051503
resolved "https://registry.yarnpkg.com/@material-ui/lab/-/lab-4.0.0-alpha.61.tgz#9bf8eb389c0c26c15e40933cc114d4ad85e3d978"
@@ -1557,6 +1555,13 @@
15571555
prop-types "^15.7.2"
15581556
react-is "^16.8.0 || ^17.0.0"
15591557

1558+
1559+
version "5.0.0"
1560+
resolved "https://registry.yarnpkg.com/@mui/icons-material/-/icons-material-5.0.0.tgz#f6282b6044d221d80729bffe976ede2072c8d313"
1561+
integrity sha512-Vl5pMIdD1MC+LVBEKDQkWeoU/0mdxx/WLBuTVo5y2yzOzEp8gcwkegtiUyN1gubiXcqzNNZQNvJ6/YSdFRr84Q==
1562+
dependencies:
1563+
"@babel/runtime" "^7.14.8"
1564+
15601565
"@nodelib/[email protected]":
15611566
version "2.1.5"
15621567
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"

0 commit comments

Comments
 (0)