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

chore(deps-dev): Bump @mui/styles from 5.15.19 to 5.16.1 #2955

Closed
wants to merge 1 commit into from
Closed
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
66 changes: 60 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5837,6 +5837,23 @@ __metadata:
languageName: node
linkType: hard

"@mui/private-theming@npm:^5.16.1":
version: 5.16.1
resolution: "@mui/private-theming@npm:5.16.1"
dependencies:
"@babel/runtime": ^7.23.9
"@mui/utils": ^5.16.1
prop-types: ^15.8.1
peerDependencies:
"@types/react": ^17.0.0 || ^18.0.0
react: ^17.0.0 || ^18.0.0
peerDependenciesMeta:
"@types/react":
optional: true
checksum: 6556fb3b5281747e055b4d7f02860450161c27b637b3651423485b1884dc7dd7a9c3170dbf2baf65a4d33d997fbd849bc828910bd8b3ba60fa4c3719017129c3
languageName: node
linkType: hard

"@mui/styled-engine@npm:^5.15.14":
version: 5.15.14
resolution: "@mui/styled-engine@npm:5.15.14"
Expand All @@ -5859,14 +5876,14 @@ __metadata:
linkType: hard

"@mui/styles@npm:^5.15.19":
version: 5.15.19
resolution: "@mui/styles@npm:5.15.19"
version: 5.16.1
resolution: "@mui/styles@npm:5.16.1"
dependencies:
"@babel/runtime": ^7.23.9
"@emotion/hash": ^0.9.1
"@mui/private-theming": ^5.15.14
"@mui/types": ^7.2.14
"@mui/utils": ^5.15.14
"@mui/private-theming": ^5.16.1
"@mui/types": ^7.2.15
"@mui/utils": ^5.16.1
clsx: ^2.1.0
csstype: ^3.1.3
hoist-non-react-statics: ^3.3.2
Expand All @@ -5885,7 +5902,7 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
checksum: 803ea9342aa87050d317f38ec52dffd42079c6edd3186f798c4b99fbaaface3d39aba6871d093973e462bb1edb6acd92824d9aabec50a96241f4f369d0fb47ff
checksum: 9fe76a7bb2579cc80448426ec2127cb7711d12d7d04696370190c47d2886c5c9145f2f3000dace48530d8b9cc6052333ad63c87d65a4db5e0321b5a652ee8de6
languageName: node
linkType: hard

Expand Down Expand Up @@ -5929,6 +5946,18 @@ __metadata:
languageName: node
linkType: hard

"@mui/types@npm:^7.2.15":
version: 7.2.15
resolution: "@mui/types@npm:7.2.15"
peerDependencies:
"@types/react": ^17.0.0 || ^18.0.0
peerDependenciesMeta:
"@types/react":
optional: true
checksum: 86c7e58a4ead970204b746e3ead71d4b9b3ea1eebe237be88ae0d6b3fda958fb5aa73c238960c8c2b2cdb1cf424a961299a2292e8d7364ddb41bd20059b70993
languageName: node
linkType: hard

"@mui/utils@npm:^5.15.14":
version: 5.15.14
resolution: "@mui/utils@npm:5.15.14"
Expand All @@ -5947,6 +5976,24 @@ __metadata:
languageName: node
linkType: hard

"@mui/utils@npm:^5.16.1":
version: 5.16.1
resolution: "@mui/utils@npm:5.16.1"
dependencies:
"@babel/runtime": ^7.23.9
"@types/prop-types": ^15.7.12
prop-types: ^15.8.1
react-is: ^18.3.1
peerDependencies:
"@types/react": ^17.0.0 || ^18.0.0
react: ^17.0.0 || ^18.0.0
peerDependenciesMeta:
"@types/react":
optional: true
checksum: 59cca4737c1fa7f235650f417c9922f718681d77cfe2c04002706dfd9f46a9360e4edba3d8efbbe72f2621942d23b5d87fc09b3889fb2607f9b1a4bd7f025b6a
languageName: node
linkType: hard

"@ndelangen/get-tarball@npm:^3.0.7":
version: 3.0.9
resolution: "@ndelangen/get-tarball@npm:3.0.9"
Expand Down Expand Up @@ -9415,6 +9462,13 @@ __metadata:
languageName: node
linkType: hard

"@types/prop-types@npm:^15.7.12":
version: 15.7.12
resolution: "@types/prop-types@npm:15.7.12"
checksum: ac16cc3d0a84431ffa5cfdf89579ad1e2269549f32ce0c769321fdd078f84db4fbe1b461ed5a1a496caf09e637c0e367d600c541435716a55b1d9713f5035dfe
languageName: node
linkType: hard

"@types/q@npm:^1.5.1":
version: 1.5.5
resolution: "@types/q@npm:1.5.5"
Expand Down
Loading