Skip to content

Commit

Permalink
build(deps): bump @mui/styles from 6.0.1 to 6.0.2 (#1516)
Browse files Browse the repository at this point in the history
Bumps [@mui/styles](https://github.com/mui/material-ui/tree/HEAD/packages/mui-styles) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v6.0.2/packages/mui-styles)

---
updated-dependencies:
- dependency-name: "@mui/styles"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 7, 2024
1 parent 575ee46 commit cd204e8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@feathersjs/rest-client": "^4.5.16",
"@mui/lab": "^5.0.0-alpha.173",
"@mui/material": "^5.16.7",
"@mui/styles": "^6.0.1",
"@mui/styles": "^6.0.2",
"axios": "^1.7.7",
"ra-data-feathers": "^2.9.4",
"ra-input-rich-text": "^5.1.4",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1984,13 +1984,13 @@
"@mui/utils" "^5.16.6"
prop-types "^15.8.1"

"@mui/private-theming@^6.0.1":
version "6.0.1"
resolved "https://registry.yarnpkg.com/@mui/private-theming/-/private-theming-6.0.1.tgz#eaa1814036151a9aa30cf4480cace75798ec9839"
integrity sha512-jQCJml1OwIrhqN5tTk5Lpqx2RZKQnShE8lMlvAkuO7Ft+xaHkP8J3iHpEk3/Pzue34DfBQtK00jcaplgM47mBA==
"@mui/private-theming@^6.0.2":
version "6.0.2"
resolved "https://registry.yarnpkg.com/@mui/private-theming/-/private-theming-6.0.2.tgz#498cf18040cdb196d1280f1d829d996d2a07e004"
integrity sha512-emddFcRhA0hPGVIwIbW5g0V8vtCgw2g/H/A7jTdGe7dpCWEPpp6jPIXRRKcEUWgmg91R6rBNfV+LFHxBxmZXOQ==
dependencies:
"@babel/runtime" "^7.25.0"
"@mui/utils" "^6.0.1"
"@mui/utils" "^6.0.2"
prop-types "^15.8.1"

"@mui/styled-engine@^5.16.6":
Expand All @@ -2003,16 +2003,16 @@
csstype "^3.1.3"
prop-types "^15.8.1"

"@mui/styles@^6.0.1":
version "6.0.1"
resolved "https://registry.yarnpkg.com/@mui/styles/-/styles-6.0.1.tgz#e0f1a82247df5e306028dc25e55f391f758b9bce"
integrity sha512-sIee8qoGf30hZx1jrgMMk/dYiIVOOtfiiaXtEVHWEojjite81LY+aeZQ4es8Wz0KHSP7wjjDJpTSEyK4jAgBDQ==
"@mui/styles@^6.0.2":
version "6.0.2"
resolved "https://registry.yarnpkg.com/@mui/styles/-/styles-6.0.2.tgz#31f726a3eb64b7c220138b87bea874335a2d7528"
integrity sha512-NDk7DwEQ1sUlw0BBVRjxiHBcZ521FAVj8msdakKv48R3YoC24JCdEBzTmqgASeIHeMbBQJNreyGCSWSoICSrBw==
dependencies:
"@babel/runtime" "^7.25.0"
"@emotion/hash" "^0.9.2"
"@mui/private-theming" "^6.0.1"
"@mui/private-theming" "^6.0.2"
"@mui/types" "^7.2.16"
"@mui/utils" "^6.0.1"
"@mui/utils" "^6.0.2"
clsx "^2.1.1"
csstype "^3.1.3"
hoist-non-react-statics "^3.3.2"
Expand Down Expand Up @@ -2057,10 +2057,10 @@
prop-types "^15.8.1"
react-is "^18.3.1"

"@mui/utils@^6.0.1":
version "6.0.1"
resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-6.0.1.tgz#79fd2cb56858e3017fd5924da6d3e60bc0a49e19"
integrity sha512-YmQYb2tY5nJactHltTrKA15TZfbd1R003a2xYHxUuycTv9n83rsIwHkypOxM4x7+c+Pc8xfCuE9EfLT3B3n40Q==
"@mui/utils@^6.0.2":
version "6.0.2"
resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-6.0.2.tgz#be3c7e79af074bce57559b7ea4c693d3a4c3c2ca"
integrity sha512-TeFrYsxcmeoDSlkoPhX+LjIuuqC5Pyj+xz2kRceKCkUpwMNTEeVOfowXDPe+mboZwmpJ5ZxP4eiAgQMdeEasjg==
dependencies:
"@babel/runtime" "^7.25.0"
"@mui/types" "^7.2.16"
Expand Down

0 comments on commit cd204e8

Please sign in to comment.