From 31a9cafa0aaad3b919ff86fc98b14cdbb734a2bb Mon Sep 17 00:00:00 2001 From: Ciaran Liedeman Date: Wed, 8 Jul 2020 08:30:54 +0200 Subject: [PATCH] chore: bump material ui dev dep --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1059d161..9ae8cb3d 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@babel/core": "^7.1.6", "@date-io/date-fns": "^1.3.13", "@jest/globals": "^26.1.0", - "@material-ui/core": "^4.8.3", + "@material-ui/core": "^4.11.0", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "^4.0.0-alpha.56", "@storybook/addon-actions": "^5.0.11", diff --git a/yarn.lock b/yarn.lock index 2b5daee9..59d2c42f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2036,10 +2036,10 @@ npmlog "^4.1.2" write-file-atomic "^2.3.0" -"@material-ui/core@^4.8.3": - 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"