Skip to content

Commit

Permalink
build(deps): bump @mui/styles from 6.2.1 to 6.3.0 (#1576)
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.2.1 to 6.3.0.
- [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.3.0/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] authored Dec 28, 2024
1 parent 87e8b31 commit 960d47f
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.2.1",
"@mui/styles": "^6.3.0",
"axios": "^1.7.9",
"ra-data-feathers": "^2.9.4",
"ra-input-rich-text": "^5.4.3",
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.2.1":
version "6.2.1"
resolved "https://registry.yarnpkg.com/@mui/private-theming/-/private-theming-6.2.1.tgz#734a92654e645eb820383f2ce8ef813f8fa4bb25"
integrity sha512-u1y0gpcfrRRxCcIdVeU5eIvkinA82Q8ft178WUNYuoFQrsOrXdlBdZlRVi+eYuUFp1iXI55Cud7sMZZtETix5Q==
"@mui/private-theming@^6.3.0":
version "6.3.0"
resolved "https://registry.yarnpkg.com/@mui/private-theming/-/private-theming-6.3.0.tgz#1528aa75bb0f832a3d2b192e72cb105ed8c562a3"
integrity sha512-tdS8jvqMokltNTXg6ioRCCbVdDmZUJZa/T9VtTnX2Lwww3FTgCakst9tWLZSxm1fEE9Xp0m7onZJmgeUmWQYVw==
dependencies:
"@babel/runtime" "^7.26.0"
"@mui/utils" "^6.2.1"
"@mui/utils" "^6.3.0"
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.2.1":
version "6.2.1"
resolved "https://registry.yarnpkg.com/@mui/styles/-/styles-6.2.1.tgz#7c79fdc2964728bf0cf9360e76d5c1a219f1aba4"
integrity sha512-24KFfvsWATzgz5NmWs8oQkE+1WjeImz3S7EKo5IHGfn0ghntD5c63eb9fN2h+p5m3X40XaLh7ZwP6FVJdIT51Q==
"@mui/styles@^6.3.0":
version "6.3.0"
resolved "https://registry.yarnpkg.com/@mui/styles/-/styles-6.3.0.tgz#b4faa6a8a7e3abd82c5ccd9fb18674e2268b8182"
integrity sha512-IG7U0TV1KAtiZUQALoABaVoe5/bK5+ZlngUJXdPlp1v8clPCPlid2M/Nd8Gnv10gyKm5HWmoJ4qLN8/DELM/wA==
dependencies:
"@babel/runtime" "^7.26.0"
"@emotion/hash" "^0.9.2"
"@mui/private-theming" "^6.2.1"
"@mui/private-theming" "^6.3.0"
"@mui/types" "^7.2.20"
"@mui/utils" "^6.2.1"
"@mui/utils" "^6.3.0"
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.2.1":
version "6.2.1"
resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-6.2.1.tgz#b89485bef828d66c09ae86ef0dde7e4f35bcffa5"
integrity sha512-ubLqGIMhKUH2TF/Um+wRzYXgAooQw35th+DPemGrTpgrZHpOgcnUDIDbwsk1e8iQiuJ3mV/ErTtcQrecmlj5cg==
"@mui/utils@^6.3.0":
version "6.3.0"
resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-6.3.0.tgz#76c80cb663c7c1bdf782de50a5c3f6ff8bf38e21"
integrity sha512-MkDBF08OPVwXhAjedyMykRojgvmf0y/jxkBWjystpfI/pasyTYrfdv4jic6s7j3y2+a+SJzS9qrD6X8ZYj/8AQ==
dependencies:
"@babel/runtime" "^7.26.0"
"@mui/types" "^7.2.20"
Expand Down

0 comments on commit 960d47f

Please sign in to comment.