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 6.1.9 to 6.3.1 #3400

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

"@mui/private-theming@npm:^6.3.1":
version: 6.3.1
resolution: "@mui/private-theming@npm:6.3.1"
dependencies:
"@babel/runtime": "npm:^7.26.0"
"@mui/utils": "npm:^6.3.1"
prop-types: "npm:^15.8.1"
peerDependencies:
"@types/react": ^17.0.0 || ^18.0.0 || ^19.0.0
react: ^17.0.0 || ^18.0.0 || ^19.0.0
peerDependenciesMeta:
"@types/react":
optional: true
checksum: 10/6110969a08d77312d09c0ab1aef6f077082abf91239a2d333ed05155f5356462444ec61a1de2e4ab8c3496dc71c46ce481dc85326debbae76c78d179c06abb80
languageName: node
linkType: hard

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

"@mui/styles@npm:^6.1.9":
version: 6.1.9
resolution: "@mui/styles@npm:6.1.9"
version: 6.3.1
resolution: "@mui/styles@npm:6.3.1"
dependencies:
"@babel/runtime": "npm:^7.26.0"
"@emotion/hash": "npm:^0.9.2"
"@mui/private-theming": "npm:^6.1.9"
"@mui/types": "npm:^7.2.19"
"@mui/utils": "npm:^6.1.9"
"@mui/private-theming": "npm:^6.3.1"
"@mui/types": "npm:^7.2.21"
"@mui/utils": "npm:^6.3.1"
clsx: "npm:^2.1.1"
csstype: "npm:^3.1.3"
hoist-non-react-statics: "npm:^3.3.2"
Expand All @@ -5885,7 +5902,7 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
checksum: 10/81d038e13efda03a5c5713341e320198ba095ce707a07b3e3581aaff2cc894f30d11ce9e7db34c11b59a20d0bb6e160b4eea0b63b4fa36eae63c05ec100aba11
checksum: 10/7c5f8fd597addba13520303d2d60d1855157ffada2c9c5de2de41dd8026438dccb66ab20b92080b182be46ac2f66c9f6e4f427fc75cd569929b145cc64e93b62
languageName: node
linkType: hard

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

"@mui/types@npm:^7.2.21":
version: 7.2.21
resolution: "@mui/types@npm:7.2.21"
peerDependencies:
"@types/react": ^17.0.0 || ^18.0.0 || ^19.0.0
peerDependenciesMeta:
"@types/react":
optional: true
checksum: 10/cf604b02ee8a9127fe1cdcd1d2ee5d5aa92b2a3543b465a09c46a8be2452df7c58930ac0d8e55610e7130efe0fb9de9fa0c8522e30a04ca5dadc6640a4c77eda
languageName: node
linkType: hard

"@mui/utils@npm:^6.1.9":
version: 6.1.9
resolution: "@mui/utils@npm:6.1.9"
Expand All @@ -5949,6 +5978,26 @@ __metadata:
languageName: node
linkType: hard

"@mui/utils@npm:^6.3.1":
version: 6.3.1
resolution: "@mui/utils@npm:6.3.1"
dependencies:
"@babel/runtime": "npm:^7.26.0"
"@mui/types": "npm:^7.2.21"
"@types/prop-types": "npm:^15.7.14"
clsx: "npm:^2.1.1"
prop-types: "npm:^15.8.1"
react-is: "npm:^19.0.0"
peerDependencies:
"@types/react": ^17.0.0 || ^18.0.0 || ^19.0.0
react: ^17.0.0 || ^18.0.0 || ^19.0.0
peerDependenciesMeta:
"@types/react":
optional: true
checksum: 10/cefc474ebb582e35bf2a0966fedaa486129fa8590cf88fb7acf9d0f490922ffb01c0a103a9e66cc56ceddf8142e8f8036dcbeceb3afa0d0a242bf51bbd4c96a6
languageName: node
linkType: hard

"@napi-rs/wasm-runtime@npm:0.2.4":
version: 0.2.4
resolution: "@napi-rs/wasm-runtime@npm:0.2.4"
Expand Down Expand Up @@ -9353,6 +9402,13 @@ __metadata:
languageName: node
linkType: hard

"@types/prop-types@npm:^15.7.14":
version: 15.7.14
resolution: "@types/prop-types@npm:15.7.14"
checksum: 10/d0c5407b9ccc3dd5fae0ccf9b1007e7622ba5e6f1c18399b4f24dff33619d469da4b9fa918a374f19dc0d9fe6a013362aab0b844b606cfc10676efba3f5f736d
languageName: node
linkType: hard

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