From acdff62481098e8fdaab5505055d0ae4c99e4179 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 28 Jul 2019 14:32:07 +0000 Subject: [PATCH] Update dependency @material-ui/core to v4.3.0 --- src/frontend/package.json | 2 +- src/frontend/yarn.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/frontend/package.json b/src/frontend/package.json index a598a559c..529fdd762 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -32,7 +32,7 @@ "@babel/runtime": "7.5.5", "@comunica/actor-init-sparql-rdfjs": "^1.7.2", "@mapbox/geo-viewport": "^0.4.0", - "@material-ui/core": "4.2.1", + "@material-ui/core": "4.3.0", "@material-ui/icons": "4.2.1", "@sentry/browser": "5.5.0", "@turf/bbox": "^6.0.1", diff --git a/src/frontend/yarn.lock b/src/frontend/yarn.lock index a8f750bfa..8ce1cc40a 100644 --- a/src/frontend/yarn.lock +++ b/src/frontend/yarn.lock @@ -2429,17 +2429,17 @@ resolved "https://registry.yarnpkg.com/@mapbox/sphericalmercator/-/sphericalmercator-1.1.0.tgz#f3b1af042620716a1289fc41e1e97f610823aefe" integrity sha512-pEsfZyG4OMThlfFQbCte4gegvHUjxXCjz0KZ4Xk8NdOYTQBLflj6U8PL05RPAiuRAMAQNUUKJuL6qYZ5Y4kAWA== -"@material-ui/core@4.2.1": - version "4.2.1" - resolved "https://registry.yarnpkg.com/@material-ui/core/-/core-4.2.1.tgz#18255c01d039ff856bfdb2f955fec6c9ae64a464" - integrity sha512-hasPQUFAb9OxKng7UX2+SjUWtVZbnkVJ/jHZWXTivVcU+UzvNIpA9AyRRQvZ8SPV6swP/HD2VzUBzoMEeRR6wg== +"@material-ui/core@4.3.0": + version "4.3.0" + resolved "https://registry.yarnpkg.com/@material-ui/core/-/core-4.3.0.tgz#ce44f7fad736f44b70f6d44d390ba8b848fcfca0" + integrity sha512-KAYvvq8Z/uP4zvdF3Adi53OfjmcnLiIi+KXb0vROkZ+soYkRQcw6X7VoCuQNwL7Sp7Rr1SSFTxgtJ3G+YBSVyA== dependencies: - "@babel/runtime" "^7.2.0" + "@babel/runtime" "^7.4.4" "@material-ui/styles" "^4.2.0" "@material-ui/system" "^4.3.0" "@material-ui/types" "^4.1.1" "@material-ui/utils" "^4.1.0" - "@types/react-transition-group" "^2.0.16" + "@types/react-transition-group" "^4.2.0" clsx "^1.0.2" convert-css-length "^2.0.1" deepmerge "^4.0.0" @@ -3016,10 +3016,10 @@ dependencies: "@types/node" "*" -"@types/react-transition-group@^2.0.16": - version "2.9.2" - resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-2.9.2.tgz#c48cf2a11977c8b4ff539a1c91d259eaa627028d" - integrity sha512-5Fv2DQNO+GpdPZcxp2x/OQG/H19A01WlmpjVD9cKvVFmoVLOZ9LvBgSWG6pSXIU4og5fgbvGPaCV5+VGkWAEHA== +"@types/react-transition-group@^4.2.0": + version "4.2.0" + resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.2.0.tgz#86ddb509ce3de27341c7cb7797abb99b1c4676bf" + integrity sha512-8KkpFRwqS9U1dtVVw1kt/MmWgLmbd5iK5TgqsaeC7fAm74J4j/HiBiRC8eETvwjGGju48RAwyZ3l5iv1H1x93Q== dependencies: "@types/react" "*"