Skip to content

Commit 5bc21a1

Browse files
committed
bump mapbox-gl to 1.3.2
1 parent 0ad91e4 commit 5bc21a1

File tree

3 files changed

+14
-20
lines changed

3 files changed

+14
-20
lines changed

package-lock.json

Lines changed: 12 additions & 18 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
@@ -92,7 +92,7 @@
9292
"glslify": "^7.0.0",
9393
"has-hover": "^1.0.1",
9494
"has-passive-events": "^1.0.0",
95-
"mapbox-gl": "1.1.1",
95+
"mapbox-gl": "^1.3.2",
9696
"matrix-camera-controller": "^2.1.3",
9797
"mouse-change": "^1.4.0",
9898
"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.1.1';
11+
var requiredVersion = '1.3.2';
1212

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

0 commit comments

Comments
 (0)