Skip to content

Commit 4b76edf

Browse files
authored
Merge pull request #4752 from plotly/bump-mapbox-gl-april2020
Bump mapbox-gl to 1.9.2
2 parents 99e5e38 + e130c98 commit 4b76edf

File tree

3 files changed

+35
-30
lines changed

3 files changed

+35
-30
lines changed

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"has-hover": "^1.0.1",
9595
"has-passive-events": "^1.0.0",
9696
"is-mobile": "^2.2.1",
97-
"mapbox-gl": "1.3.2",
97+
"mapbox-gl": "1.9.1",
9898
"matrix-camera-controller": "^2.1.3",
9999
"mouse-change": "^1.4.0",
100100
"mouse-event-offset": "^3.0.2",

src/plots/mapbox/constants.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
'use strict';
1010

11-
var requiredVersion = '1.3.2';
11+
var requiredVersion = '1.9.1';
1212

1313
var stylesNonMapbox = {
1414
'open-street-map': {

0 commit comments

Comments
 (0)