Skip to content

Commit

Permalink
Bump @mui/styles from 6.2.1 to 6.3.0 in /web
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>
  • Loading branch information
dependabot[bot] authored Dec 31, 2024
1 parent 0476501 commit 1bb243a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 17 deletions.
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@fontsource/roboto": "^5.1.0",
"@mui/icons-material": "^6.2.1",
"@mui/material": "^6.3.0",
"@mui/styles": "^6.2.1",
"@mui/styles": "^6.3.0",
"@types/lodash": "^4.17.13",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
Expand Down
23 changes: 7 additions & 16 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -847,15 +847,6 @@
react-is "^19.0.0"
react-transition-group "^4.4.5"

"@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==
dependencies:
"@babel/runtime" "^7.26.0"
"@mui/utils" "^6.2.1"
prop-types "^15.8.1"

"@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"
Expand All @@ -877,16 +868,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 @@ -919,7 +910,7 @@
resolved "https://registry.yarnpkg.com/@mui/types/-/types-7.2.20.tgz#16d8c9178b42b62ba95bbedbda8f343feb373d1e"
integrity sha512-straFHD7L8v05l/N5vcWk+y7eL9JF0C2mtph/y4BPm3gn2Eh61dDwDB65pa8DLss3WJfDXYC7Kx5yjP0EmXpgw==

"@mui/utils@^6.2.1", "@mui/utils@^6.3.0":
"@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==
Expand Down

0 comments on commit 1bb243a

Please sign in to comment.