Skip to content

Commit

Permalink
Bump MUI Core (#2846)
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 Oct 31, 2023
1 parent 2131856 commit 01fc0c5
Show file tree
Hide file tree
Showing 6 changed files with 82 additions and 82 deletions.
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"@emotion/react": "11.11.1",
"@emotion/server": "11.11.0",
"@emotion/styled": "11.11.0",
"@mui/icons-material": "5.14.15",
"@mui/material": "5.14.15",
"@mui/icons-material": "5.14.16",
"@mui/material": "5.14.16",
"@mui/monorepo": "https://github.com/mui/material-ui.git",
"@mui/styles": "5.14.15",
"@mui/styles": "5.14.16",
"@mui/toolpad": "0.1.34",
"@mui/utils": "5.14.15",
"@mui/utils": "5.14.16",
"@trendmicro/react-interpolate": "0.5.5",
"@types/lodash": "4.14.200",
"@types/react-dom": "18.2.14",
Expand Down
12 changes: 6 additions & 6 deletions packages/toolpad-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@
"@emotion/styled": "11.11.0",
"@googleapis/drive": "8.4.0",
"@googleapis/sheets": "5.0.5",
"@mui/icons-material": "5.14.15",
"@mui/lab": "5.0.0-alpha.150",
"@mui/material": "5.14.15",
"@mui/system": "5.14.15",
"@mui/icons-material": "5.14.16",
"@mui/lab": "5.0.0-alpha.151",
"@mui/material": "5.14.16",
"@mui/system": "5.14.16",
"@mui/toolpad-components": "0.1.34",
"@mui/toolpad-core": "0.1.34",
"@mui/toolpad-utils": "0.1.34",
"@mui/types": "7.2.7",
"@mui/utils": "5.14.15",
"@mui/types": "7.2.8",
"@mui/utils": "5.14.16",
"@mui/x-data-grid": "6.17.0",
"@mui/x-data-grid-pro": "6.17.0",
"@mui/x-date-pickers": "6.17.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/toolpad-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"url": "https://github.com/mui/mui-toolpad/issues"
},
"dependencies": {
"@mui/icons-material": "5.14.15",
"@mui/lab": "5.0.0-alpha.150",
"@mui/material": "5.14.15",
"@mui/icons-material": "5.14.16",
"@mui/lab": "5.0.0-alpha.151",
"@mui/material": "5.14.16",
"@mui/toolpad-core": "0.1.34",
"@mui/toolpad-utils": "0.1.34",
"@mui/x-data-grid-pro": "6.17.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"url": "https://github.com/mui/mui-toolpad/issues"
},
"dependencies": {
"@mui/material": "5.14.15",
"@mui/material": "5.14.16",
"@mui/toolpad-utils": "0.1.34",
"@tanstack/react-query": "5.0.5",
"@types/json-schema": "7.0.14",
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"type": "module",
"dependencies": {
"@mui/toolpad": "0.1.34",
"@mui/material": "5.14.15"
"@mui/material": "5.14.16"
}
}
134 changes: 67 additions & 67 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1134,57 +1134,57 @@
resolved "https://registry.yarnpkg.com/@ljharb/through/-/through-2.3.9.tgz#85f221eb82f9d555e180e87d6e50fb154af85408"
integrity sha512-yN599ZBuMPPK4tdoToLlvgJB4CLK8fGl7ntfy0Wn7U6ttNvHYurd81bfUiK/6sMkiIwm65R6ck4L6+Y3DfVbNQ==

"@mui/[email protected].21", "@mui/base@^5.0.0-beta.20":
version "5.0.0-beta.21"
resolved "https://registry.yarnpkg.com/@mui/base/-/base-5.0.0-beta.21.tgz#5bf952c9d3703ae4f697702f0821e5dea178f34e"
integrity sha512-eTKWx3WV/nwmRUK4z4K1MzlMyWCsi3WJ3RtV4DiXZeRh4qd4JCyp1Zzzi8Wv9xM4dEBmqQntFoei716PzwmFfA==
"@mui/[email protected].22", "@mui/base@^5.0.0-beta.20":
version "5.0.0-beta.22"
resolved "https://registry.yarnpkg.com/@mui/base/-/base-5.0.0-beta.22.tgz#9ea6be6c8bfc4d8f825660da36d228f5315d4706"
integrity sha512-l4asGID5tmyerx9emJfXOKLyXzaBtdXNIFE3M+IrSZaFtGFvaQKHhc3+nxxSxPf1+G44psjczM0ekRQCdXx9HA==
dependencies:
"@babel/runtime" "^7.23.2"
"@floating-ui/react-dom" "^2.0.2"
"@mui/types" "^7.2.7"
"@mui/utils" "^5.14.15"
"@mui/types" "^7.2.8"
"@mui/utils" "^5.14.16"
"@popperjs/core" "^2.11.8"
clsx "^2.0.0"
prop-types "^15.8.1"

