Skip to content

Commit f0dea19

Browse files
fix(deps): replace dependency @material-ui/icons with @mui/icons-material 5.0.0
1 parent 4b09c96 commit f0dea19

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

packages/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@graphql-portal/types": "1.2.0",
1212
"@hookform/resolvers": "1.3.8",
1313
"@material-ui/core": "4.12.4",
14-
"@material-ui/icons": "4.11.3",
14+
"@mui/icons-material": "5.0.0",
1515
"@material-ui/lab": "4.0.0-alpha.61",
1616
"@uiw/react-codemirror": "3.2.9",
1717
"ajv": "8.11.0",

yarn.lock

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2332,6 +2332,11 @@
23322332
dependencies:
23332333
regenerator-runtime "^0.13.4"
23342334

2335+
"@babel/runtime@^7.14.8":
2336+
version "7.28.3"
2337+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.3.tgz#75c5034b55ba868121668be5d5bb31cc64e6e61a"
2338+
integrity sha512-9uIQ10o0WGdpP6GDhXcdOJPJuDgFtIDtN/9+ArJQ2NAfAmiuhTQdzkaTGR33v43GYS2UrSA0eX2pPPHoFVvpxA==
2339+
23352340
"@babel/runtime@^7.18.9":
23362341
version "7.18.9"
23372342
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.9.tgz#b4fcfce55db3d2e5e080d2490f608a3b9f407f4a"
@@ -5626,13 +5631,6 @@
56265631
react-is "^16.8.0 || ^17.0.0"
56275632
react-transition-group "^4.4.0"
56285633

5629-
"@material-ui/[email protected]":
5630-
version "4.11.3"
5631-
resolved "https://registry.yarnpkg.com/@material-ui/icons/-/icons-4.11.3.tgz#b0693709f9b161ce9ccde276a770d968484ecff1"
5632-
integrity sha512-IKHlyx6LDh8n19vzwH5RtHIOHl9Tu90aAAxcbWME6kp4dmvODM3UvOHJeMIDzUbd4muuJKHmlNoBN+mDY4XkBA==
5633-
dependencies:
5634-
"@babel/runtime" "^7.4.4"
5635-
56365634
"@material-ui/[email protected]":
56375635
version "4.0.0-alpha.61"
56385636
resolved "https://registry.yarnpkg.com/@material-ui/lab/-/lab-4.0.0-alpha.61.tgz#9bf8eb389c0c26c15e40933cc114d4ad85e3d978"
@@ -5704,6 +5702,13 @@
57045702
resolved "https://registry.yarnpkg.com/@microsoft/fetch-event-source/-/fetch-event-source-2.0.1.tgz#9ceecc94b49fbaa15666e38ae8587f64acce007d"
57055703
integrity sha512-W6CLUJ2eBMw3Rec70qrsEW0jOm/3twwJv21mrmj2yORiaVmVYGS4sSS5yUwvQc1ZlDLYGPnClVWmUUMagKNsfA==
57065704

5705+
5706+
version "5.0.0"
5707+
resolved "https://registry.yarnpkg.com/@mui/icons-material/-/icons-material-5.0.0.tgz#f6282b6044d221d80729bffe976ede2072c8d313"
5708+
integrity sha512-Vl5pMIdD1MC+LVBEKDQkWeoU/0mdxx/WLBuTVo5y2yzOzEp8gcwkegtiUyN1gubiXcqzNNZQNvJ6/YSdFRr84Q==
5709+
dependencies:
5710+
"@babel/runtime" "^7.14.8"
5711+
57075712
57085713
version "0.7.1"
57095714
resolved "https://registry.yarnpkg.com/@n1ru4l/graphql-live-query/-/graphql-live-query-0.7.1.tgz#c020d017c3ed6bcfdde49a7106ba035e4d0774f5"

0 commit comments

Comments
 (0)