Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Measurement tools #645

Merged
merged 12 commits into from
Oct 10, 2023
42,157 changes: 5,758 additions & 36,399 deletions packages/client/package-lock.json

Large diffs are not rendered by default.

12 changes: 9 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^1.0.1",
"@lezer/common": "^1.0.1",
"@mapbox/mapbox-gl-draw": "seasketch/mapbox-gl-draw",
"@mapbox/mapbox-gl-draw": "https://github.com/seasketch/mapbox-gl-draw.git",
"@mapbox/mapbox-gl-draw-static-mode": "^1.0.1",
"@mapbox/mapbox-gl-style-spec": "^13.17.0",
"@mapbox/polyline": "^1.1.1",
Expand Down Expand Up @@ -42,11 +42,14 @@
"@turf/bbox-polygon": "^6.0.1",
"@turf/boolean-intersects": "^6.5.0",
"@turf/kinks": "^6.5.0",
"@turf/length": "^6.5.0",
"@turf/truncate": "^6.5.0",
"@types/apollo-upload-client": "^14.1.0",
"@types/arcgis-rest-api": "^10.4.4",
"@types/bytes": "^3.1.0",
"@types/color": "^3.0.2",
"@types/d3-axis": "^3.0.2",
"@types/d3-scale": "^4.0.3",
"@types/d3-scale-chromatic": "^3.0.0",
"@types/dagre": "^0.7.46",
"@types/flatbush": "^3.3.0",
Expand All @@ -63,7 +66,7 @@
"@types/lodash.sortby": "^4.7.6",
"@types/lru-cache": "^5.1.0",
"@types/lunr": "^2.3.3",
"@types/mapbox-gl": "^2.7.5",
"@types/mapbox-gl": "^2.7.15",
"@types/mapbox__mapbox-gl-draw": "^1.2.3",
"@types/mapbox__polyline": "^1.0.2",
"@types/mapbox__tilebelt": "^1.0.0",
Expand Down Expand Up @@ -109,12 +112,15 @@
"bytes": "^3.1.0",
"cache-polyfill": "^1.0.1",
"caniuse-lite": "^1.0.30001346",
"cheap-ruler": "^3.0.2",
"codemirror": "^5.58.1",
"codemirror-colorpicker": "^1.9.72",
"colord": "^2.9.0",
"colorthief": "2.2.0",
"comlink-loader": "^2.0.0",
"cypress-localstorage-commands": "^1.7.0",
"d3-axis": "^3.0.0",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.0.0",
"dagre": "^0.8.5",
"downshift": "^6.1.7",
Expand Down Expand Up @@ -145,7 +151,7 @@
"lodash.setwith": "^4.3.2",
"lodash.sortby": "^4.7.0",
"lru-cache": "^6.0.0",
"mapbox-gl": "2.9.2",
"mapbox-gl": "2.15.0",
"mapbox-gl-draw-rectangle-mode": "^1.0.4",
"mapbox-gl-esri-feature-layers": "^1.0.0",
"md5": "^2.3.0",
Expand Down
Loading
Loading