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.14.9 to 5.14.10 #2195

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
52 changes: 47 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4540,6 +4540,23 @@ __metadata:
languageName: node
linkType: hard

"@mui/private-theming@npm:^5.14.10":
version: 5.14.10
resolution: "@mui/private-theming@npm:5.14.10"
dependencies:
"@babel/runtime": ^7.22.15
"@mui/utils": ^5.14.10
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: 09681e1ada52a8635327ab2c6ad2488225173475a305444e3c9e2f932116418207b803be28561ac11316047b43fded8f5ccd3de1ee9399da8d95af3586695ce7
languageName: node
linkType: hard

"@mui/private-theming@npm:^5.14.9":
version: 5.14.9
resolution: "@mui/private-theming@npm:5.14.9"
Expand Down Expand Up @@ -4580,14 +4597,14 @@ __metadata:
linkType: hard

"@mui/styles@npm:^5.14.9":
version: 5.14.9
resolution: "@mui/styles@npm:5.14.9"
version: 5.14.10
resolution: "@mui/styles@npm:5.14.10"
dependencies:
"@babel/runtime": ^7.22.15
"@emotion/hash": ^0.9.1
"@mui/private-theming": ^5.14.9
"@mui/private-theming": ^5.14.10
"@mui/types": ^7.2.4
"@mui/utils": ^5.14.9
"@mui/utils": ^5.14.10
clsx: ^2.0.0
csstype: ^3.1.2
hoist-non-react-statics: ^3.3.2
Expand All @@ -4606,7 +4623,7 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
checksum: 737194343e46890cd2a53a458344b7774582c702b2893ddf68649c15982e38c799f0d634304258aec1d50436d9c82d2eca81a19bef6e7bc3372d1f41ab499430
checksum: e5e8dee52dbbe9d827a1d5393b345e8fb952df1f288ba6e6272da289bd0779224f376b4751e688c85d2ed6e3aaac2ffacf84574afd45e8d5e4641c87458bee4a
languageName: node
linkType: hard

Expand Down Expand Up @@ -4650,6 +4667,24 @@ __metadata:
languageName: node
linkType: hard

"@mui/utils@npm:^5.14.10":
version: 5.14.10
resolution: "@mui/utils@npm:5.14.10"
dependencies:
"@babel/runtime": ^7.22.15
"@types/prop-types": ^15.7.5
prop-types: ^15.8.1
react-is: ^18.2.0
peerDependencies:
"@types/react": ^17.0.0 || ^18.0.0
react: ^17.0.0 || ^18.0.0
peerDependenciesMeta:
"@types/react":
optional: true
checksum: ca2405da33bbbcaa01caebc7c9f3a7d55dd56ffb286f17362c93b2382326679cbc0d7f318ea9307907d669d359b2b01000e136557c7af9126f3849f324e73ea6
languageName: node
linkType: hard

"@mui/utils@npm:^5.14.9":
version: 5.14.9
resolution: "@mui/utils@npm:5.14.9"
Expand Down Expand Up @@ -7819,6 +7854,13 @@ __metadata:
languageName: node
linkType: hard

"@types/prop-types@npm:^15.7.5":
version: 15.7.6
resolution: "@types/prop-types@npm:15.7.6"
checksum: 5f2796c7330461a556c4d18035fb914b372f96b1619a4f8302d07e1ea708e06a2dbe666dfcd8ff03f64c625aa4c12b31f677d0298a32910f5ab7ee51521d8086
languageName: node
linkType: hard

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