Skip to content
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

Javascript dependency: Bump @mui/icons-material from 5.16.7 to 6.1.3 in /web #8020

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": "^5.16.6",
"@mui/icons-material": "^6.1.3",
"@mui/lab": "^5.0.0-alpha.165",
"@mui/material": "^5.15.10",
"@mui/x-date-pickers": "^7.7.1",
Expand Down
18 changes: 9 additions & 9 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2346,19 +2346,19 @@ __metadata:
languageName: node
linkType: hard

"@mui/icons-material@npm:^5.16.6":
version: 5.16.7
resolution: "@mui/icons-material@npm:5.16.7"
"@mui/icons-material@npm:^6.1.3":
version: 6.1.3
resolution: "@mui/icons-material@npm:6.1.3"
dependencies:
"@babel/runtime": ^7.23.9
"@babel/runtime": ^7.25.6
peerDependencies:
"@mui/material": ^5.0.0
"@types/react": ^17.0.0 || ^18.0.0
react: ^17.0.0 || ^18.0.0
"@mui/material": ^6.1.3
"@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: a875f2837897d79a83173d80461e06ab090b64d08913d26433cf2cbeb8e7c7456468632a7aa495d722718f09111a8043255777d73b4dfbe9e0f863a170fc7190
checksum: 533697e86f57fb9b1041f7360b055a9401261c5b7a95c67b43b0526b305b47884cd1a51e5129dbd01b968f4758cb625aeb2cd478f0293ce5d6378f3385c2a16c
languageName: node
linkType: hard

Expand Down Expand Up @@ -13817,7 +13817,7 @@ __metadata:
"@emotion/styled": ^11.11.0
"@emotion/utils": ^1.0.0
"@fortawesome/fontawesome-free": latest
"@mui/icons-material": ^5.16.6
"@mui/icons-material": ^6.1.3
"@mui/lab": ^5.0.0-alpha.165
"@mui/material": ^5.15.10
"@mui/x-date-pickers": ^7.7.1
Expand Down
Loading