From 06bf27b01b8407c56a3a11fc1305f544b4904161 Mon Sep 17 00:00:00 2001 From: Simon Warchol Date: Wed, 2 Jun 2021 13:29:57 -0400 Subject: [PATCH] changing viawebgl dependency --- cycif_viewer/client/package-lock.json | 27 +++++++++++++++------------ cycif_viewer/client/package.json | 2 +- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/cycif_viewer/client/package-lock.json b/cycif_viewer/client/package-lock.json index b91adda70..f6f46d67f 100644 --- a/cycif_viewer/client/package-lock.json +++ b/cycif_viewer/client/package-lock.json @@ -2558,14 +2558,14 @@ "integrity": "sha512-0D9P8TRj6qDAtHhRQn6EfdOtHMfsUWanl3yb/84C4DqpZ+VsgfI5iTVRNRbELCfNvRfpMr8OrqqUTQ6ANGCijw==" }, "d3-scale": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-3.2.4.tgz", - "integrity": "sha512-PG6gtpbPCFqKbvdBEswQcJcTzHC8VEd/XzezF5e68KlkT4/ggELw/nR1tv863jY6ufKTvDlzCMZvhe06codbbA==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-3.3.0.tgz", + "integrity": "sha512-1JGp44NQCt5d1g+Yy+GeOnZP7xHo0ii8zsQp6PGzd+C1/dl0KGsp9A7Mxwp+1D1o4unbTTxVdU/ZOIEBoeZPbQ==", "requires": { "d3-array": "^2.3.0", "d3-format": "1 - 2", "d3-interpolate": "1.2.0 - 2", - "d3-time": "1 - 2", + "d3-time": "^2.1.1", "d3-time-format": "2 - 3" } }, @@ -2607,9 +2607,12 @@ } }, "d3-time": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-2.0.0.tgz", - "integrity": "sha512-2mvhstTFcMvwStWd9Tj3e6CEqtOivtD8AUiHT8ido/xmzrI9ijrUUihZ6nHuf/vsScRBonagOdj0Vv+SEL5G3Q==" + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-2.1.1.tgz", + "integrity": "sha512-/eIQe/eR4kCQwq7yxi7z4c6qEXf2IYGcjoWB5OOQy4Tq9Uv39/947qlDcN2TLkiTzQWzvnsuYPB9TrWaNfipKQ==", + "requires": { + "d3-array": "2" + } }, "d3-time-format": { "version": "3.0.0", @@ -4272,8 +4275,8 @@ } }, "openseadragon": { - "version": "git://github.com/thejohnhoffer/openseadragon.git#5f42646f78122515967e84efefc7280d7ba6fa4f", - "from": "git://github.com/thejohnhoffer/openseadragon.git#webgl2" + "version": "git://github.com/thejohnhoffer/openseadragon.git#88a3858e8bb38d90831f2ae410e24ec7b8eb8873", + "from": "git://github.com/thejohnhoffer/openseadragon.git#88a3858e8bb38d90831f2ae410e24ec7b8eb8873" }, "os-browserify": { "version": "0.3.0", @@ -5566,10 +5569,10 @@ "dev": true }, "viawebgl": { - "version": "git://github.com/thejohnhoffer/viaWebGL.git#9d0f285123041fc29bfbae57debb7e08b83e145e", - "from": "git://github.com/thejohnhoffer/viaWebGL.git#webgl2", + "version": "github:thejohnhoffer/viaWebGL#77512066c66a23a641ec05f78d5c9c494b15d52f", + "from": "github:thejohnhoffer/viaWebGL#webgl2", "requires": { - "openseadragon": "git://github.com/thejohnhoffer/openseadragon.git#webgl2", + "openseadragon": "git://github.com/thejohnhoffer/openseadragon.git#88a3858e8bb38d90831f2ae410e24ec7b8eb8873", "upng-js": "^2.1.0" } }, diff --git a/cycif_viewer/client/package.json b/cycif_viewer/client/package.json index add95c2a4..a15b2ff84 100644 --- a/cycif_viewer/client/package.json +++ b/cycif_viewer/client/package.json @@ -30,7 +30,7 @@ "regenerator-runtime": "^0.13.7", "sortablejs": "^1.10.2", "style-loader": "^1.2.1", - "viawebgl": "git://github.com/thejohnhoffer/viaWebGL.git#webgl2" + "viawebgl": "github:thejohnhoffer/viaWebGL#webgl2" }, "devDependencies": { "@babel/core": "^7.11.6",