Skip to content

Commit

Permalink
Merge pull request #4752 from plotly/bump-mapbox-gl-april2020
Browse files Browse the repository at this point in the history
Bump mapbox-gl to 1.9.2
  • Loading branch information
archmoj committed Apr 20, 2020
2 parents 99e5e38 + e130c98 commit 4b76edf
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 30 deletions.
61 changes: 33 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"has-hover": "^1.0.1",
"has-passive-events": "^1.0.0",
"is-mobile": "^2.2.1",
"mapbox-gl": "1.3.2",
"mapbox-gl": "1.9.1",
"matrix-camera-controller": "^2.1.3",
"mouse-change": "^1.4.0",
"mouse-event-offset": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion src/plots/mapbox/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

'use strict';

var requiredVersion = '1.3.2';
var requiredVersion = '1.9.1';

var stylesNonMapbox = {
'open-street-map': {
Expand Down

0 comments on commit 4b76edf

Please sign in to comment.