Revert "Update ol-mapbox-style ^2.10.1 -> ^2.11.2"

This commit is contained in:
Orange Mug 2018-04-09 13:53:25 +01:00 committed by GitHub
parent 0b4910e3c3
commit 4d427bcbc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 59 additions and 4 deletions

61
package-lock.json generated
View file

@ -6725,6 +6725,13 @@
}
}
},
"jsonlint": {
"version": "github:josdejong/jsonlint#85a19d77126771f3177582e3d09c6ffae185d391",
"requires": {
"JSV": "4.0.2",
"nomnom": "1.8.1"
}
},
"jsonparse": {
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-0.0.5.tgz",
@ -7603,6 +7610,52 @@
"resolved": "https://registry.npmjs.org/mapbox-to-css-font/-/mapbox-to-css-font-2.1.0.tgz",
"integrity": "sha512-hJ1cKkvdJ21qbBLxGk/IXQvvMIeHRSMatWIjc5UbpM4KTTOfl2V18UvqqxFd82VpA1fZ+IP7WSa2RvSwYRE02g=="
},
"mapbox-to-ol-style": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/mapbox-to-ol-style/-/mapbox-to-ol-style-3.4.0.tgz",
"integrity": "sha512-88N8kUt2Zs6MbstQdrfZV1YthTa/B5SIwTB2IgkeexdnT108CphTdz5gPCRYiKhEkoLmkw+vThjipl9rsBOwMA==",
"requires": {
"@mapbox/mapbox-gl-style-spec": "9.0.1",
"mapbox-to-css-font": "2.1.0",
"ol": "4.6.4"
},
"dependencies": {
"@mapbox/mapbox-gl-style-spec": {
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/@mapbox/mapbox-gl-style-spec/-/mapbox-gl-style-spec-9.0.1.tgz",
"integrity": "sha512-j3qgGIk1LDYlDOo7VGEge5o/rHkhW4Z+w9fSdgbq8ZEg8KkXdxlDZeUbeaO14s4n0ML6Nz7hSF8JNlwYXl8R7A==",
"requires": {
"csscolorparser": "1.0.3",
"jsonlint-lines-primitives": "1.6.0",
"lodash.isequal": "3.0.4",
"minimist": "0.0.8",
"rw": "1.3.3",
"sort-object": "0.3.2"
}
},
"jsonlint-lines-primitives": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/jsonlint-lines-primitives/-/jsonlint-lines-primitives-1.6.0.tgz",
"integrity": "sha1-u4n2DIubYS/ZE92qI2ZJuEDYZhE=",
"requires": {
"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"
}
}
}
},
"maputnik-design": {
"version": "github:maputnik/design#afd4550db2a1562159092a858be181b5baa221f7"
},
"material-colors": {
"version": "1.2.5",
"resolved": "https://registry.npmjs.org/material-colors/-/material-colors-1.2.5.tgz",
@ -8634,12 +8687,14 @@
}
},
"ol-mapbox-style": {
"version": "2.11.2",
"resolved": "https://registry.npmjs.org/ol-mapbox-style/-/ol-mapbox-style-2.11.2.tgz",
"integrity": "sha512-5tmxuP2RapS1ntBWjtdYLYmktp+lPr89vZL1RAgPfkXgrT1mscwVzS9O+t2gTPmPvH1Q1nd42gLkgyBemPB2Qg==",
"version": "2.10.1",
"resolved": "https://registry.npmjs.org/ol-mapbox-style/-/ol-mapbox-style-2.10.1.tgz",
"integrity": "sha512-lI2mY811TnWgdI7EO/nmzSMe/7oqjLnYK2QS4tVCD0+5hjMduc0HHdNbdGxam4L3TJp0firnu1nzgq94QJZD5g==",
"requires": {
"@mapbox/mapbox-gl-style-spec": "9.0.1",
"mapbox-to-css-font": "2.1.0",
"mapbox-to-ol-style": "3.4.0",
"ol": "4.6.4",
"webfont-matcher": "1.1.0"
},
"dependencies": {

View file

@ -37,8 +37,8 @@
"mapbox-gl-inspect": "^1.3.0",
"maputnik-design": "github:maputnik/design",
"mousetrap": "^1.6.1",
"ol-mapbox-style": "^2.10.1",
"ol": "^4.6.4",
"ol-mapbox-style": "^2.11.2",
"prop-types": "^15.6.0",
"react": "16.0.0",
"react-addons-pure-render-mixin": "^15.6.2",