Skip to content

Commit

Permalink
Update material-ui to v6.4.5 (#915)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 21, 2025
1 parent 91a3d76 commit b4182a4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions example-widget-mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"@matrix-widget-toolkit/api": "4.0.0",
"@matrix-widget-toolkit/mui": "2.1.1",
"@matrix-widget-toolkit/react": "2.0.4",
"@mui/icons-material": "6.4.3",
"@mui/material": "6.4.3",
"@mui/icons-material": "6.4.5",
"@mui/material": "6.4.5",
"@reduxjs/toolkit": "2.5.1",
"i18next": "24.2.2",
"i18next-chained-backend": "4.6.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"@fontsource/inter": "5.1.1",
"@matrix-widget-toolkit/api": "^4.0.0",
"@matrix-widget-toolkit/react": "^2.0.4",
"@mui/icons-material": "6.4.3",
"@mui/material": "6.4.3",
"@mui/icons-material": "6.4.5",
"@mui/material": "6.4.5",
"@mui/utils": "6.4.3",
"i18next": "24.2.2",
"i18next-browser-languagedetector": "8.0.2",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -871,25 +871,25 @@
outvariant "^1.4.3"
strict-event-emitter "^0.5.1"

"@mui/core-downloads-tracker@^6.4.3":
version "6.4.3"
resolved "https://registry.yarnpkg.com/@mui/core-downloads-tracker/-/core-downloads-tracker-6.4.3.tgz#aa9506e4d43e02d61fb82e23de9741fd24b22b61"
integrity sha512-hlyOzo2ObarllAOeT1ZSAusADE5NZNencUeIvXrdQ1Na+FL1lcznhbxfV5He1KqGiuR8Az3xtCUcYKwMVGFdzg==
"@mui/core-downloads-tracker@^6.4.5":
version "6.4.5"
resolved "https://registry.yarnpkg.com/@mui/core-downloads-tracker/-/core-downloads-tracker-6.4.5.tgz#7d3ed23ed3d8e5febb968dd9c5fe5dda80a20766"
integrity sha512-zoXvHU1YuoodgMlPS+epP084Pqv9V+Vg+5IGv9n/7IIFVQ2nkTngYHYxElCq8pdTTbDcgji+nNh0lxri2abWgA==

"@mui/[email protected].3":
version "6.4.3"
resolved "https://registry.yarnpkg.com/@mui/icons-material/-/icons-material-6.4.3.tgz#11f275781f442f864ca5522a6196a0a17cc063ea"
integrity sha512-3IY9LpjkwIJVgL/SkZQKKCUcumdHdQEsJaIavvsQze2QEztBt0HJ17naToN0DBBdhKdtwX5xXrfD6ZFUeWWk8g==
"@mui/[email protected].5":
version "6.4.5"
resolved "https://registry.yarnpkg.com/@mui/icons-material/-/icons-material-6.4.5.tgz#30f5397b559de28e52d37095d6a7f231fe9f6861"
integrity sha512-4A//t8Nrc+4u4pbVhGarIFU98zpuB5AV9hTNzgXx1ySZJ1tWtx+i/1SbQ8PtGJxWeXlljhwimZJNPQ3x0CiIFw==
dependencies:
"@babel/runtime" "^7.26.0"

"@mui/[email protected].3":
version "6.4.3"
resolved "https://registry.yarnpkg.com/@mui/material/-/material-6.4.3.tgz#18cb003b6526bf4b3ad6f2bb46ab53154a51b19f"
integrity sha512-ubtQjplbWneIEU8Y+4b2VA0CDBlyH5I3AmVFGmsLyDe/bf0ubxav5t11c8Afem6rkSFWPlZA2DilxmGka1xiKQ==
"@mui/[email protected].5":
version "6.4.5"
resolved "https://registry.yarnpkg.com/@mui/material/-/material-6.4.5.tgz#83bdcaf2ffee22f873c036c13012932f823d8e5c"
integrity sha512-5eyEgSXocIeV1JkXs8mYyJXU0aFyXZIWI5kq2g/mCnIgJe594lkOBNAKnCIaGVfQTu2T6TTEHF8/hHIqpiIRGA==
dependencies:
"@babel/runtime" "^7.26.0"
"@mui/core-downloads-tracker" "^6.4.3"
"@mui/core-downloads-tracker" "^6.4.5"
"@mui/system" "^6.4.3"
"@mui/types" "^7.2.21"
"@mui/utils" "^6.4.3"
Expand Down

0 comments on commit b4182a4

Please sign in to comment.