diff options
| author | zaultavangar <zaul_tavangar@brown.edu> | 2023-12-14 12:43:40 -0500 |
|---|---|---|
| committer | zaultavangar <zaul_tavangar@brown.edu> | 2023-12-14 12:43:40 -0500 |
| commit | e9b59a2790006af60206af7f676ad4a0ccceee13 (patch) | |
| tree | b5969d9beb1259467388411be1f52864daf21617 /package.json | |
| parent | bc23855777633dfd1caf7237b75c1e8fee88dff4 (diff) | |
adding animation functionality
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/package.json b/package.json index 42d43e758..9a9e7675d 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@types/jquery": "^3.5.14", "@types/libxmljs": "^0.18.7", "@types/lodash": "^4.14.179", - "@types/mapbox-gl": "^2.7.19", + "@types/mapbox-gl": "^2.7.17", "@types/mobile-detect": "^1.3.4", "@types/mocha": "^5.2.6", "@types/mongodb": "^3.6.20", @@ -151,6 +151,7 @@ "@octokit/core": "^4.0.4", "@react-google-maps/api": "^2.7.0", "@react-three/fiber": "^6.2.3", + "@turf/turf": "^6.5.0", "@types/bezier-js": "^4.1.0", "@types/cors": "^2.8.12", "@types/d3-axis": "^2.1.3", @@ -199,7 +200,7 @@ "cors": "^2.8.5", "csv-parser": "^3.0.0", "csv-stringify": "^6.3.0", - "d3": "^7.6.1", + "d3": "^7.8.5", "debounce": "^2.0.0", "depcheck": "^0.9.2", "equation-editor-react": "github:bobzel/equation-editor-react#useLocally", @@ -243,7 +244,7 @@ "jsonschema": "^1.4.0", "jszip": "^3.7.1", "lodash": "^4.17.21", - "mapbox-gl": "^3.0.1", + "mapbox-gl": "^2.15.0", "material-ui": "^0.20.2", "md5-file": "^5.0.0", "memorystream": "^0.3.1", @@ -302,7 +303,7 @@ "react-jsx-parser": "^1.29.0", "react-loader-spinner": "^5.3.4", "react-loading": "^2.0.3", - "react-map-gl": "^7.1.0", + "react-map-gl": "^7.1.6", "react-markdown": "^8.0.3", "react-measure": "^2.5.2", "react-refresh-typescript": "^2.0.7", |
