From 8ed856c64fe12b1abcc31dcb507c7545229284d9 Mon Sep 17 00:00:00 2001 From: Marcus Efraimsson Date: Fri, 11 May 2018 14:10:54 +0200 Subject: [PATCH] lock caniuse-db version to resolve phantomjs rendering issue For some reason a newer version of this sub-dependency makes phantomjs rendering unable to generate and save a png image, however without any error message logged --- package.json | 3 +++ yarn.lock | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 383e0e39ab5..06883a6c7ec 100644 --- a/package.json +++ b/package.json @@ -179,5 +179,8 @@ "tether": "^1.4.0", "tether-drop": "https://github.com/torkelo/drop/tarball/master", "tinycolor2": "^1.4.1" + }, + "resolutions": { + "caniuse-db": "1.0.30000772" } } diff --git a/yarn.lock b/yarn.lock index 742754069f7..8d742b34ba1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1655,9 +1655,9 @@ caniuse-api@^1.5.2: lodash.memoize "^4.1.2" lodash.uniq "^4.5.0" -caniuse-db@^1.0.30000529, caniuse-db@^1.0.30000634, caniuse-db@^1.0.30000639: - version "1.0.30000830" - resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30000830.tgz#6e45255b345649fd15ff59072da1e12bb3de2f13" +caniuse-db@1.0.30000772, caniuse-db@^1.0.30000529, caniuse-db@^1.0.30000634, caniuse-db@^1.0.30000639: + version "1.0.30000772" + resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30000772.tgz#51aae891768286eade4a3d8319ea76d6a01b512b" capture-stack-trace@^1.0.0: version "1.0.0"