Skip to content

Commit

Permalink
build(deps): bump @mui/styles from 6.1.9 to 6.1.10 (#1569)
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.1.9 to 6.1.10.
- [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.1.10/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 Dec 7, 2024
1 parent 43399d2 commit 03f38a2
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.1.9",
"@mui/styles": "^6.1.10",
"axios": "^1.7.9",
"ra-data-feathers": "^2.9.4",
"ra-input-rich-text": "^5.4.1",
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.1.9":
version "6.1.9"
resolved "https://registry.yarnpkg.com/@mui/private-theming/-/private-theming-6.1.9.tgz#14b84e31bff4caef9b85d77870869d733fde39f6"
integrity sha512-7aum/O1RquBYhfwL/7egDyl9GqJgPM6hoJDFFBbhF6Sgv9yI9v4w3ArKUkuVvR0CtVj4NXRVMKEioh1bjUzvuA==
"@mui/private-theming@^6.1.10":
version "6.1.10"
resolved "https://registry.yarnpkg.com/@mui/private-theming/-/private-theming-6.1.10.tgz#cfe8f70c30351208e8ca5c2b16c6992ce0288559"
integrity sha512-DqgsH0XFEweeG3rQfVkqTkeXcj/E76PGYWag8flbPdV8IYdMo+DfVdFlZK8JEjsaIVD2Eu1kJg972XnH5pfnBQ==
dependencies:
"@babel/runtime" "^7.26.0"
"@mui/utils" "^6.1.9"
"@mui/utils" "^6.1.10"
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.1.9":
version "6.1.9"
resolved "https://registry.yarnpkg.com/@mui/styles/-/styles-6.1.9.tgz#d6d102342ae53083ffe3fcb23d4752514dbfddbd"
integrity sha512-BTUeyC0pesNLFXBQAwYnbIfruw9JT9KdcFhTd0x6dZnicehUGwEUa0xSIOgmNGGQN56+t8iUYunhZzEmYmufsA==
"@mui/styles@^6.1.10":
version "6.1.10"
resolved "https://registry.yarnpkg.com/@mui/styles/-/styles-6.1.10.tgz#00ff86122ea0d65c163f9de8d04355f0bc4a2c5b"
integrity sha512-8UQGsuY5LblZTBvxFNdGxPOvDWiAj/Vh7wxxYbR0hsQeyH3O2eeZXvWN2MWPJow5JMJFagzyK6wryW7eEvPdbQ==
dependencies:
"@babel/runtime" "^7.26.0"
"@emotion/hash" "^0.9.2"
"@mui/private-theming" "^6.1.9"
"@mui/private-theming" "^6.1.10"
"@mui/types" "^7.2.19"
"@mui/utils" "^6.1.9"
"@mui/utils" "^6.1.10"
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.1.9":
version "6.1.9"
resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-6.1.9.tgz#821612300f66684054fd6e36336cfea91f050fbe"
integrity sha512-N7uzBp7p2or+xanXn3aH2OTINC6F/Ru/U8h6amhRZEev8bJhKN86rIDIoxZZ902tj+09LXtH83iLxFMjMHyqNA==
"@mui/utils@^6.1.10":
version "6.1.10"
resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-6.1.10.tgz#edf8c5c9cf930a8290b5347550ece15f5800b1c3"
integrity sha512-1ETuwswGjUiAf2dP9TkBy8p49qrw2wXa+RuAjNTRE5+91vtXJ1HKrs7H9s8CZd1zDlQVzUcUAPm9lpQwF5ogTw==
dependencies:
"@babel/runtime" "^7.26.0"
"@mui/types" "^7.2.19"
Expand Down

0 comments on commit 03f38a2

Please sign in to comment.