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.4 to 5.14.5 #2100

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

"@mui/private-theming@npm:^5.14.5":
version: 5.14.5
resolution: "@mui/private-theming@npm:5.14.5"
dependencies:
"@babel/runtime": ^7.22.6
"@mui/utils": ^5.14.5
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: 0d42a858725ee52369689f51c5237cd7d296bf2af380954b7406b62f41a09c34820ac698e53475caf1115adb3849b346945fe2dd867d637be7ae182a84c92b56
languageName: node
linkType: hard

"@mui/styled-engine@npm:^5.13.2":
version: 5.13.2
resolution: "@mui/styled-engine@npm:5.13.2"
Expand All @@ -4117,14 +4134,14 @@ __metadata:
linkType: hard

"@mui/styles@npm:^5.14.4":
version: 5.14.4
resolution: "@mui/styles@npm:5.14.4"
version: 5.14.5
resolution: "@mui/styles@npm:5.14.5"
dependencies:
"@babel/runtime": ^7.22.6
"@emotion/hash": ^0.9.1
"@mui/private-theming": ^5.14.4
"@mui/private-theming": ^5.14.5
"@mui/types": ^7.2.4
"@mui/utils": ^5.14.4
"@mui/utils": ^5.14.5
clsx: ^2.0.0
csstype: ^3.1.2
hoist-non-react-statics: ^3.3.2
Expand All @@ -4143,7 +4160,7 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
checksum: abd4b24305952e70907da5737b6fdc6ea8c180bb3cdff8a97077c1105b0910f784cd23246cdc8fee95d1237a9331286a7c406b5fed6685961562d018d4733ddc
checksum: a6cbe5d88d4e526600f9583806aaefdd7fdb16a13f841ad1fcb636ba4e4472999f8bca9273ea75c1c7d3a9f1eed8d2deb914134cb94aeaea341b179855852806
languageName: node
linkType: hard

Expand Down Expand Up @@ -4202,6 +4219,21 @@ __metadata:
languageName: node
linkType: hard

"@mui/utils@npm:^5.14.5":
version: 5.14.5
resolution: "@mui/utils@npm:5.14.5"
dependencies:
"@babel/runtime": ^7.22.6
"@types/prop-types": ^15.7.5
"@types/react-is": ^18.2.1
prop-types: ^15.8.1
react-is: ^18.2.0
peerDependencies:
react: ^17.0.0 || ^18.0.0
checksum: 7044d73ae41bdfd9c7c6287a3c1391ec4c5395c8f0092eac3ca4f1fd5359068fad29366f39d8072f68493eb5225399463935bbca266c879d630f8ebaa3db96d7
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
Loading