Skip to content

Commit

Permalink
chore(deps): bump @mui/styles from 5.13.2 to 5.14.4 (#540)
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.13.2 to 5.14.4.
- [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.4/packages/mui-styles)

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

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] committed Aug 11, 2023
1 parent 24036d0 commit 8c27aa9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 24 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@gnosis.pm/safe-react-gateway-sdk": "^3.5.2",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.14.4",
"@mui/styles": "^5.13.2",
"@mui/styles": "^5.14.4",
"@openzeppelin/contracts": "^4.9.2",
"@reduxjs/toolkit": "^1.9.5",
"@safe-global/safe-apps-provider": "^0.16.0",
Expand Down
32 changes: 9 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2486,15 +2486,6 @@
react-is "^18.2.0"
react-transition-group "^4.4.5"

"@mui/private-theming@^5.13.1":
version "5.13.1"
resolved "https://registry.yarnpkg.com/@mui/private-theming/-/private-theming-5.13.1.tgz#c3e9a0b44f9c5a51b92cfcfb660536060cb61ed7"
integrity sha512-HW4npLUD9BAkVppOUZHeO1FOKUJWAwbpy0VQoGe3McUYTlck1HezGHQCfBQ5S/Nszi7EViqiimECVl9xi+/WjQ==
dependencies:
"@babel/runtime" "^7.21.0"
"@mui/utils" "^5.13.1"
prop-types "^15.8.1"

"@mui/private-theming@^5.14.4":
version "5.14.4"
resolved "https://registry.yarnpkg.com/@mui/private-theming/-/private-theming-5.14.4.tgz#0ec5510da05047f94984344360c7f457f3a0e19e"
Expand All @@ -2514,17 +2505,17 @@
csstype "^3.1.2"
prop-types "^15.8.1"

"@mui/styles@^5.13.2":
version "5.13.2"
resolved "https://registry.yarnpkg.com/@mui/styles/-/styles-5.13.2.tgz#0d6c1b7c5437293cf4f0d98d1fd8c5cc02bb4138"
integrity sha512-gKNkVyk6azQ8wfCamh3yU/wLv1JscYrsQX9huQBwfwtE7kUTq2rgggdfJjRADjbcmT6IPX+oCHYjGfqqFgDIQQ==
"@mui/styles@^5.14.4":
version "5.14.4"
resolved "https://registry.yarnpkg.com/@mui/styles/-/styles-5.14.4.tgz#82a430878f087c0f563da894dec0013248f4718a"
integrity sha512-I4C7q/s17h8AA9FA63oLPdEHnEQlAPNX3zGngxsOYfSLZJB/VhR2SsrkIZFzUazd6a2o2nC997lbAACn3CstKw==
dependencies:
"@babel/runtime" "^7.21.0"
"@babel/runtime" "^7.22.6"
"@emotion/hash" "^0.9.1"
"@mui/private-theming" "^5.13.1"
"@mui/private-theming" "^5.14.4"
"@mui/types" "^7.2.4"
"@mui/utils" "^5.13.1"
clsx "^1.2.1"
"@mui/utils" "^5.14.4"
clsx "^2.0.0"
csstype "^3.1.2"
hoist-non-react-statics "^3.3.2"
jss "^10.10.0"
Expand Down Expand Up @@ -2556,7 +2547,7 @@
resolved "https://registry.yarnpkg.com/@mui/types/-/types-7.2.4.tgz#b6fade19323b754c5c6de679a38f068fd50b9328"
integrity sha512-LBcwa8rN84bKF+f5sDyku42w1NTxaPgPyYKODsh01U1fVstTClbUoSA96oyRBnSNyEiAVjKm6Gwx9vjR+xyqHA==

"@mui/utils@^5.13.1", "@mui/utils@^5.14.4":
"@mui/utils@^5.14.4":
version "5.14.4"
resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-5.14.4.tgz#498cc2b08e46776c1e4327bfd8c23ad2f5890bc6"
integrity sha512-4ANV0txPD3x0IcTCSEHKDWnsutg1K3m6Vz5IckkbLXVYu17oOZCVUdOKsb/txUmaCd0v0PmSRe5PW+Mlvns5dQ==
Expand Down Expand Up @@ -4560,11 +4551,6 @@ cliui@^7.0.2:
strip-ansi "^6.0.0"
wrap-ansi "^7.0.0"

clsx@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.2.1.tgz#0ddc4a20a549b59c93a4116bb26f5294ca17dc12"
integrity sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==

clsx@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/clsx/-/clsx-2.0.0.tgz#12658f3fd98fafe62075595a5c30e43d18f3d00b"
Expand Down

0 comments on commit 8c27aa9

Please sign in to comment.