Skip to content

Commit 172802e

Browse files
authored
Merge pull request #1570 from plotly/lock-gl3d-perf
Lock down gl3d memomry management improvements
2 parents ce16727 + 3f916ea commit 172802e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"gl-mat4": "^1.1.2",
7373
"gl-mesh3d": "^1.2.0",
7474
"gl-plot2d": "^1.2.0",
75-
"gl-plot3d": "^1.5.2",
75+
"gl-plot3d": "^1.5.4",
7676
"gl-pointcloud2d": "^1.0.0",
7777
"gl-scatter2d": "^1.2.2",
7878
"gl-scatter2d-sdf": "^1.3.4",
@@ -82,6 +82,7 @@
8282
"gl-spikes2d": "^1.0.1",
8383
"gl-surface3d": "^1.3.0",
8484
"mapbox-gl": "^0.22.0",
85+
"matrix-camera-controller": "^2.1.3",
8586
"mouse-change": "^1.4.0",
8687
"mouse-wheel": "^1.0.2",
8788
"ndarray": "^1.0.18",

0 commit comments

Comments
 (0)