mirror of
https://github.com/maputnik/editor.git
synced 2026-03-22 10:10:02 +00:00
Added hillshading support.
This commit is contained in:
22
package-lock.json
generated
22
package-lock.json
generated
@@ -175,9 +175,9 @@
|
||||
"integrity": "sha1-HOsxA81mixZWO1SSwGkMPwkcdJE="
|
||||
},
|
||||
"@mapbox/mapbox-gl-style-spec": {
|
||||
"version": "10.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@mapbox/mapbox-gl-style-spec/-/mapbox-gl-style-spec-10.1.0.tgz",
|
||||
"integrity": "sha512-1thxPjeTEWacy0U2dRNgkPDMT+q42Zei3aaWDa2BRu6ehqLguB01+eyPRWQTh0cpVtZbzPy9MEne28mILLPpvQ==",
|
||||
"version": "11.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@mapbox/mapbox-gl-style-spec/-/mapbox-gl-style-spec-11.1.1.tgz",
|
||||
"integrity": "sha512-4l/q05NO26u2HmkjIKpFsMs2Ed56wd+w9nC8pXAVVsBZBG+LHwynJZyg6Ijy/6gLyp+nnmLFtzkXFfneuFCIjw==",
|
||||
"requires": {
|
||||
"@mapbox/unitbezier": "0.0.0",
|
||||
"brfs": "1.4.3",
|
||||
@@ -185,7 +185,6 @@
|
||||
"csscolorparser": "1.0.3",
|
||||
"in-publish": "2.0.0",
|
||||
"jsonlint-lines-primitives": "1.6.0",
|
||||
"lodash.isequal": "3.0.4",
|
||||
"minimist": "0.0.8",
|
||||
"rw": "1.3.3",
|
||||
"sort-object": "0.3.2",
|
||||
@@ -200,15 +199,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"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -7831,9 +7821,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"mapbox-gl": {
|
||||
"version": "0.44.0",
|
||||
"resolved": "https://registry.npmjs.org/mapbox-gl/-/mapbox-gl-0.44.0.tgz",
|
||||
"integrity": "sha512-vMeZaLXjG1B1BKOD9HB11sb9UIUvbzXWJu0NR38j9Uyp1h5xUXqh1Rqe+EhxQp3jzlHIv/LVhFKCJjQQKA2LoA==",
|
||||
"version": "0.44.1",
|
||||
"resolved": "https://registry.npmjs.org/mapbox-gl/-/mapbox-gl-0.44.1.tgz",
|
||||
"integrity": "sha512-K6GfXfvumPgiw3NSFGTPYU7VinhWLKFbRmNTx/mPWzxzazfKZsChuyZ9IEhZ6LuFEnV1qzquyg5kLUCledVzvg==",
|
||||
"requires": {
|
||||
"@mapbox/gl-matrix": "0.0.1",
|
||||
"@mapbox/mapbox-gl-supported": "1.3.0",
|
||||
|
||||
Reference in New Issue
Block a user