Skip to content

Commit

Permalink
Bump @mui/styles from 6.1.4 to 6.1.5
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.4 to 6.1.5.
- [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.5/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>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 7f9aa52 commit a005ee6
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 @@ -10,7 +10,7 @@
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.0",
"@mui/material": "^5.16.0",
"@mui/styles": "^6.1.4",
"@mui/styles": "^6.1.5",
"dwv": "0.33.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1836,13 +1836,13 @@
"@mui/utils" "^5.16.0"
prop-types "^15.8.1"

"@mui/private-theming@^6.1.4":
version "6.1.4"
resolved "https://registry.yarnpkg.com/@mui/private-theming/-/private-theming-6.1.4.tgz#a2d05721f99c518ae04ce007931fcdfd9a2120f8"
integrity sha512-FPa+W5BSrRM/1QI5Gf/GwJinJ2WsrKPpJB6xMmmXMXSUIp31YioIVT04i28DQUXFFB3yZY12ukcZi51iLvPljw==
"@mui/private-theming@^6.1.5":
version "6.1.5"
resolved "https://registry.yarnpkg.com/@mui/private-theming/-/private-theming-6.1.5.tgz#634166d5793f6635ee2f815fb30f03342ff4df41"
integrity sha512-FJqweqEXk0KdtTho9C2h6JEKXsOT7MAVH2Uj3N5oIqs6YKxnwBn2/zL2QuYYEtj5OJ87rEUnCfFic6ldClvzJw==
dependencies:
"@babel/runtime" "^7.25.7"
"@mui/utils" "^6.1.4"
"@mui/utils" "^6.1.5"
prop-types "^15.8.1"

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

"@mui/styles@^6.1.4":
version "6.1.4"
resolved "https://registry.yarnpkg.com/@mui/styles/-/styles-6.1.4.tgz#2c413529b59f048cdc5a0f3ea0a066ec6aaffde7"
integrity sha512-tgXuSqt983KC7Nmv1QtSFF/cC8Tlzfx7CqE0pGHCygihIZ9qZi0zlRavdOAyusZBju9gPBDo7xhtc99rGzlhMg==
"@mui/styles@^6.1.5":
version "6.1.5"
resolved "https://registry.yarnpkg.com/@mui/styles/-/styles-6.1.5.tgz#9ac80c12d9dc0b629739e33647ccd8422a991c79"
integrity sha512-AhA/zgaXVg32GsNAUrt0Ojqjet7cVzQ51x4DVMaAA/ohtTh3EEyOEQZCMxhGpxJRRM/ya6fk6xiKd9xSNjr9mA==
dependencies:
"@babel/runtime" "^7.25.7"
"@emotion/hash" "^0.9.2"
"@mui/private-theming" "^6.1.4"
"@mui/private-theming" "^6.1.5"
"@mui/types" "^7.2.18"
"@mui/utils" "^6.1.4"
"@mui/utils" "^6.1.5"
clsx "^2.1.1"
csstype "^3.1.3"
hoist-non-react-statics "^3.3.2"
Expand Down Expand Up @@ -1907,10 +1907,10 @@
prop-types "^15.8.1"
react-is "^18.2.0"

"@mui/utils@^6.1.4":
version "6.1.4"
resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-6.1.4.tgz#44deebc8e576695836c9bda870d755c8f079e54d"
integrity sha512-v0wXkyh3/Hpw48ivlNvgs4ZT6M8BIEAMdLgvct59rQBggYFhoAVKyliKDzdj37CnIlYau3DYIn7x5bHlRYFBow==
"@mui/utils@^6.1.5":
version "6.1.5"
resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-6.1.5.tgz#a5c75ac48f9913340670ebeba2907568a6ee8c49"
integrity sha512-vp2WfNDY+IbKUIGg+eqX1Ry4t/BilMjzp6p9xO1rfqpYjH1mj8coQxxDfKxcQLzBQkmBJjymjoGOak5VUYwXug==
dependencies:
"@babel/runtime" "^7.25.7"
"@mui/types" "^7.2.18"
Expand Down

0 comments on commit a005ee6

Please sign in to comment.