Updated mapbox-gl-inspect to v1.3.0

This commit is contained in:
orangemug 2018-02-19 08:28:08 +00:00
parent 6953db74c6
commit 3b599aed4c
2 changed files with 4 additions and 2 deletions

4
package-lock.json generated
View file

@ -7597,7 +7597,9 @@
} }
}, },
"mapbox-gl-inspect": { "mapbox-gl-inspect": {
"version": "github:orangemug/mapbox-gl-inspect#5af5114eea285b2259799c001b33076f86f8fe95", "version": "1.3.0",
"resolved": "https://registry.npmjs.org/mapbox-gl-inspect/-/mapbox-gl-inspect-1.3.0.tgz",
"integrity": "sha512-84qABwzuCenZz3oNF8vzqymE5dBoDhEkG5FUdPE2XFXaYabLo4lODRLReMYzeoNPn/4IJFUb9Qy3MN7lGG8CfA==",
"requires": { "requires": {
"lodash.isequal": "4.5.0", "lodash.isequal": "4.5.0",
"randomcolor": "0.4.4" "randomcolor": "0.4.4"

View file

@ -34,7 +34,7 @@
"lodash.isequal": "^4.5.0", "lodash.isequal": "^4.5.0",
"lodash.throttle": "^4.1.1", "lodash.throttle": "^4.1.1",
"mapbox-gl": "^0.44.1", "mapbox-gl": "^0.44.1",
"mapbox-gl-inspect": "github:orangemug/mapbox-gl-inspect#fix/only-vector-sources", "mapbox-gl-inspect": "^1.3.0",
"maputnik-design": "github:maputnik/design", "maputnik-design": "github:maputnik/design",
"mousetrap": "^1.6.1", "mousetrap": "^1.6.1",
"ol-mapbox-style": "^2.10.1", "ol-mapbox-style": "^2.10.1",