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.15.18 (patch) #178

Merged
merged 1 commit into from
May 29, 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 @@ -21,9 +21,9 @@
"@graasp/apps-query-client": "3.4.15",
"@graasp/sdk": "4.8.0",
"@graasp/ui": "4.18.2",
"@mui/icons-material": "5.15.17",
"@mui/icons-material": "5.15.18",
"@mui/lab": "5.0.0-alpha.170",
"@mui/material": "5.15.17",
"@mui/material": "5.15.18",
"@sentry/react": "~8.5.0",
"@tanstack/react-query": "4.36.1",
"@uppy/core": "3.11.3",
Expand Down
60 changes: 2 additions & 58 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2686,36 +2686,13 @@ __metadata:
languageName: node
linkType: hard

"@mui/core-downloads-tracker@npm:^5.15.17":
version: 5.15.17
resolution: "@mui/core-downloads-tracker@npm:5.15.17"
checksum: 10/246bf7ee7ed25709006edd92fd344f57cdd9dec0b570df9f41127f87d15ee890af641eb8c646b4cd52972c71c273e8b564b999083b9828510ce72eccb153a0fd
languageName: node
linkType: hard

"@mui/core-downloads-tracker@npm:^5.15.18":
version: 5.15.18
resolution: "@mui/core-downloads-tracker@npm:5.15.18"
checksum: 10/d6f5d5bc70b7ace16b1fa86adf5f5bc175840fd21d69f230b8b2348fab4863940df030ace0c6b76beb57bd8bfa6a460788cbd86be90772c13684d87d409d8d32
languageName: node
linkType: hard

"@mui/icons-material@npm:5.15.17":
version: 5.15.17
resolution: "@mui/icons-material@npm:5.15.17"
dependencies:
"@babel/runtime": "npm:^7.23.9"
peerDependencies:
"@mui/material": ^5.0.0
"@types/react": ^17.0.0 || ^18.0.0
react: ^17.0.0 || ^18.0.0
peerDependenciesMeta:
"@types/react":
optional: true
checksum: 10/fa7c33e1a47dbc85bf994e3b1c08dc0f504fd60a1b8bcee61c83c1b0fc126134eaff1b8acf894721c5ed8b4bbb48c4ba6b846e73a541314a72870990089c0426
languageName: node
linkType: hard

"@mui/icons-material@npm:5.15.18":
version: 5.15.18
resolution: "@mui/icons-material@npm:5.15.18"
Expand Down Expand Up @@ -2761,39 +2738,6 @@ __metadata:
languageName: node
linkType: hard

"@mui/material@npm:5.15.17":
version: 5.15.17
resolution: "@mui/material@npm:5.15.17"
dependencies:
"@babel/runtime": "npm:^7.23.9"
"@mui/base": "npm:5.0.0-beta.40"
"@mui/core-downloads-tracker": "npm:^5.15.17"
"@mui/system": "npm:^5.15.15"
"@mui/types": "npm:^7.2.14"
"@mui/utils": "npm:^5.15.14"
"@types/react-transition-group": "npm:^4.4.10"
clsx: "npm:^2.1.0"
csstype: "npm:^3.1.3"
prop-types: "npm:^15.8.1"
react-is: "npm:^18.2.0"
react-transition-group: "npm:^4.4.5"
peerDependencies:
"@emotion/react": ^11.5.0
"@emotion/styled": ^11.3.0
"@types/react": ^17.0.0 || ^18.0.0
react: ^17.0.0 || ^18.0.0
react-dom: ^17.0.0 || ^18.0.0
peerDependenciesMeta:
"@emotion/react":
optional: true
"@emotion/styled":
optional: true
"@types/react":
optional: true
checksum: 10/bd40a428bfe1425240f4c16b2ed253e5316241bfbed922c9ef7effddee4ad7b9539c12f0ae9478d9565e43423d0a33d16817f71758d21f49f5e427ae8532d860
languageName: node
linkType: hard

"@mui/material@npm:5.15.18":
version: 5.15.18
resolution: "@mui/material@npm:5.15.18"
Expand Down Expand Up @@ -8543,9 +8487,9 @@ __metadata:
"@graasp/apps-query-client": "npm:3.4.15"
"@graasp/sdk": "npm:4.8.0"
"@graasp/ui": "npm:4.18.2"
"@mui/icons-material": "npm:5.15.17"
"@mui/icons-material": "npm:5.15.18"
"@mui/lab": "npm:5.0.0-alpha.170"
"@mui/material": "npm:5.15.17"
"@mui/material": "npm:5.15.18"
"@sentry/react": "npm:~8.5.0"
"@tanstack/react-query": "npm:4.36.1"
"@tanstack/react-query-devtools": "npm:4.36.1"
Expand Down
Loading