Skip to content

Commit aeadf1c

Browse files
committed
bump and ping mapbox-gl to 0.44.1
1 parent c0a97bd commit aeadf1c

File tree

3 files changed

+99
-16
lines changed

3 files changed

+99
-16
lines changed

package-lock.json

+97-13
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
@@ -87,7 +87,7 @@
8787
"has-hover": "^1.0.1",
8888
"has-passive-events": "^1.0.0",
8989
"kdgrass": "^1.0.1",
90-
"mapbox-gl": "^0.44.0",
90+
"mapbox-gl": "0.44.1",
9191
"matrix-camera-controller": "^2.1.3",
9292
"mouse-change": "^1.4.0",
9393
"mouse-event-offset": "^3.0.2",

src/plots/mapbox/constants.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
* LICENSE file in the root directory of this source tree.
77
*/
88

9-
109
'use strict';
1110

12-
var requiredVersion = '0.44.0';
11+
var requiredVersion = '0.44.1';
1312

1413
module.exports = {
1514
requiredVersion: requiredVersion,

0 commit comments

Comments
 (0)