Skip to content

Commit

Permalink
Bump @mui/styles to ^5.6.1 (#4335)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Apr 11, 2022
1 parent df9f7dd commit 9e10cec
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.6.0",
"@mui/material": "^5.6.0",
"@mui/styles": "^5.5.1",
"@mui/styles": "^5.6.1",
"@mui/utils": "^5.6.0",
"@trendmicro/react-interpolate": "^0.5.5",
"@types/lodash": "^4.14.181",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2578,13 +2578,13 @@
version "5.6.0"
resolved "https://github.com/mui/material-ui.git#b31d6a3fdc28e5df2072cb717e117231002d1358"

"@mui/private-theming@^5.4.4", "@mui/private-theming@^5.6.0":
version "5.6.0"
resolved "https://registry.yarnpkg.com/@mui/private-theming/-/private-theming-5.6.0.tgz#b907e055a0a19caf554d5b43209a143edaa9b398"
integrity sha512-62jUFaMGfW3nvq/worcOAEiY++rWd44tpWShq4o97DybWmmWvEFYlBIuHEcXrtBIK/cloaQw8jqelQIFZeiVdw==
"@mui/private-theming@^5.6.0", "@mui/private-theming@^5.6.1":
version "5.6.1"
resolved "https://registry.yarnpkg.com/@mui/private-theming/-/private-theming-5.6.1.tgz#198ccec972375db999c293109b5f26456b9c3a22"
integrity sha512-8lgh+tUt/3ftStfvml3dwAzhW3fe/cUFjLcBViOTnWk7UixWR79me4qehsO4NVj0THpu3d2qclrLzdD8qBAWAQ==
dependencies:
"@babel/runtime" "^7.17.2"
"@mui/utils" "^5.6.0"
"@mui/utils" "^5.6.1"
prop-types "^15.7.2"

"@mui/styled-engine@^5.6.0":
Expand All @@ -2596,16 +2596,16 @@
"@emotion/cache" "^11.7.1"
prop-types "^15.7.2"

"@mui/styles@^5.5.1":
version "5.5.1"
resolved "https://registry.yarnpkg.com/@mui/styles/-/styles-5.5.1.tgz#cfd2b6dbdb4b2cb0e989568bb9cc45f5d7346d2a"
integrity sha512-mxwfjwTwPE+r7/U4Nn/QKPzJ2cIqmRuK3xu44Us613D5jqPeB/ftOsAy0OpCYAwpkUxmQIrRQiilQ8zE+f4rBQ==
"@mui/styles@^5.6.1":
version "5.6.1"
resolved "https://registry.yarnpkg.com/@mui/styles/-/styles-5.6.1.tgz#1d54ab1b2fe781867bdd49f9f524a2f64bdf53ce"
integrity sha512-4BrlZIKG5vp5gKpiyKvcSGka/VBUyEI/59WnCxPU2RxNT0WLkoGlRKTU5NO+e+Ng8h7sLR9BF6yglDhMhtUJ0Q==
dependencies:
"@babel/runtime" "^7.17.2"
"@emotion/hash" "^0.8.0"
"@mui/private-theming" "^5.4.4"
"@mui/private-theming" "^5.6.1"
"@mui/types" "^7.1.3"
"@mui/utils" "^5.4.4"
"@mui/utils" "^5.6.1"
clsx "^1.1.1"
csstype "^3.0.11"
hoist-non-react-statics "^3.3.2"
Expand Down Expand Up @@ -2638,10 +2638,10 @@
resolved "https://registry.yarnpkg.com/@mui/types/-/types-7.1.3.tgz#d7636f3046110bcccc63e6acfd100e2ad9ca712a"
integrity sha512-DDF0UhMBo4Uezlk+6QxrlDbchF79XG6Zs0zIewlR4c0Dt6GKVFfUtzPtHCH1tTbcSlq/L2bGEdiaoHBJ9Y1gSA==

"@mui/utils@^5.4.4", "@mui/utils@^5.6.0":
version "5.6.0"
resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-5.6.0.tgz#0ec741f5ac7c89ac76054832bed2d6e17ab1c011"
integrity sha512-LbZKkCOn4243vbEVGbaKV7t6eN6kz7t95DR6AcUCRk4daH3l7CXPYkWsyzysRWdXgSzHmIyrgg4FZKzTy0dTHQ==
"@mui/utils@^5.6.0", "@mui/utils@^5.6.1":
version "5.6.1"
resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-5.6.1.tgz#4ab79a21bd481555d9a588f4b18061b3c28ea5db"
integrity sha512-CPrzrkiBusCZBLWu0Sg5MJvR3fKJyK3gKecLVX012LULyqg2U64Oz04BKhfkbtBrPBbSQxM+DWW9B1c9hmV9nQ==
dependencies:
"@babel/runtime" "^7.17.2"
"@types/prop-types" "^15.7.4"
Expand Down

0 comments on commit 9e10cec

Please sign in to comment.