Skip to content

Commit 7495f4c

Browse files
authored
Merge pull request #3676 from plotly/more-gl3d-iOS-high-precision-fixes
More iOS gl3d bug fixes for graphs with large float numbers and dates
2 parents 6bde984 + db2cc69 commit 7495f4c

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

package-lock.json

+22-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -72,20 +72,20 @@
7272
"es6-promise": "^3.0.2",
7373
"fast-isnumeric": "^1.1.2",
7474
"font-atlas-sdf": "^1.3.3",
75-
"gl-cone3d": "^1.3.0",
75+
"gl-cone3d": "^1.3.1",
7676
"gl-contour2d": "^1.1.5",
77-
"gl-error3d": "^1.0.14",
77+
"gl-error3d": "^1.0.15",
7878
"gl-heatmap2d": "^1.0.5",
79-
"gl-line3d": "^1.1.10",
79+
"gl-line3d": "^1.1.11",
8080
"gl-mat4": "^1.2.0",
81-
"gl-mesh3d": "^2.0.8",
81+
"gl-mesh3d": "^2.0.9",
8282
"gl-plot2d": "^1.4.2",
83-
"gl-plot3d": "^2.2.0",
83+
"gl-plot3d": "^2.2.1",
8484
"gl-pointcloud2d": "^1.0.2",
8585
"gl-scatter3d": "^1.2.1",
8686
"gl-select-box": "^1.0.3",
8787
"gl-spikes2d": "^1.0.2",
88-
"gl-streamtube3d": "^1.2.0",
88+
"gl-streamtube3d": "^1.2.1",
8989
"gl-surface3d": "^1.4.5",
9090
"gl-text": "^1.1.6",
9191
"glslify": "^7.0.0",

0 commit comments

Comments
 (0)