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 mui (non-major) to v5.16.9 (patch) #117

Merged
merged 1 commit into from
Dec 9, 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"@graasp/apps-query-client": "3.4.15",
"@graasp/sdk": "4.7.6",
"@graasp/ui": "4.11.0",
"@mui/icons-material": "5.16.8",
"@mui/icons-material": "5.16.9",
"@mui/lab": "5.0.0-alpha.174",
"@mui/material": "5.16.8",
"@mui/material": "5.16.9",
"@sentry/react": "7.120.1",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3169,10 +3169,10 @@ __metadata:
languageName: node
linkType: hard

"@mui/core-downloads-tracker@npm:^5.16.8":
version: 5.16.8
resolution: "@mui/core-downloads-tracker@npm:5.16.8"
checksum: 10/1d099442aabf0a17ae0045d370565fca9c8654a654f88a08595542e6566d159aa632cc7d73aefa247f2ae3ab853709ea2e37118a080891bfbd200c58212202ca
"@mui/core-downloads-tracker@npm:^5.16.9":
version: 5.16.9
resolution: "@mui/core-downloads-tracker@npm:5.16.9"
checksum: 10/25e7cf746627e12671e2bae4ea8f81967fbb7e05188c268052104d05f249eea1baa3f3d97f66d1242112afa944a7b025a331527392797d620acbcc1dde23a3df
languageName: node
linkType: hard

Expand All @@ -3192,9 +3192,9 @@ __metadata:
languageName: node
linkType: hard

"@mui/icons-material@npm:5.16.8":
version: 5.16.8
resolution: "@mui/icons-material@npm:5.16.8"
"@mui/icons-material@npm:5.16.9":
version: 5.16.9
resolution: "@mui/icons-material@npm:5.16.9"
dependencies:
"@babel/runtime": "npm:^7.23.9"
peerDependencies:
Expand All @@ -3204,7 +3204,7 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
checksum: 10/1513a5c69b0adb4b70cdcf49fd01dc5d6ed058e7813e75a0524ac111cc97fb7ee2d154a433076d6526e88cd099442b6a6c336e1594c8b53d2191f3fb444a2f7e
checksum: 10/5b5ceee66c82f8bcd467c9d13aec14592868b0cf981573c609a3e17bdb1968bfb47b459dd54d33e8bf93838387998aba89887ccb910d0cd0375adea406ce8c0f
languageName: node
linkType: hard

Expand Down Expand Up @@ -3270,12 +3270,12 @@ __metadata:
languageName: node
linkType: hard

"@mui/material@npm:5.16.8":
version: 5.16.8
resolution: "@mui/material@npm:5.16.8"
"@mui/material@npm:5.16.9":
version: 5.16.9
resolution: "@mui/material@npm:5.16.9"
dependencies:
"@babel/runtime": "npm:^7.23.9"
"@mui/core-downloads-tracker": "npm:^5.16.8"
"@mui/core-downloads-tracker": "npm:^5.16.9"
"@mui/system": "npm:^5.16.8"
"@mui/types": "npm:^7.2.15"
"@mui/utils": "npm:^5.16.8"
Expand All @@ -3299,7 +3299,7 @@ __metadata:
optional: true
"@types/react":
optional: true
checksum: 10/e39345677e43b42085f45b1e490b50a8cf531823becf437a782a5e6433cab4094b813c627a07066be08e6c1ee73ba145359a9e6681cafea22f14b3fb5375436a
checksum: 10/0bbdb2a0309e70b7e43f04c0af19dbe3d4d5180f69aecd599182d92e21869a449cba8f94dfc280c0e6aa26d3b5a0c72c424e5c445ee4a2fdd01e79e7c24639e1
languageName: node
linkType: hard

Expand Down Expand Up @@ -8623,9 +8623,9 @@ __metadata:
"@graasp/apps-query-client": "npm:3.4.15"
"@graasp/sdk": "npm:4.7.6"
"@graasp/ui": "npm:4.11.0"
"@mui/icons-material": "npm:5.16.8"
"@mui/icons-material": "npm:5.16.9"
"@mui/lab": "npm:5.0.0-alpha.174"
"@mui/material": "npm:5.16.8"
"@mui/material": "npm:5.16.9"
"@sentry/react": "npm:7.120.1"
"@tanstack/react-query": "npm:4.36.1"
"@tanstack/react-query-devtools": "npm:4.36.1"
Expand Down
Loading