"@mui/core-downloads-tracker@^5.14.15":
version "5.14.15"
resolved "https://registry.yarnpkg.com/@mui/core-downloads-tracker/-/core-downloads-tracker-5.14.15.tgz#23a9100eb125e5ab92e350e53e613e171d80be3b"
integrity sha512-ZCDzBWtCKjAYAlKKM3PA/jG/3uVIDT9ZitOtVixIVmTCQyc5jSV1qhJX8+qIGz4RQZ9KLzPWO2tXd0O5hvzouQ==
"@mui/core-downloads-tracker@^5.14.16":
version "5.14.16"
resolved "https://registry.yarnpkg.com/@mui/core-downloads-tracker/-/core-downloads-tracker-5.14.16.tgz#03ceb422d69a33e6c1cbd7e943cf60816878be2a"
integrity sha512-97isBjzH2v1K7oB4UH2f4NOkBShOynY6dhnoR2XlUk/g6bb7ZBv2I3D1hvvqPtpEigKu93e7f/jAYr5d9LOc5w==

"@mui/[email protected].15":
version "5.14.15"
resolved "https://registry.yarnpkg.com/@mui/icons-material/-/icons-material-5.14.15.tgz#206fc2aca5d03631722a35c0f9420c7b9efde4b3"
integrity sha512-Dqu21vN/mVNzebJ+ofnKG+CeJYIhHuDs5+0fMEpdpzRt6UojelzdrEkNv+XkO0e1JMclzeXIRx404FirK/CFRw==
"@mui/[email protected].16":
version "5.14.16"
resolved "https://registry.yarnpkg.com/@mui/icons-material/-/icons-material-5.14.16.tgz#bd394183b0cfb068d4fa48292cd8d329be8d6b16"
integrity sha512-wmOgslMEGvbHZjFLru8uH5E+pif/ciXAvKNw16q6joK6EWVWU5rDYWFknDaZhCvz8ZE/K8ZnJQ+lMG6GgHzXbg==
dependencies:
"@babel/runtime" "^7.23.2"

"@mui/[email protected].150":
version "5.0.0-alpha.150"
resolved "https://registry.yarnpkg.com/@mui/lab/-/lab-5.0.0-alpha.150.tgz#f23c5143b4f5da9485360cd5b02f2f0779ac30eb"
integrity sha512-WmIQhIQh+Ur/atqt/s2AGVRjD29Bo4M8JYtJprL9Px6l/xOkjZQdRDXoBMpIJpiGIPWBxcnSFjnlJwgxjwAQWw==
"@mui/[email protected].151":
version "5.0.0-alpha.151"
resolved "https://registry.yarnpkg.com/@mui/lab/-/lab-5.0.0-alpha.151.tgz#4f0e904f0db8088c5c9a3c3da5bde676cb3ce7ca"
integrity sha512-EAIzoDZ0WATa31m71juG1LnURjsmdkUOjNqy2j5WUp4y80obdGYKTT1Yh1hdI5SKND6621vaBPiGoKITjCZJ8A==
dependencies:
"@babel/runtime" "^7.23.2"
"@mui/base" "5.0.0-beta.21"
"@mui/system" "^5.14.15"
"@mui/types" "^7.2.7"
"@mui/utils" "^5.14.15"
"@mui/base" "5.0.0-beta.22"
"@mui/system" "^5.14.16"
"@mui/types" "^7.2.8"
"@mui/utils" "^5.14.16"
"@mui/x-tree-view" "6.0.0-alpha.1"
clsx "^2.0.0"
prop-types "^15.8.1"

"@mui/[email protected].15":
version "5.14.15"
resolved "https://registry.yarnpkg.com/@mui/material/-/material-5.14.15.tgz#dadc58588aef4556a0ed6a2d70ad70922df5264f"
integrity sha512-Gq65rHjvLzkxmhG8bvag851Oqsmru7qkUb/cCI2xu7dQzmY345f9xJRJi72sRGjhaqHXWeRKw/yIwp/7oQoeXg==
"@mui/[email protected].16":
version "5.14.16"
resolved "https://registry.yarnpkg.com/@mui/material/-/material-5.14.16.tgz#45cd62d312d10399d3813ee6dc43bd1f11179bf4"
integrity sha512-W4zZ4vnxgGk6/HqBwgsDHKU7x2l2NhX+r8gAwfg58Rhu3ikfY7NkIS6y8Gl3NkATc4GG1FNaGjjpQKfJx3U6Jw==
dependencies:
"@babel/runtime" "^7.23.2"
"@mui/base" "5.0.0-beta.21"
"@mui/core-downloads-tracker" "^5.14.15"
"@mui/system" "^5.14.15"
"@mui/types" "^7.2.7"
"@mui/utils" "^5.14.15"
"@types/react-transition-group" "^4.4.7"
"@mui/base" "5.0.0-beta.22"
"@mui/core-downloads-tracker" "^5.14.16"
"@mui/system" "^5.14.16"
"@mui/types" "^7.2.8"
"@mui/utils" "^5.14.16"
"@types/react-transition-group" "^4.4.8"
clsx "^2.0.0"
csstype "^3.1.2"
prop-types "^15.8.1"
Expand All @@ -1195,35 +1195,35 @@
version "5.14.15"
resolved "https://github.com/mui/material-ui.git#1c05cd10b67e01c4969897ae0d8e80b6a8fed1b5"

