add crossfilter2 do deps as aparently it is not part of types/crossfilter2

This commit is contained in:
Viktor Barzin 2025-06-16 22:41:11 +00:00
parent cd2d39c3b0
commit e598a02670
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 17 additions and 0 deletions

View file

@ -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",

View file

@ -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",