Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Mar 24, 2019
1 parent 9aaa87d commit 5275098
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 21 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down
29 changes: 10 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -5598,14 +5596,7 @@ vega-typings@*, [email protected]:
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==
Expand Down

0 comments on commit 5275098

Please sign in to comment.