Skip to content

Commit 227fb26

Browse files
fix(deps): replace dependency @material-ui/icons with @mui/icons-material ^5.0.0
1 parent d3434c7 commit 227fb26

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

frontend/package.json

+1-1
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
"@reduxjs/toolkit": "^1.9.7",
99
"axios": "^1.2.2",
1010
"prop-types": "^15.8.1",

frontend/yarn.lock

+14-7
Original file line numberDiff line numberDiff line change
@@ -1137,6 +1137,13 @@
11371137
dependencies:
11381138
regenerator-runtime "^0.14.0"
11391139

1140+
"@babel/runtime@^7.23.6":
1141+
version "7.23.7"
1142+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.7.tgz#dd7c88deeb218a0f8bd34d5db1aa242e0f203193"
1143+
integrity sha512-w06OXVOFso7LcbzMiDGt+3X7Rh7Ho8MmgPoWU3rarH+8upf+wSU/grlGbWzQyr3DkdN6ZeuMFjpdwW0Q+HxobA==
1144+
dependencies:
1145+
regenerator-runtime "^0.14.0"
1146+
11401147
"@babel/runtime@^7.9.2":
11411148
version "7.23.1"
11421149
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.1.tgz#72741dc4d413338a91dcb044a86f3c0bc402646d"
@@ -1660,13 +1667,6 @@
16601667
react-is "^16.8.0 || ^17.0.0"
16611668
react-transition-group "^4.4.0"
16621669

1663-
"@material-ui/icons@^4.11.3":
1664-
version "4.11.3"
1665-
resolved "https://registry.yarnpkg.com/@material-ui/icons/-/icons-4.11.3.tgz#b0693709f9b161ce9ccde276a770d968484ecff1"
1666-
integrity sha512-IKHlyx6LDh8n19vzwH5RtHIOHl9Tu90aAAxcbWME6kp4dmvODM3UvOHJeMIDzUbd4muuJKHmlNoBN+mDY4XkBA==
1667-
dependencies:
1668-
"@babel/runtime" "^7.4.4"
1669-
16701670
"@material-ui/styles@^4.11.5":
16711671
version "4.11.5"
16721672
resolved "https://registry.yarnpkg.com/@material-ui/styles/-/styles-4.11.5.tgz#19f84457df3aafd956ac863dbe156b1d88e2bbfb"
@@ -1713,6 +1713,13 @@
17131713
prop-types "^15.7.2"
17141714
react-is "^16.8.0 || ^17.0.0"
17151715

1716+
"@mui/icons-material@^5.0.0":
1717+
version "5.15.2"
1718+
resolved "https://registry.yarnpkg.com/@mui/icons-material/-/icons-material-5.15.2.tgz#d988bee4f49a9785b847a1672924b0192dcd227b"
1719+
integrity sha512-Vs0Z6cd6ieTavMjqPvIJJfwsKaCLdRSErk5LjKdZlBqk7r2SR6roDyhVTQuZOeCzjEFj0qZ4iVPp2DJZRwuYbw==
1720+
dependencies:
1721+
"@babel/runtime" "^7.23.6"
1722+
17161723
"@nodelib/[email protected]":
17171724
version "2.1.5"
17181725
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"

0 commit comments

Comments
 (0)