Skip to content

Javascript dependency: Bump @mui/icons-material from 7.3.0 to 7.3.1 in /web #9040

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@date-io/date-fns": "3.x",
"@emotion/sheet": "^1.0.1",
"@fortawesome/fontawesome-free": "latest",
"@mui/icons-material": "^7.1.1",
"@mui/icons-material": "^7.3.1",
"@mui/material": "^7.1.0",
"@mui/x-date-pickers": "^8.9.2",
"@nozbe/microfuzz": "^1.0.0",
Expand Down
12 changes: 6 additions & 6 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2743,19 +2743,19 @@ __metadata:
languageName: node
linkType: hard

"@mui/icons-material@npm:^7.1.1":
version: 7.3.0
resolution: "@mui/icons-material@npm:7.3.0"
"@mui/icons-material@npm:^7.3.1":
version: 7.3.1
resolution: "@mui/icons-material@npm:7.3.1"
dependencies:
"@babel/runtime": "npm:^7.28.2"
peerDependencies:
"@mui/material": ^7.3.0
"@mui/material": ^7.3.1
"@types/react": ^17.0.0 || ^18.0.0 || ^19.0.0
react: ^17.0.0 || ^18.0.0 || ^19.0.0
peerDependenciesMeta:
"@types/react":
optional: true
checksum: 10c0/d836b592a4065e0b1dea32250b83c341cd7ff5006842ca9d2cc4f1341d2f1d8a65bd79e2fdd28c5fed7afa53a59c0ab350f4c6c33a2b490d7c4c9ad2708b1de4
checksum: 10c0/cd35a2417e5c655b3cda5ef9e90cdb9ff7482d36a0d74b05d22ea5fd43b5dd02be004e3ab314e57defcbabc55342e8bbb910660907ab219551fffd7a3bbc85fa
languageName: node
linkType: hard

Expand Down Expand Up @@ -12887,7 +12887,7 @@ __metadata:
"@emotion/styled": "npm:^11.11.0"
"@emotion/utils": "npm:^1.0.0"
"@fortawesome/fontawesome-free": "npm:latest"
"@mui/icons-material": "npm:^7.1.1"
"@mui/icons-material": "npm:^7.3.1"
"@mui/material": "npm:^7.1.0"
"@mui/x-date-pickers": "npm:^8.9.2"
"@nozbe/microfuzz": "npm:^1.0.0"
Expand Down
Loading