Skip to content

Commit

Permalink
build(deps): bump @mui/styles from 5.14.13 to 5.14.14
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 5.14.13 to 5.14.14.
- [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/v5.14.14/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 17, 2023
1 parent 6877ea1 commit 2ff71d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@mui/icons-material": "^5.14.14",
"@mui/lab": "^5.0.0-alpha.148",
"@mui/material": "^5.14.14",
"@mui/styles": "^5.14.13",
"@mui/styles": "^5.14.14",
"@inovua/reactdatagrid-community": "^5.10.2",
"@mui/x-data-grid": "^6.16.2",
"@mui/x-date-pickers": "^6.16.2",
Expand Down
19 changes: 5 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1963,15 +1963,6 @@
react-is "^18.2.0"
react-transition-group "^4.4.5"

"@mui/private-theming@^5.14.13":
version "5.14.13"
resolved "https://registry.yarnpkg.com/@mui/private-theming/-/private-theming-5.14.13.tgz#10cb55a6e2caaf568dfaae894969a933c037da80"
integrity sha512-5EFqk4tqiSwPguj4NW/6bUf4u1qoUWXy9lrKfNh9H6oAohM+Ijv/7qSxFjnxPGBctj469/Sc5aKAR35ILBKZLQ==
dependencies:
"@babel/runtime" "^7.23.1"
"@mui/utils" "^5.14.13"
prop-types "^15.8.1"

"@mui/private-theming@^5.14.14":
version "5.14.14"
resolved "https://registry.yarnpkg.com/@mui/private-theming/-/private-theming-5.14.14.tgz#035dde1eb30c896c69a12b7dee1dce3a323c66e9"
Expand All @@ -1991,14 +1982,14 @@
csstype "^3.1.2"
prop-types "^15.8.1"

"@mui/styles@^5.14.13":
version "5.14.13"
resolved "https://registry.yarnpkg.com/@mui/styles/-/styles-5.14.13.tgz#f1491e804bc96734d3a1678016486fa97479366b"
integrity sha512-Hzp9e4BYcYeUa0LuvNXQu5vkf5MR5stFlBYrsIjJpaQr4mdwmoaR7rIL+4xnzQoEtPrzY9DbNSBy2i1zN2tfig==
"@mui/styles@^5.14.14":
version "5.14.14"
resolved "https://registry.yarnpkg.com/@mui/styles/-/styles-5.14.14.tgz#5087faf5e11d58dadd39bdf0f45983629abc817c"
integrity sha512-+LzSg7IjfxJRukIPULfAd025qsSCquHrTEC10EYjxbJJvHuE5nWx9D9w7lSRXxfWrxZZx+92rTUKVk9607zXBA==
dependencies:
"@babel/runtime" "^7.23.1"
"@emotion/hash" "^0.9.1"
"@mui/private-theming" "^5.14.13"
"@mui/private-theming" "^5.14.14"
"@mui/types" "^7.2.6"
"@mui/utils" "^5.14.13"
clsx "^2.0.0"
Expand Down

0 comments on commit 2ff71d7

Please sign in to comment.