From 52750986e4237296562999cfdb769ec66df2298d Mon Sep 17 00:00:00 2001 From: Dominik Moritz Date: Sat, 23 Mar 2019 20:17:09 -0700 Subject: [PATCH] Upgrade deps --- package.json | 4 ++-- yarn.lock | 29 ++++++++++------------------- 2 files changed, 12 insertions(+), 21 deletions(-) diff --git a/package.json b/package.json index 2ed36c9a..1dbc1341 100644 --- a/package.json +++ b/package.json @@ -75,8 +75,8 @@ "json-stringify-pretty-compact": "^2.0.0", "semver": "^5.6.0", "vega-schema-url-parser": "^1.1.0", - "vega-themes": "^2.2.0", - "vega-tooltip": "^0.16.0" + "vega-themes": "^2.3.0", + "vega-tooltip": "^0.17.0" }, "scripts": { "prebuild": "npm run clean && ./build-style.sh && tsc && cp package.json build/", diff --git a/yarn.lock b/yarn.lock index 7477b6ec..64b0c2ab 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5567,19 +5567,17 @@ vega-statistics@^1.2.5, vega-statistics@^1.3.0, vega-statistics@^1.3.1: dependencies: d3-array "^2.0.3" -vega-themes@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/vega-themes/-/vega-themes-2.2.0.tgz#03e3406fab2a5e05b6c258a8cc52c02e54370d84" - integrity sha512-2VOviEERxcdz9qIzd+tjlNcLugGQp9prAWgabpSWsqHWTD5TBB7qk2NGlmPmaIVtWTGVHAhmY9d+zTCAdSIKdw== - dependencies: - vega-typings "^0.3.51" +vega-themes@^2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/vega-themes/-/vega-themes-2.3.0.tgz#d0a5a3f16af4baeae3e4f43a0b65d7c5479805b1" + integrity sha512-C33RC/oB7NAMgAMdfiKy3Akwbn2uaTJSpmS3sRdiThbQxdhyh+iwc+horG4DWK7zYwJa8tITGbXknYoJXPkdIA== -vega-tooltip@^0.16.0: - version "0.16.0" - resolved "https://registry.yarnpkg.com/vega-tooltip/-/vega-tooltip-0.16.0.tgz#fc9badb96aed437b8225d0a7216ec6d1e768ac6f" - integrity sha512-A3hZ3B06n8anAp5ReOKmPeGlZaE2kVT0rN0IGLV8jWR54mNUKH/H9TacsyvLA9gq9OO0NrbpQ4NyfxU3uS8EYg== +vega-tooltip@^0.17.0: + version "0.17.0" + resolved "https://registry.yarnpkg.com/vega-tooltip/-/vega-tooltip-0.17.0.tgz#16bb5b57fb727823bb15f4ca4e350622471db2b9" + integrity sha512-/Ha3ho2xZ8N22dCfGg76gpaqyXqwrJBO3X+3H7so73xjIFW0iwHrZeMN0O6zxt5wefdp2+0I+91V4mWjWcP4ng== dependencies: - vega-util "^1.7.1" + vega-util "^1.10.0" vega-transforms@^4.0.2: version "4.0.2" @@ -5598,14 +5596,7 @@ vega-typings@*, vega-typings@0.6.2: dependencies: vega-util "^1.10.0" -vega-typings@^0.3.51: - version "0.3.53" - resolved "https://registry.yarnpkg.com/vega-typings/-/vega-typings-0.3.53.tgz#a70b9730ebe1e4c557019ccccc5fd98035b0aab0" - integrity sha512-XQRd66eL62ll6tHENQIJHtdwXemqXoB4KnVVbGUwGJIHjQkHHluCbkoWVRvPYuRd+OLM1RXVc+EBxA015hJ1SQ== - dependencies: - vega-util "^1.7.0" - -vega-util@^1.10.0, vega-util@^1.7.0, vega-util@^1.7.1, vega-util@^1.8.0, vega-util@^1.9.0, vega-util@~1.10.0: +vega-util@^1.10.0, vega-util@^1.8.0, vega-util@^1.9.0, vega-util@~1.10.0: version "1.10.0" resolved "https://registry.yarnpkg.com/vega-util/-/vega-util-1.10.0.tgz#edfd8c04f1d269f903976c228820153902c270d4" integrity sha512-fTGnTG7FhtTG9tiYDL3k5s8YHqB71Ml5+aC9B7eaBygeB8GKXBrcbTXLOzoCRxT3Jr5cRhr99PMBu0AkqmhBog==