From 4b4a759ae545f39828dbf4d3233ea2a3efa3819b Mon Sep 17 00:00:00 2001 From: archmoj Date: Mon, 13 Sep 2021 19:07:47 -0400 Subject: [PATCH 1/2] reduce dimensions in robust-linear-solve --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1c99e495ab2..7aeabbbdd58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -80,7 +80,7 @@ "right-now": "^1.0.0", "robust-determinant": "plotly/robust-determinant#v1.2.1", "robust-in-sphere": "1.2.1", - "robust-linear-solve": "plotly/robust-linear-solve#v1.1.0", + "robust-linear-solve": "plotly/robust-linear-solve#9be05a38f931f61ec8883f6be2c5bf2cd66a9a8b", "robust-orientation": "1.2.1", "simplicial-complex-contour": "plotly/simplicial-complex-contour#v1.1.0", "strongly-connected-components": "^1.0.1", @@ -10451,8 +10451,8 @@ }, "node_modules/robust-linear-solve": { "version": "1.1.0", - "resolved": "git+ssh://git@github.com/plotly/robust-linear-solve.git#467e63853031691dfe0f0dff87d06a4322dd95c5", - "integrity": "sha512-/LmfySIaq10qHIYNyJ8PwWKmSwrgiF2BhVmFCPQMwR7I/vCRq1Xw7d+CkShiIoNaorG0D1zzx/t+7+M/sCS0hA==", + "resolved": "git+ssh://git@github.com/plotly/robust-linear-solve.git#9be05a38f931f61ec8883f6be2c5bf2cd66a9a8b", + "integrity": "sha512-+BQtI3HLi1RJ+45Cl/Dwz1V0TIWek3WtclqWHGWqOvHGGUbozgMOsIKbZ1SIRyYDlNkAAEn0MrRyGx1qmSJ1qQ==", "license": "MIT", "dependencies": { "robust-determinant": "^1.1.0" @@ -21610,9 +21610,9 @@ } }, "robust-linear-solve": { - "version": "git+ssh://git@github.com/plotly/robust-linear-solve.git#467e63853031691dfe0f0dff87d06a4322dd95c5", - "integrity": "sha512-/LmfySIaq10qHIYNyJ8PwWKmSwrgiF2BhVmFCPQMwR7I/vCRq1Xw7d+CkShiIoNaorG0D1zzx/t+7+M/sCS0hA==", - "from": "robust-linear-solve@plotly/robust-linear-solve#v1.1.0", + "version": "git+ssh://git@github.com/plotly/robust-linear-solve.git#9be05a38f931f61ec8883f6be2c5bf2cd66a9a8b", + "integrity": "sha512-+BQtI3HLi1RJ+45Cl/Dwz1V0TIWek3WtclqWHGWqOvHGGUbozgMOsIKbZ1SIRyYDlNkAAEn0MrRyGx1qmSJ1qQ==", + "from": "robust-linear-solve@plotly/robust-linear-solve#9be05a38f931f61ec8883f6be2c5bf2cd66a9a8b", "requires": { "robust-determinant": "^1.1.0" } diff --git a/package.json b/package.json index df279616fec..854d10a01cd 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,7 @@ "right-now": "^1.0.0", "robust-determinant": "plotly/robust-determinant#v1.2.1", "robust-in-sphere": "1.2.1", - "robust-linear-solve": "plotly/robust-linear-solve#v1.1.0", + "robust-linear-solve": "plotly/robust-linear-solve#9be05a38f931f61ec8883f6be2c5bf2cd66a9a8b", "robust-orientation": "1.2.1", "simplicial-complex-contour": "plotly/simplicial-complex-contour#v1.1.0", "strongly-connected-components": "^1.0.1", From 0681747e88d4bc3f5a6929cdcc30d1ddf67a5905 Mon Sep 17 00:00:00 2001 From: archmoj Date: Mon, 13 Sep 2021 20:46:16 -0400 Subject: [PATCH 2/2] bump plotly/robust-linear-solve to v1.1.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7aeabbbdd58..dfcef0f807c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -80,7 +80,7 @@ "right-now": "^1.0.0", "robust-determinant": "plotly/robust-determinant#v1.2.1", "robust-in-sphere": "1.2.1", - "robust-linear-solve": "plotly/robust-linear-solve#9be05a38f931f61ec8883f6be2c5bf2cd66a9a8b", + "robust-linear-solve": "plotly/robust-linear-solve#v1.1.1", "robust-orientation": "1.2.1", "simplicial-complex-contour": "plotly/simplicial-complex-contour#v1.1.0", "strongly-connected-components": "^1.0.1", @@ -21612,7 +21612,7 @@ "robust-linear-solve": { "version": "git+ssh://git@github.com/plotly/robust-linear-solve.git#9be05a38f931f61ec8883f6be2c5bf2cd66a9a8b", "integrity": "sha512-+BQtI3HLi1RJ+45Cl/Dwz1V0TIWek3WtclqWHGWqOvHGGUbozgMOsIKbZ1SIRyYDlNkAAEn0MrRyGx1qmSJ1qQ==", - "from": "robust-linear-solve@plotly/robust-linear-solve#9be05a38f931f61ec8883f6be2c5bf2cd66a9a8b", + "from": "robust-linear-solve@plotly/robust-linear-solve#v1.1.1", "requires": { "robust-determinant": "^1.1.0" } diff --git a/package.json b/package.json index 854d10a01cd..226d0431ddb 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,7 @@ "right-now": "^1.0.0", "robust-determinant": "plotly/robust-determinant#v1.2.1", "robust-in-sphere": "1.2.1", - "robust-linear-solve": "plotly/robust-linear-solve#9be05a38f931f61ec8883f6be2c5bf2cd66a9a8b", + "robust-linear-solve": "plotly/robust-linear-solve#v1.1.1", "robust-orientation": "1.2.1", "simplicial-complex-contour": "plotly/simplicial-complex-contour#v1.1.0", "strongly-connected-components": "^1.0.1",