"@mui/private-theming@^5.14.15":
version "5.14.15"
resolved "https://registry.yarnpkg.com/@mui/private-theming/-/private-theming-5.14.15.tgz#1889c92cf8b5c3bca1cdfcc678010c24ad57102d"
integrity sha512-V2Xh+Tu6A07NoSpup0P9m29GwvNMYl5DegsGWqlOTJyAV7cuuVjmVPqxgvL8xBng4R85xqIQJRMjtYYktoPNuQ==
"@mui/private-theming@^5.14.16":
version "5.14.16"
resolved "https://registry.yarnpkg.com/@mui/private-theming/-/private-theming-5.14.16.tgz#ffdc9a9d3deaa46af000f04c0a9cc3a982f73071"
integrity sha512-FNlL0pTSEBh8nXsVWreCHDSHk+jG8cBx1sxRbT8JVtL+PYbYPi802zfV4B00Kkf0LNRVRvAVQwojMWSR/MYGng==
dependencies:
"@babel/runtime" "^7.23.2"
"@mui/utils" "^5.14.15"
"@mui/utils" "^5.14.16"
prop-types "^15.8.1"

"@mui/styled-engine@^5.14.15":
version "5.14.15"
resolved "https://registry.yarnpkg.com/@mui/styled-engine/-/styled-engine-5.14.15.tgz#01e9bd5cc0f4d83e9f636086d42b92ed1b0a360e"
integrity sha512-mbOjRf867BysNpexe5Z/P8s3bWzDPNowmKhi7gtNDP/LPEeqAfiDSuC4WPTXmtvse1dCl30Nl755OLUYuoi7Mw==
"@mui/styled-engine@^5.14.16":
version "5.14.16"
resolved "https://registry.yarnpkg.com/@mui/styled-engine/-/styled-engine-5.14.16.tgz#a4a78a9980f138c2e705d04d67d44051f5005f22"
integrity sha512-FfvYvTG/Zd+KXMMImbcMYEeQAbONGuX5Vx3gBmmtB6KyA7Mvm9Pma1ly3R0gc44yeoFd+2wBjn1feS8h42HW5w==
dependencies:
"@babel/runtime" "^7.23.2"
"@emotion/cache" "^11.11.0"
csstype "^3.1.2"
prop-types "^15.8.1"

"@mui/[email protected].15":
version "5.14.15"
resolved "https://registry.yarnpkg.com/@mui/styles/-/styles-5.14.15.tgz#aad786115b50fb67eebe8d3f004210e7389f7ac1"
integrity sha512-ljjnL5HMGM5jhL/8ij4HPu65DsvIg2yDwHP58sNcS87FR+niI+UVxgV/3a/HJWC6qPyBO5LBHW3uahmCobr5Rw==
"@mui/[email protected].16":
version "5.14.16"
resolved "https://registry.yarnpkg.com/@mui/styles/-/styles-5.14.16.tgz#663e5f2317c2b631d9d8bd873f23344ab0729815"
integrity sha512-pBA2eLBEfqLv/jmu9qGcErwml27upH2YBFRuRU2loZm5R57di5y/GjpM9EWc77+49axaTlHfO8LWbic4kPvxoQ==
dependencies:
"@babel/runtime" "^7.23.2"
"@emotion/hash" "^0.9.1"
"@mui/private-theming" "^5.14.15"
"@mui/types" "^7.2.7"
"@mui/utils" "^5.14.15"
"@mui/private-theming" "^5.14.16"
"@mui/types" "^7.2.8"
"@mui/utils" "^5.14.16"
clsx "^2.0.0"
csstype "^3.1.2"
hoist-non-react-statics "^3.3.2"
Expand All @@ -1237,32 +1237,32 @@
jss-plugin-vendor-prefixer "^10.10.0"
prop-types "^15.8.1"

