From e81a787ae48caff01fb87a4fe21e0e8041c41dba Mon Sep 17 00:00:00 2001 From: Andy Boughton Date: Thu, 18 Nov 2021 15:47:55 -0500 Subject: [PATCH] Bump for new LocusZoom legends + larger fonts. --- package-lock.json | 9 +++++---- package.json | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index e9d932d..8ac1776 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "localzoom", - "version": "0.9.0", + "version": "0.9.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -7843,8 +7843,8 @@ } }, "locuszoom": { - "version": "git+https://github.com/statgen/locuszoom.git#53ba107dc31e610609d8e92d019dff8b7d7b61cf", - "from": "git+https://github.com/statgen/locuszoom.git#53ba107", + "version": "git+https://github.com/statgen/locuszoom.git#71720dea275062ea4f2a6384c843c2cbf2f3f1a6", + "from": "git+https://github.com/statgen/locuszoom.git#71720de", "requires": { "d3": "^5.16.0", "gwas-credible-sets": "^0.1.0", @@ -14579,7 +14579,8 @@ "dependencies": { "ansi-regex": { "version": "5.0.0", - "resolved": "", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", "dev": true }, "ansi-styles": { diff --git a/package.json b/package.json index 6d1a300..bbe6d58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "localzoom", - "version": "0.9.0", + "version": "0.9.1", "license": "MIT", "engines": { "node": ">=10.13.0" @@ -20,7 +20,7 @@ "@sentry/browser": "^4.5.2", "bootstrap": "^4.4.1", "bootstrap-vue": "^2.21.2", - "locuszoom": "git+https://github.com/statgen/locuszoom.git#53ba107", + "locuszoom": "git+https://github.com/statgen/locuszoom.git#71720de", "lodash": "^4.17.11", "tabulator-tables": "^4.9.0", "vue": "^2.6.14",