Updated mapbox-gl 0.43.0 -> 0.44.0. Fixes #237

This commit is contained in:
orangemug
2018-02-02 18:03:37 +00:00
parent da8dc0f7a6
commit e5bed80c96
3 changed files with 6 additions and 16 deletions
+3 -13
View File
@@ -7767,9 +7767,9 @@
"dev": true
},
"mapbox-gl": {
"version": "0.43.0",
"resolved": "https://registry.npmjs.org/mapbox-gl/-/mapbox-gl-0.43.0.tgz",
"integrity": "sha512-mSyGdXEy+JXXZS5/U4IL13JnOeHx8IoyrNPalxQnagFf3X8olaqKBy49YyEIBeAxTBR4QDeS50fwDLJK1C2Hgg==",
"version": "0.44.0",
"resolved": "https://registry.npmjs.org/mapbox-gl/-/mapbox-gl-0.44.0.tgz",
"integrity": "sha512-vMeZaLXjG1B1BKOD9HB11sb9UIUvbzXWJu0NR38j9Uyp1h5xUXqh1Rqe+EhxQp3jzlHIv/LVhFKCJjQQKA2LoA==",
"requires": {
"@mapbox/gl-matrix": "0.0.1",
"@mapbox/mapbox-gl-supported": "1.3.0",
@@ -7788,7 +7788,6 @@
"gray-matter": "3.1.1",
"grid-index": "1.0.0",
"jsonlint-lines-primitives": "1.6.0",
"lodash.isequal": "3.0.4",
"minimist": "0.0.8",
"package-json-versionify": "1.0.4",
"pbf": "3.1.0",
@@ -7813,15 +7812,6 @@
"JSV": "4.0.2",
"nomnom": "1.8.1"
}
},
"lodash.isequal": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-3.0.4.tgz",
"integrity": "sha1-HDXrO27wzR/1F0Pj6jz3/f/ay2Q=",
"requires": {
"lodash._baseisequal": "3.0.7",
"lodash._bindcallback": "3.0.1"
}
}
}
},