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

npm: bump @mui/icons-material from 5.16.5 to 6.2.1 #8

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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@microsoft/applicationinsights-web": "^3.3.4",
"@mui/icons-material": "^5.16.5",
"@mui/icons-material": "^6.2.1",
"@mui/lab": "^5.0.0-alpha.173",
"@mui/material": "^5.16.5",
"@mui/styles": "^5.16.5",
Expand Down
27 changes: 18 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1682,6 +1682,15 @@ __metadata:
languageName: node
linkType: hard

"@babel/runtime@npm:^7.26.0":
version: 7.26.0
resolution: "@babel/runtime@npm:7.26.0"
dependencies:
regenerator-runtime: "npm:^0.14.0"
checksum: 10c0/12c01357e0345f89f4f7e8c0e81921f2a3e3e101f06e8eaa18a382b517376520cd2fa8c237726eb094dab25532855df28a7baaf1c26342b52782f6936b07c287
languageName: node
linkType: hard

"@babel/template@npm:^7.24.7, @babel/template@npm:^7.25.0, @babel/template@npm:^7.3.3":
version: 7.25.0
resolution: "@babel/template@npm:7.25.0"
Expand Down Expand Up @@ -3269,19 +3278,19 @@ __metadata:
languageName: node
linkType: hard

"@mui/icons-material@npm:^5.16.5":
version: 5.16.5
resolution: "@mui/icons-material@npm:5.16.5"
"@mui/icons-material@npm:^6.2.1":
version: 6.2.1
resolution: "@mui/icons-material@npm:6.2.1"
dependencies:
"@babel/runtime": "npm:^7.23.9"
"@babel/runtime": "npm:^7.26.0"
peerDependencies:
"@mui/material": ^5.0.0
"@types/react": ^17.0.0 || ^18.0.0
react: ^17.0.0 || ^18.0.0
"@mui/material": ^6.2.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/6ba9cbb5bc7a5d3fbc297683973c7c15c4a95f8b12cf55cadd069d4ecbaf5639bb9044da82ddc029c04203ee81a8ac691ea5ada769dc86fef3f25a13fcec44fe
checksum: 10c0/5ff137c8fbe6875b871d9c47e4a1d767d8b8f3f9b092a9b7fc5bb9fedf479dadf528f6602992408ba514e3fd69b2c8c0e6a14a4676a5cc4f4b779f33ba5b5d0a
languageName: node
linkType: hard

Expand Down Expand Up @@ -5668,7 +5677,7 @@ __metadata:
"@emotion/react": "npm:^11.13.0"
"@emotion/styled": "npm:^11.13.0"
"@microsoft/applicationinsights-web": "npm:^3.3.4"
"@mui/icons-material": "npm:^5.16.5"
"@mui/icons-material": "npm:^6.2.1"
"@mui/lab": "npm:^5.0.0-alpha.173"
"@mui/material": "npm:^5.16.5"
"@mui/styles": "npm:^5.16.5"
Expand Down
Loading