Skip to content

Commit d8d6d6e

Browse files
committed
bump mapbox-gl to update the first patch
1 parent bee2455 commit d8d6d6e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.10.0",
97+
"mapbox-gl": "1.10.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
'use strict';
1010

11-
var requiredVersion = '1.10.0';
11+
var requiredVersion = '1.10.1';
1212

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

0 commit comments

Comments
 (0)