From 07223170d43d4952ca54b4c9e96569dbb752bb34 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2020 10:59:27 +1000 Subject: [PATCH] [MISC] (deps): Bump @material-ui/core from 4.10.2 to 4.11.0 in /web (#1164) Bumps [@material-ui/core](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui) from 4.10.2 to 4.11.0. - [Release notes](https://github.com/mui-org/material-ui/releases) - [Changelog](https://github.com/mui-org/material-ui/blob/v4.11.0/CHANGELOG.md) - [Commits](https://github.com/mui-org/material-ui/commits/v4.11.0/packages/material-ui) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- web/package.json | 2 +- web/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package.json b/web/package.json index d2cd4672..21aedc6f 100644 --- a/web/package.json +++ b/web/package.json @@ -7,7 +7,7 @@ "@fortawesome/free-regular-svg-icons": "^5.13.1", "@fortawesome/free-solid-svg-icons": "^5.13.1", "@fortawesome/react-fontawesome": "^0.1.11", - "@material-ui/core": "^4.10.2", + "@material-ui/core": "^4.11.0", "@material-ui/icons": "^4.9.1", "@types/chai": "^4.2.11", "@types/classnames": "^2.2.10", diff --git a/web/yarn.lock b/web/yarn.lock index c7286fad..df5faa3c 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -1355,10 +1355,10 @@ "@types/yargs" "^15.0.0" chalk "^3.0.0" -"@material-ui/core@^4.10.2": - version "4.10.2" - resolved "https://registry.yarnpkg.com/@material-ui/core/-/core-4.10.2.tgz#0ef78572132fcef1a25f6969bce0d34652d42e31" - integrity sha512-Uf4iDLi9sW6HKbVQDyDZDr1nMR4RUAE7w/RIIJZGNVZResC0xwmpLRZMtaUdSO43N0R0yJehfxTi4Z461Cd49A== +"@material-ui/core@^4.11.0": + version "4.11.0" + resolved "https://registry.yarnpkg.com/@material-ui/core/-/core-4.11.0.tgz#b69b26e4553c9e53f2bfaf1053e216a0af9be15a" + integrity sha512-bYo9uIub8wGhZySHqLQ833zi4ZML+XCBE1XwJ8EuUVSpTWWG57Pm+YugQToJNFsEyiKFhPh8DPD0bgupz8n01g== dependencies: "@babel/runtime" "^7.4.4" "@material-ui/styles" "^4.10.0"