From 8bd04e731cfae8ed0090660ebf053f6102a53623 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Mon, 12 Nov 2018 22:55:19 +0000 Subject: [PATCH 1/3] chore(package): update @material-ui/core to version 3.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cfe5dd6..eab55f8 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "precommit": "yarn lint" }, "dependencies": { - "@material-ui/core": "^3.0.1", + "@material-ui/core": "^3.5.0", "@material-ui/lab": "^3.0.0-alpha.16", "@mdi/font": "^3.0.39", "leaflet": "^1.3.1", From 73d9d040d4e857a1f31d5d5dce68986639d6128b Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Mon, 12 Nov 2018 22:55:23 +0000 Subject: [PATCH 2/3] chore(package): update @material-ui/lab to version 3.0.0-alpha.23 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eab55f8..40014bc 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@material-ui/core": "^3.5.0", - "@material-ui/lab": "^3.0.0-alpha.16", + "@material-ui/lab": "^3.0.0-alpha.23", "@mdi/font": "^3.0.39", "leaflet": "^1.3.1", "lodash-es": "^4.17.4", From 2ecdbe0dc21d0c0ddb68d1d4b61cd93cb7679157 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Mon, 12 Nov 2018 22:55:26 +0000 Subject: [PATCH 3/3] chore(package): update lockfile yarn.lock --- yarn.lock | 34 +++++++++++++++++++++------------- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/yarn.lock b/yarn.lock index 02e3c88..586eac9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -641,20 +641,20 @@ lodash "^4.17.10" to-fast-properties "^2.0.0" -"@material-ui/core@^3.0.1": - version "3.2.2" - resolved "https://registry.yarnpkg.com/@material-ui/core/-/core-3.2.2.tgz#5c622eeda8851a37a46d27583f0d6624e8ec4732" +"@material-ui/core@^3.5.0": + version "3.5.0" + resolved "https://registry.yarnpkg.com/@material-ui/core/-/core-3.5.0.tgz#65c46b68cfc457fdce97e8ac0dea7dd19d42120f" dependencies: "@babel/runtime" "7.1.2" + "@material-ui/utils" "^3.0.0-alpha.0" "@types/jss" "^9.5.6" "@types/react-transition-group" "^2.0.8" - brcast "^3.0.1" classnames "^2.2.5" csstype "^2.5.2" debounce "^1.1.0" deepmerge "^2.0.1" dom-helpers "^3.2.1" - hoist-non-react-statics "^2.5.0" + hoist-non-react-statics "^3.0.0" is-plain-object "^2.0.4" jss "^9.3.3" jss-camel-case "^6.0.0" @@ -672,14 +672,20 @@ recompose "0.28.0 - 0.30.0" warning "^4.0.1" -"@material-ui/lab@^3.0.0-alpha.16": - version "3.0.0-alpha.20" - resolved "https://registry.yarnpkg.com/@material-ui/lab/-/lab-3.0.0-alpha.20.tgz#9f5f900cc438f05dba46e8f77ac960ff1f8af368" +"@material-ui/lab@^3.0.0-alpha.23": + version "3.0.0-alpha.23" + resolved "https://registry.yarnpkg.com/@material-ui/lab/-/lab-3.0.0-alpha.23.tgz#816e9821c1b25b608856639605ff116584d45b9d" dependencies: "@babel/runtime" "7.1.2" classnames "^2.2.5" keycode "^2.1.9" +"@material-ui/utils@^3.0.0-alpha.0": + version "3.0.0-alpha.0" + resolved "https://registry.yarnpkg.com/@material-ui/utils/-/utils-3.0.0-alpha.0.tgz#506fcaf531a9a8f58a73ff2d3dfaa36c0f238506" + dependencies: + "@babel/runtime" "7.1.2" + "@mdi/font@^3.0.39": version "3.0.39" resolved "https://registry.yarnpkg.com/@mdi/font/-/font-3.0.39.tgz#8a388ec9816939eff2099120102073aecdf6e5f8" @@ -1203,10 +1209,6 @@ braces@^2.3.0, braces@^2.3.1: split-string "^3.0.2" to-regex "^3.0.1" -brcast@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/brcast/-/brcast-3.0.1.tgz#6256a8349b20de9eed44257a9b24d71493cd48dd" - brorand@^1.0.1: version "1.1.0" resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f" @@ -2924,10 +2926,16 @@ hmac-drbg@^1.0.0: minimalistic-assert "^1.0.0" minimalistic-crypto-utils "^1.0.1" -hoist-non-react-statics@^2.3.1, hoist-non-react-statics@^2.5.0: +hoist-non-react-statics@^2.3.1: version "2.5.5" resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.5.5.tgz#c5903cf409c0dfd908f388e619d86b9c1174cb47" +hoist-non-react-statics@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.1.0.tgz#42414ccdfff019cd2168168be998c7b3bd5245c0" + dependencies: + react-is "^16.3.2" + hoist-non-react-statics@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.0.1.tgz#fba3e7df0210eb9447757ca1a7cb607162f0a364"