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

fix(deps): update material-ui monorepo to v5.15.10 #5073

Merged
merged 1 commit into from
Feb 12, 2024
Merged
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
4 changes: 2 additions & 2 deletions apps/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
"@httpx/dsn-parser": "1.6.8",
"@httpx/exception": "3.0.4",
"@httpx/json-api": "0.5.17",
"@mui/icons-material": "5.15.9",
"@mui/material": "5.15.9",
"@mui/icons-material": "5.15.10",
"@mui/material": "5.15.10",
"@nextvalid/zod-request": "0.4.0",
"@pothos/core": "3.41.0",
"@pothos/plugin-errors": "3.11.1",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4304,16 +4304,16 @@ __metadata:
languageName: node
linkType: hard

"@mui/core-downloads-tracker@npm:^5.15.9":
version: 5.15.9
resolution: "@mui/core-downloads-tracker@npm:5.15.9"
checksum: 10c0/8ecf0da83b35454705de45884762bc2edd41a9eb9600db6dbf7f324c3e25e953fec310a23f799b00cda85c49149f4bafd79c4b285480823a2e426e16d9ad03ae
"@mui/core-downloads-tracker@npm:^5.15.10":
version: 5.15.10
resolution: "@mui/core-downloads-tracker@npm:5.15.10"
checksum: 10c0/d05da33eb3532994aa0b71e8131c8c21b4c6256976bfa704b2268c2bd88ae2c6853b0832c2af904507820e56563d373020827310abd626e146e026200b76eacf
languageName: node
linkType: hard

"@mui/icons-material@npm:5.15.9":
version: 5.15.9
resolution: "@mui/icons-material@npm:5.15.9"
"@mui/icons-material@npm:5.15.10":
version: 5.15.10
resolution: "@mui/icons-material@npm:5.15.10"
dependencies:
"@babel/runtime": "npm:^7.23.9"
peerDependencies:
Expand All @@ -4323,17 +4323,17 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
checksum: 10c0/2f3eac547a59ee091f17c1504bf4bdd53fe0804d8a314ede074f70cdac18f5b72005b041b51381e09cf1e3c1c80f4f378c39ebbfa55dc307295da85e9df3d6e7
checksum: 10c0/d49747d962ad9dec172d498173ee60fe29f3c818d15458fdc21b5d7a1cfa3a5acf8c6f3e6e35c665a3b0f4a088ac6806601c0d408403117f6711740448db4346
languageName: node
linkType: hard

"@mui/material@npm:5.15.9":
version: 5.15.9
resolution: "@mui/material@npm:5.15.9"
"@mui/material@npm:5.15.10":
version: 5.15.10
resolution: "@mui/material@npm:5.15.10"
dependencies:
"@babel/runtime": "npm:^7.23.9"
"@mui/base": "npm:5.0.0-beta.36"
"@mui/core-downloads-tracker": "npm:^5.15.9"
"@mui/core-downloads-tracker": "npm:^5.15.10"
"@mui/system": "npm:^5.15.9"
"@mui/types": "npm:^7.2.13"
"@mui/utils": "npm:^5.15.9"
Expand All @@ -4356,7 +4356,7 @@ __metadata:
optional: true
"@types/react":
optional: true
checksum: 10c0/1a0cb0566d2d24ef1fcb966560b37dd4e57482c10bf61ac7dcfedadb4fbdae5222639df9c313ce53e585450166fbb5a9f2f846bfff6deb432a4262141d215a3c
checksum: 10c0/057147a7f68269641954dd456852a801c71fe10cc1dee7c4d669e8327a792ac2dee4083c4562b918a3696276a9035ba2a5b1b5261dc7f1a385711b938ae508fe
languageName: node
linkType: hard

Expand Down Expand Up @@ -17792,8 +17792,8 @@ __metadata:
"@httpx/dsn-parser": "npm:1.6.8"
"@httpx/exception": "npm:3.0.4"
"@httpx/json-api": "npm:0.5.17"
"@mui/icons-material": "npm:5.15.9"
"@mui/material": "npm:5.15.9"
"@mui/icons-material": "npm:5.15.10"
"@mui/material": "npm:5.15.10"
"@next/bundle-analyzer": "npm:14.1.0"
"@next/env": "npm:14.1.0"
"@nextvalid/zod-request": "npm:0.4.0"
Expand Down
Loading