Skip to content

Commit 0b9e7dc

Browse files
committed
bump mapbox-gl from v1.10.1 to v1.13.1 i.e. latest v1
1 parent d0a5571 commit 0b9e7dc

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

package-lock.json

+15-15
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
@@ -97,7 +97,7 @@
9797
"has-hover": "^1.0.1",
9898
"has-passive-events": "^1.0.0",
9999
"is-mobile": "^4.0.0",
100-
"mapbox-gl": "1.10.1",
100+
"mapbox-gl": "1.13.1",
101101
"mouse-change": "^1.4.0",
102102
"mouse-event-offset": "^3.0.2",
103103
"mouse-wheel": "^1.2.0",

src/plots/mapbox/constants.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
var sortObjectKeys = require('../../lib/sort_object_keys');
44

5-
var requiredVersion = '1.10.1';
5+
var requiredVersion = '1.13.1';
66

77
var OSM = '© <a target="_blank" href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors';
88
var carto = [

0 commit comments

Comments
 (0)