"@mui/[email protected].15", "@mui/system@^5.14.15":
version "5.14.15"
resolved "https://registry.yarnpkg.com/@mui/system/-/system-5.14.15.tgz#d232134170c46a09414c1ec8707d42bdc043fd90"
integrity sha512-zr0Gdk1RgKiEk+tCMB900LaOpEC8NaGvxtkmMdL/CXgkqQZSVZOt2PQsxJWaw7kE4YVkIe4VukFVc43qcq9u3w==
"@mui/[email protected].16", "@mui/system@^5.14.16":
version "5.14.16"
resolved "https://registry.yarnpkg.com/@mui/system/-/system-5.14.16.tgz#5c30c5123767416358c3b73774eb985e189119a4"
integrity sha512-uKnPfsDqDs8bbN54TviAuoGWOmFiQLwNZ3Wvj+OBkJCzwA6QnLb/sSeCB7Pk3ilH4h4jQ0BHtbR+Xpjy9wlOuA==
dependencies:
"@babel/runtime" "^7.23.2"
"@mui/private-theming" "^5.14.15"
"@mui/styled-engine" "^5.14.15"
"@mui/types" "^7.2.7"
"@mui/utils" "^5.14.15"
"@mui/private-theming" "^5.14.16"
"@mui/styled-engine" "^5.14.16"
"@mui/types" "^7.2.8"
"@mui/utils" "^5.14.16"
clsx "^2.0.0"
csstype "^3.1.2"
prop-types "^15.8.1"

"@mui/[email protected].7", "@mui/types@^7.2.7":
version "7.2.7"
resolved "https://registry.yarnpkg.com/@mui/types/-/types-7.2.7.tgz#726052f7d519f0f64657576109aa297def9443ac"
integrity sha512-sofpWmcBqOlTzRbr1cLQuUDKaUYVZTw8ENQrtL39TECRNENEzwgnNPh6WMfqMZlMvf1Aj9DLg74XPjnLr0izUQ==
"@mui/[email protected].8", "@mui/types@^7.2.8":
version "7.2.8"
resolved "https://registry.yarnpkg.com/@mui/types/-/types-7.2.8.tgz#2ed4402f104d65fcd4f460ca358654c8935e2285"
integrity sha512-9u0ji+xspl96WPqvrYJF/iO+1tQ1L5GTaDOeG3vCR893yy7VcWwRNiVMmPdPNpMDqx0WV1wtEW9OMwK9acWJzQ==

"@mui/[email protected].15", "@mui/utils@^5.13.7", "@mui/utils@^5.14.14", "@mui/utils@^5.14.15", "@mui/utils@^5.14.3":
version "5.14.15"
resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-5.14.15.tgz#5f8bc39f29cf9fe95fa2c725e441f2116656d9fd"
integrity sha512-QBfHovAvTa0J1jXuYDaXGk+Yyp7+Fm8GSqx6nK2JbezGqzCFfirNdop/+bL9Flh/OQ/64PeXcW4HGDdOge+n3A==
"@mui/[email protected].16", "@mui/utils@^5.13.7", "@mui/utils@^5.14.14", "@mui/utils@^5.14.16", "@mui/utils@^5.14.3":
version "5.14.16"
resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-5.14.16.tgz#09a15fd45530cadc642c5c08eb6cc660ea230506"
integrity sha512-3xV31GposHkwRbQzwJJuooWpK2ybWdEdeUPtRjv/6vjomyi97F3+68l+QVj9tPTvmfSbr2sx5c/NuvDulrdRmA==
dependencies:
"@babel/runtime" "^7.23.2"
"@types/prop-types" "^15.7.8"
"@types/prop-types" "^15.7.9"
prop-types "^15.8.1"
react-is "^18.2.0"

Expand Down Expand Up @@ -2233,7 +2233,7 @@
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.7.3.tgz#3e51a17e291d01d17d3fc61422015a933af7a08f"
integrity sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==

"@types/prop-types@*", "@types/prop-types@^15.7.8":
"@types/prop-types@*", "@types/prop-types@^15.7.9":
version "15.7.9"
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.9.tgz#b6f785caa7ea1fe4414d9df42ee0ab67f23d8a6d"
integrity sha512-n1yyPsugYNSmHgxDFjicaI2+gCNjsBck8UX9kuofAKlc0h1bL+20oSF72KeNaW2DUlesbEVCFgyV2dPGTiY42g==
Expand Down Expand Up @@ -2291,7 +2291,7 @@
"@types/history" "^4.7.11"
"@types/react" "*"

"@types/react-transition-group@^4.4.6", "@types/react-transition-group@^4.4.7", "@types/react-transition-group@^4.4.8":
"@types/react-transition-group@^4.4.6", "@types/react-transition-group@^4.4.8":
version "4.4.8"
resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.4.8.tgz#46f87d80512959cac793ecc610a93d80ef241ccf"
integrity sha512-QmQ22q+Pb+HQSn04NL3HtrqHwYMf4h3QKArOy5F8U5nEVMaihBs3SR10WiOM1iwPz5jIo8x/u11al+iEGZZrvg==
Expand Down

0 comments on commit 01fc0c5

Please sign in to comment.