From bde551d2467d099f0877af3943bebb92f42eefd6 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Tue, 3 Sep 2024 18:35:11 -0400 Subject: [PATCH] Upgrade rapid-sdk to 1.0.0-pre.3 (closes #1533) --- package-lock.json | 12 ++++++++---- package.json | 4 ++-- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 72d176fbb..dcfbd3699 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,8 +16,8 @@ "@mapbox/vector-tile": "^2.0.3", "@pixi/display": "7.4.0", "@pixi/events": "7.4.0", - "@rapid-sdk/math": "~1.0.0-pre.2", - "@rapid-sdk/util": "~1.0.0-pre.2", + "@rapid-sdk/math": "~1.0.0-pre.3", + "@rapid-sdk/util": "~1.0.0-pre.3", "@rapideditor/country-coder": "~5.3.0", "@rapideditor/location-conflation": "~1.4.0", "@rapideditor/pixi-dashed-line": "7.4.0", @@ -1938,7 +1938,9 @@ } }, "node_modules/@rapid-sdk/math": { - "version": "1.0.0-pre.2", + "version": "1.0.0-pre.3", + "resolved": "https://registry.npmjs.org/@rapid-sdk/math/-/math-1.0.0-pre.3.tgz", + "integrity": "sha512-LTukWbeUsa8SvOf9NfwDdokMU98RXtyFddczB7A6Y4oecw8IG6WCCerC3DAMQofun7Z+zR6D1ddtSZFVrzPnAw==", "license": "ISC", "dependencies": { "@types/d3-polygon": "^3.0.2", @@ -1946,7 +1948,9 @@ } }, "node_modules/@rapid-sdk/util": { - "version": "1.0.0-pre.2", + "version": "1.0.0-pre.3", + "resolved": "https://registry.npmjs.org/@rapid-sdk/util/-/util-1.0.0-pre.3.tgz", + "integrity": "sha512-Rg+abZrmwSAWTai4jebUc89PKMmP6i8X8OYh2V7GqWEm6UWVx4VKb8tdKiGUpAsDUWNk3k8CDfhcai32K1PSSQ==", "license": "ISC", "dependencies": { "aes-js": "^3.1.2", diff --git a/package.json b/package.json index 86d56040e..60aa4dbfd 100644 --- a/package.json +++ b/package.json @@ -59,8 +59,8 @@ "@mapbox/vector-tile": "^2.0.3", "@pixi/display": "7.4.0", "@pixi/events": "7.4.0", - "@rapid-sdk/math": "~1.0.0-pre.2", - "@rapid-sdk/util": "~1.0.0-pre.2", + "@rapid-sdk/math": "~1.0.0-pre.3", + "@rapid-sdk/util": "~1.0.0-pre.3", "@rapideditor/country-coder": "~5.3.0", "@rapideditor/location-conflation": "~1.4.0", "@rapideditor/pixi-dashed-line": "7.4.0",