Skip to content

Commit ecff28e

Browse files
committed
bump mapbox-gl v1.10.0
1 parent 891b6a1 commit ecff28e

File tree

3 files changed

+50
-95
lines changed

3 files changed

+50
-95
lines changed

package-lock.json

+48-93
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.9.1",
97+
"mapbox-gl": "1.10.0",
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.9.1';
11+
var requiredVersion = '1.10.0';
1212

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

0 commit comments

Comments
 (0)