Skip to content

Commit f5bc2e4

Browse files
committed
bump mapbox-gl to 1.1.0
1 parent 36e3f06 commit f5bc2e4

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Diff for: package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
},
5858
"dependencies": {
5959
"@plotly/d3-sankey": "0.7.2",
60+
"@plotly/d3-sankey-circular": "0.33.1",
6061
"alpha-shape": "^1.0.0",
6162
"canvas-fit": "^1.5.0",
6263
"color-normalize": "^1.3.0",
@@ -66,7 +67,6 @@
6667
"d3-force": "^1.0.6",
6768
"d3-hierarchy": "^1.1.8",
6869
"d3-interpolate": "1",
69-
"@plotly/d3-sankey-circular": "0.33.1",
7070
"delaunay-triangulate": "^1.1.6",
7171
"es6-promise": "^3.0.2",
7272
"fast-isnumeric": "^1.1.3",
@@ -89,7 +89,7 @@
8989
"glslify": "^7.0.0",
9090
"has-hover": "^1.0.1",
9191
"has-passive-events": "^1.0.0",
92-
"mapbox-gl": "1.0.0",
92+
"mapbox-gl": "1.1.0",
9393
"matrix-camera-controller": "^2.1.3",
9494
"mouse-change": "^1.4.0",
9595
"mouse-event-offset": "^3.0.2",

Diff for: 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.0.0';
11+
var requiredVersion = '1.1.0';
1212

1313
module.exports = {
1414
requiredVersion: requiredVersion,

0 commit comments

Comments
 (0)