From e598a02670352191a8730dca861aa4881e0af4bc Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Mon, 16 Jun 2025 22:41:11 +0000 Subject: [PATCH] add crossfilter2 do deps as aparently it is not part of types/crossfilter2 --- crawler/frontend/package-lock.json | 16 ++++++++++++++++ crawler/frontend/package.json | 1 + 2 files changed, 17 insertions(+) diff --git a/crawler/frontend/package-lock.json b/crawler/frontend/package-lock.json index 0226995..79e0ad3 100644 --- a/crawler/frontend/package-lock.json +++ b/crawler/frontend/package-lock.json @@ -23,6 +23,7 @@ "@types/turf": "^3.5.32", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", + "crossfilter2": "^1.5.4", "d3": "^7.9.0", "lucide-react": "^0.515.0", "mapbox-gl": "^3.12.0", @@ -1550,6 +1551,12 @@ "integrity": "sha512-HPwpGIzkl28mWyZqG52jiqDJ12waP11Pa1lGoiyUkIEuMLBP0oeK/C89esbXrxsky5we7dfd8U58nm0SgAWpVw==", "license": "MIT" }, + "node_modules/@ranfdev/deepobj": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@ranfdev/deepobj/-/deepobj-1.0.2.tgz", + "integrity": "sha512-FM3y6kfJaj5MCoAjdv24EDCTDbuFz+4+pgAunbjYfugwIE4O/xx8mPNji1n/ouG8pHCntSnBr1xwTOensF23Gg==", + "license": "MIT" + }, "node_modules/@rolldown/pluginutils": { "version": "1.0.0-beta.11", "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.11.tgz", @@ -3218,6 +3225,15 @@ "node": ">= 8" } }, + "node_modules/crossfilter2": { + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/crossfilter2/-/crossfilter2-1.5.4.tgz", + "integrity": "sha512-oOGqOM0RocwQFOXJnEaUKqYV6Mc1TNCRv3LrNUa0QlofQTutGAXyQaLW1aGKLls2sfnbwBEtsa6tPD3jY+ycqQ==", + "license": "Apache-2.0", + "dependencies": { + "@ranfdev/deepobj": "1.0.2" + } + }, "node_modules/csscolorparser": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/csscolorparser/-/csscolorparser-1.0.3.tgz", diff --git a/crawler/frontend/package.json b/crawler/frontend/package.json index 00f0f2e..710a064 100644 --- a/crawler/frontend/package.json +++ b/crawler/frontend/package.json @@ -25,6 +25,7 @@ "@types/turf": "^3.5.32", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", + "crossfilter2": "^1.5.4", "d3": "^7.9.0", "lucide-react": "^0.515.0", "mapbox-gl": "^3.12.0",