chore(deps): [closes #310] use @mui/icons-material@5.15.18

This commit is contained in:
Jeremy Kahn 2024-06-07 08:10:07 -05:00
parent 20b9e7fe4e
commit dbf360c7b8
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.17",
"@mui/icons-material": "^5.15.18",
"@mui/material": "^5.15.18",
"@react-hook/debounce": "^4.0.0",
"@react-hook/window-size": "^3.1.1",
@ -6198,9 +6198,9 @@
}
},
"node_modules/@mui/icons-material": {
"version": "5.15.17",
"resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.17.tgz",
"integrity": "sha512-xVzl2De7IY36s/keHX45YMiCpsIx3mNv2xwDgtBkRSnZQtVk+Gqufwj1ktUxEyjzEhBl0+PiNJqYC31C+n1n6A==",
"version": "5.15.18",
"resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.18.tgz",
"integrity": "sha512-jGhyw02TSLM0NgW+MDQRLLRUD/K4eN9rlK2pTBTL1OtzyZmQ8nB060zK1wA0b7cVrIiG+zyrRmNAvGWXwm2N9Q==",
"dependencies": {
"@babel/runtime": "^7.23.9"
},
@ -35236,9 +35236,9 @@
"integrity": "sha512-/9pVk+Al8qxAjwFUADv4BRZgMpZM4m5E+2Q/20qhVPuIJWqKp4Ie4tGExac6zu93rgPTYVQGgu+1vjiT0E+cEw=="
},
"@mui/icons-material": {
"version": "5.15.17",
"resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.17.tgz",
"integrity": "sha512-xVzl2De7IY36s/keHX45YMiCpsIx3mNv2xwDgtBkRSnZQtVk+Gqufwj1ktUxEyjzEhBl0+PiNJqYC31C+n1n6A==",
"version": "5.15.18",
"resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.18.tgz",
"integrity": "sha512-jGhyw02TSLM0NgW+MDQRLLRUD/K4eN9rlK2pTBTL1OtzyZmQ8nB060zK1wA0b7cVrIiG+zyrRmNAvGWXwm2N9Q==",
"requires": {
"@babel/runtime": "^7.23.9"
}

View File

@ -8,7 +8,7 @@
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.17",
"@mui/icons-material": "^5.15.18",
"@mui/material": "^5.15.18",
"@react-hook/debounce": "^4.0.0",
"@react-hook/window-size": "^3.1.1",