-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update support to mapbox-gl 0.51
- Loading branch information
Wykks
committed
Dec 9, 2018
1 parent
d36f71f
commit 2dddec8
Showing
4 changed files
with
29 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -491,10 +491,10 @@ | |
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.109.tgz#b1c4442239730bf35cabaf493c772b18c045886d" | ||
integrity sha512-hop8SdPUEzbcJm6aTsmuwjIYQo1tqLseKCM+s2bBqTU2gErwI4fE+aqUVOlscPSQbKHKgtMMPoC+h4AIGOJYvw== | ||
|
||
"@types/mapbox-gl@^0.49.0": | ||
version "0.49.0" | ||
resolved "https://registry.yarnpkg.com/@types/mapbox-gl/-/mapbox-gl-0.49.0.tgz#0ed69aee980f11f4cd58a763abf3a6ef46e34baa" | ||
integrity sha512-lVcswMVPyJh/85RzYi+hKpjO/jB1VQComH/hx5HzkLSPlUjgsNAt2ZG+SPzR/EVhjTxU6/SIxJKvv+wD33MzuQ== | ||
"@types/mapbox-gl@^0.51.0": | ||
version "0.51.0" | ||
resolved "https://registry.yarnpkg.com/@types/mapbox-gl/-/mapbox-gl-0.51.0.tgz#ab0bcba1d727d2c61f14f1e341016ef631bb7959" | ||
integrity sha512-a3ewnAAgNGtkkPnh22M1OfDLQLULI1CXw0SLKWOova+9LBnUrm64jysuaKdymA96YdxzYCyc7fK91avMuJveFw== | ||
dependencies: | ||
"@types/geojson" "*" | ||
|
||
|
@@ -1373,16 +1373,6 @@ braces@^2.3.0, braces@^2.3.1: | |
split-string "^3.0.2" | ||
to-regex "^3.0.1" | ||
|
||
brfs@^1.4.4: | ||
version "1.6.1" | ||
resolved "https://registry.yarnpkg.com/brfs/-/brfs-1.6.1.tgz#b78ce2336d818e25eea04a0947cba6d4fb8849c3" | ||
integrity sha512-OfZpABRQQf+Xsmju8XE9bDjs+uU4vLREGolP7bDgcpsI17QREyZ4Bl+2KLxxx1kCgA0fAIhKQBaBYh+PEcCqYQ== | ||
dependencies: | ||
quote-stream "^1.0.1" | ||
resolve "^1.1.5" | ||
static-module "^2.2.0" | ||
through2 "^2.0.0" | ||
|
||
brorand@^1.0.1: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f" | ||
|
@@ -1471,11 +1461,6 @@ browserstack@^1.5.1: | |
dependencies: | ||
https-proxy-agent "^2.2.1" | ||
|
||
[email protected]: | ||
version "0.0.1" | ||
resolved "https://registry.yarnpkg.com/buffer-equal/-/buffer-equal-0.0.1.tgz#91bc74b11ea405bc916bc6aa908faafa5b4aac4b" | ||
integrity sha1-kbx0sR6kBbyRa8aqkI+q+ltKrEs= | ||
|
||
buffer-from@^1.0.0, buffer-from@^1.1.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.0.tgz#87fcaa3a298358e0ade6e442cfce840740d1ad04" | ||
|
@@ -2209,7 +2194,7 @@ conventional-recommended-bump@^1.0.0: | |
meow "^3.3.0" | ||
object-assign "^4.0.1" | ||
|
||
convert-source-map@^1.5.0, convert-source-map@^1.5.1: | ||
convert-source-map@^1.5.0: | ||
version "1.5.1" | ||
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.5.1.tgz#b8278097b9bc229365de5c62cf5fcaed8b5599e5" | ||
integrity sha1-uCeAl7m8IpNl3lxiz1/K7YtVmeU= | ||
|
@@ -2756,13 +2741,6 @@ dotgitignore@^1.0.3: | |
find-up "^2.1.0" | ||
minimatch "^3.0.4" | ||
|
||
duplexer2@~0.1.4: | ||
version "0.1.4" | ||
resolved "https://registry.yarnpkg.com/duplexer2/-/duplexer2-0.1.4.tgz#8b12dab878c0d69e3e7891051662a32fc6bddcc1" | ||
integrity sha1-ixLauHjA1p4+eJEFFmKjL8a93ME= | ||
dependencies: | ||
readable-stream "^2.0.2" | ||
|
||
duplexer3@^0.1.4: | ||
version "0.1.4" | ||
resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2" | ||
|
@@ -2998,18 +2976,6 @@ [email protected]: | |
optionalDependencies: | ||
source-map "~0.2.0" | ||
|
||
escodegen@^1.8.1, escodegen@~1.9.0: | ||
version "1.9.1" | ||
resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-1.9.1.tgz#dbae17ef96c8e4bedb1356f4504fa4cc2f7cb7e2" | ||
integrity sha512-6hTjO1NAWkHnDk3OqQ4YrCuwwmGHL9S3nPlzBOUG/R44rda3wLNrfvQ5fkSGjyhHFKM7ALPKcKGrwvCLe0lC7Q== | ||
dependencies: | ||
esprima "^3.1.3" | ||
estraverse "^4.2.0" | ||
esutils "^2.0.2" | ||
optionator "^0.8.1" | ||
optionalDependencies: | ||
source-map "~0.6.1" | ||
|
||
eslint-scope@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.0.tgz#50bf3071e9338bcdc43331794a0cb533f0136172" | ||
|
@@ -3018,16 +2984,16 @@ eslint-scope@^4.0.0: | |
esrecurse "^4.1.0" | ||
estraverse "^4.1.1" | ||
|
||
esm@^3.0.84: | ||
version "3.0.84" | ||
resolved "https://registry.yarnpkg.com/esm/-/esm-3.0.84.tgz#bb108989f4673b32d4f62406869c28eed3815a63" | ||
integrity sha512-SzSGoZc17S7P+12R9cg21Bdb7eybX25RnIeRZ80xZs+VZ3kdQKzqTp2k4hZJjR7p9l0186TTXSgrxzlMDBktlw== | ||
|
||
[email protected], esprima@^2.7.1: | ||
version "2.7.3" | ||
resolved "https://registry.yarnpkg.com/esprima/-/esprima-2.7.3.tgz#96e3b70d5779f6ad49cd032673d1c312767ba581" | ||
integrity sha1-luO3DVd59q1JzQMmc9HDEnZ7pYE= | ||
|
||
esprima@^3.1.3: | ||
version "3.1.3" | ||
resolved "https://registry.yarnpkg.com/esprima/-/esprima-3.1.3.tgz#fdca51cee6133895e3c88d535ce49dbff62a4633" | ||
integrity sha1-/cpRzuYTOJXjyI1TXOSdv/YqRjM= | ||
|
||
esprima@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.0.tgz#4499eddcd1110e0b218bacf2fa7f7f59f55ca804" | ||
|
@@ -3050,7 +3016,7 @@ estraverse@^1.9.1: | |
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-1.9.3.tgz#af67f2dc922582415950926091a4005d29c9bb44" | ||
integrity sha1-r2fy3JIlgkFZUJJgkaQAXSnJu0Q= | ||
|
||
estraverse@^4.1.0, estraverse@^4.1.1, estraverse@^4.2.0: | ||
estraverse@^4.1.0, estraverse@^4.1.1: | ||
version "4.2.0" | ||
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.2.0.tgz#0dee3fed31fcd469618ce7342099fc1afa0bdb13" | ||
integrity sha1-De4/7TH81GlhjOc0IJn8GvoL2xM= | ||
|
@@ -3254,16 +3220,6 @@ extsprintf@^1.2.0: | |
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f" | ||
integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8= | ||
|
||
falafel@^2.1.0: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/falafel/-/falafel-2.1.0.tgz#96bb17761daba94f46d001738b3cedf3a67fe06c" | ||
integrity sha1-lrsXdh2rqU9G0AFzizzt86Z/4Gw= | ||
dependencies: | ||
acorn "^5.0.0" | ||
foreach "^2.0.5" | ||
isarray "0.0.1" | ||
object-keys "^1.0.6" | ||
|
||
fast-deep-equal@^1.0.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz#c053477817c86b51daa853c81e059b733d023614" | ||
|
@@ -3595,10 +3551,10 @@ geojson-rewind@^0.3.0: | |
minimist "1.2.0" | ||
sharkdown "^0.1.0" | ||
|
||
geojson-vt@^3.2.0: | ||
version "3.2.0" | ||
resolved "https://registry.yarnpkg.com/geojson-vt/-/geojson-vt-3.2.0.tgz#039cea549df5f892c48cff8eb66c2e217d61c241" | ||
integrity sha512-qk7sEv7dMfuGzflwClsgtO1fWPut/TqCInWEEUJc/Ofn4tmqBGznnPv3eUdxtwMkulMaAwSL3osHiyN03XJd/w== | ||
geojson-vt@^3.2.1: | ||
version "3.2.1" | ||
resolved "https://registry.yarnpkg.com/geojson-vt/-/geojson-vt-3.2.1.tgz#f8adb614d2c1d3f6ee7c4265cad4bbf3ad60c8b7" | ||
integrity sha512-EvGQQi/zPrDA6zr6BnJD/YhwAkBP8nnJ9emh3EnHQKVMfg/MRVtPbMYdgVy/IaEmn4UfagD2a6fafPDL5hbtwg== | ||
|
||
get-caller-file@^1.0.1: | ||
version "1.0.2" | ||
|
@@ -5351,10 +5307,10 @@ map-visit@^1.0.0: | |
dependencies: | ||
object-visit "^1.0.0" | ||
|
||
mapbox-gl@0.49.0: | ||
version "0.49.0" | ||
resolved "https://registry.yarnpkg.com/mapbox-gl/-/mapbox-gl-0.49.0.tgz#701fe5ae750b7edc1398b985553c0e0690fc3d2b" | ||
integrity sha512-2gbKNosaIQjHp6xgCcOLYAC+vnmgYQ89qiOtip5L8tQLPhsJ3vNwU7pXRaCm4sFU1i8JakvF13vu8Xnsi5/ssA== | ||
mapbox-gl@0.51.0: | ||
version "0.51.0" | ||
resolved "https://registry.yarnpkg.com/mapbox-gl/-/mapbox-gl-0.51.0.tgz#2d521574408951ac848a436ceabca69a795a4897" | ||
integrity sha512-ToV6WJIgdLIKSwLO13pRf5EMeVx4gjdO10akFFxGVwYO/G1nCIZOurKFPIEXbAg0zmZXJD+55HbOIg+AbJICpQ== | ||
dependencies: | ||
"@mapbox/geojson-types" "^1.0.2" | ||
"@mapbox/jsonlint-lines-primitives" "^2.0.2" | ||
|
@@ -5364,11 +5320,11 @@ [email protected]: | |
"@mapbox/unitbezier" "^0.0.0" | ||
"@mapbox/vector-tile" "^1.3.1" | ||
"@mapbox/whoots-js" "^3.1.0" | ||
brfs "^1.4.4" | ||
csscolorparser "~1.0.2" | ||
earcut "^2.1.3" | ||
esm "^3.0.84" | ||
geojson-rewind "^0.3.0" | ||
geojson-vt "^3.2.0" | ||
geojson-vt "^3.2.1" | ||
gl-matrix "^2.6.1" | ||
grid-index "^1.0.0" | ||
minimist "0.0.8" | ||
|
@@ -5463,13 +5419,6 @@ [email protected]: | |
resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61" | ||
integrity sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E= | ||
|
||
[email protected]: | ||
version "1.0.4" | ||
resolved "https://registry.yarnpkg.com/merge-source-map/-/merge-source-map-1.0.4.tgz#a5de46538dae84d4114cc5ea02b4772a6346701f" | ||
integrity sha1-pd5GU42uhNQRTMXqArR3KmNGcB8= | ||
dependencies: | ||
source-map "^0.5.6" | ||
|
||
methods@~1.1.2: | ||
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee" | ||
|
@@ -6067,21 +6016,11 @@ object-copy@^0.1.0: | |
define-property "^0.2.5" | ||
kind-of "^3.0.3" | ||
|
||
object-inspect@~1.4.0: | ||
version "1.4.1" | ||
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.4.1.tgz#37ffb10e71adaf3748d05f713b4c9452f402cbc4" | ||
integrity sha512-wqdhLpfCUbEsoEwl3FXwGyv8ief1k/1aUdIPCqVnupM6e8l63BEJdiF/0swtn04/8p05tG/T0FrpTlfwvljOdw== | ||
|
||
object-keys@^1.0.11, object-keys@^1.0.8: | ||
version "1.0.12" | ||
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2" | ||
integrity sha512-FTMyFUm2wBcGHnH2eXmz7tC6IwlqQZ6mVZ+6dm6vZ4IQIHjs6FdNsQBuKGPuUUUY6NfJw2PshC08Tn6LzLDOag== | ||
|
||
object-keys@^1.0.6: | ||
version "1.0.11" | ||
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d" | ||
integrity sha1-xUYBd4rVYPEULODgG8yotW0TQm0= | ||
|
||
object-visit@^1.0.0: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb" | ||
|
@@ -6846,15 +6785,6 @@ quickselect@^1.0.0: | |
resolved "https://registry.yarnpkg.com/quickselect/-/quickselect-1.1.1.tgz#852e412ce418f237ad5b660d70cffac647ae94c2" | ||
integrity sha512-qN0Gqdw4c4KGPsBOQafj6yj/PA6c/L63f6CaZ/DCF/xF4Esu3jVmKLUDYxghFx8Kb/O7y9tI7x2RjTSXwdK1iQ== | ||
|
||
quote-stream@^1.0.1, quote-stream@~1.0.2: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/quote-stream/-/quote-stream-1.0.2.tgz#84963f8c9c26b942e153feeb53aae74652b7e0b2" | ||
integrity sha1-hJY/jJwmuULhU/7rU6rnRlK34LI= | ||
dependencies: | ||
buffer-equal "0.0.1" | ||
minimist "^1.1.3" | ||
through2 "^2.0.0" | ||
|
||
randomatic@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/randomatic/-/randomatic-3.0.0.tgz#d35490030eb4f7578de292ce6dfb04a91a128923" | ||
|
@@ -6985,7 +6915,7 @@ read-pkg@^3.0.0: | |
normalize-package-data "^2.3.2" | ||
path-type "^3.0.0" | ||
|
||
"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.4, readable-stream@^2.0.6, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.2.9, readable-stream@^2.3.0, readable-stream@^2.3.3, readable-stream@^2.3.6, readable-stream@~2.3.3: | ||
"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.4, readable-stream@^2.0.6, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.2.9, readable-stream@^2.3.0, readable-stream@^2.3.3, readable-stream@^2.3.6: | ||
version "2.3.6" | ||
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf" | ||
integrity sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw== | ||
|
@@ -7273,7 +7203,7 @@ [email protected], resolve@~1.1.6: | |
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b" | ||
integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs= | ||
|
||
resolve@^1.1.5, resolve@^1.1.6, resolve@^1.3.2, resolve@^1.5.0: | ||
resolve@^1.1.6, resolve@^1.3.2, resolve@^1.5.0: | ||
version "1.7.1" | ||
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.7.1.tgz#aadd656374fd298aee895bc026b8297418677fd3" | ||
integrity sha512-c7rwLofp8g1U+h1KNyHL/jicrKg1Ek4q+Lr33AL65uZTinUZHe30D5HlyN5V9NW0JX1D5dXQ4jqW5l7Sy/kGfw== | ||
|
@@ -7663,11 +7593,6 @@ shallow-clone@^1.0.0: | |
kind-of "^5.0.0" | ||
mixin-object "^2.0.1" | ||
|
||
shallow-copy@~0.0.1: | ||
version "0.0.1" | ||
resolved "https://registry.yarnpkg.com/shallow-copy/-/shallow-copy-0.0.1.tgz#415f42702d73d810330292cc5ee86eae1a11a170" | ||
integrity sha1-QV9CcC1z2BAzApLMXuhurhoRoXA= | ||
|
||
sharkdown@^0.1.0: | ||
version "0.1.0" | ||
resolved "https://registry.yarnpkg.com/sharkdown/-/sharkdown-0.1.0.tgz#61d4fe529e75d02442127cc9234362265099214f" | ||
|
@@ -8015,13 +7940,6 @@ standard-version@^4.4.0: | |
semver "^5.1.0" | ||
yargs "^8.0.1" | ||
|
||
static-eval@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/static-eval/-/static-eval-2.0.0.tgz#0e821f8926847def7b4b50cda5d55c04a9b13864" | ||
integrity sha512-6flshd3F1Gwm+Ksxq463LtFd1liC77N/PX1FVVc3OzL3hAmo2fwHFbuArkcfi7s9rTNsLEhcRmXGFZhlgy40uw== | ||
dependencies: | ||
escodegen "^1.8.1" | ||
|
||
static-extend@^0.1.1: | ||
version "0.1.2" | ||
resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6" | ||
|
@@ -8030,26 +7948,6 @@ static-extend@^0.1.1: | |
define-property "^0.2.5" | ||
object-copy "^0.1.0" | ||
|
||
static-module@^2.2.0: | ||
version "2.2.5" | ||
resolved "https://registry.yarnpkg.com/static-module/-/static-module-2.2.5.tgz#bd40abceae33da6b7afb84a0e4329ff8852bfbbf" | ||
integrity sha512-D8vv82E/Kpmz3TXHKG8PPsCPg+RAX6cbCOyvjM6x04qZtQ47EtJFVwRsdov3n5d6/6ynrOY9XB4JkaZwB2xoRQ== | ||
dependencies: | ||
concat-stream "~1.6.0" | ||
convert-source-map "^1.5.1" | ||
duplexer2 "~0.1.4" | ||
escodegen "~1.9.0" | ||
falafel "^2.1.0" | ||
has "^1.0.1" | ||
magic-string "^0.22.4" | ||
merge-source-map "1.0.4" | ||
object-inspect "~1.4.0" | ||
quote-stream "~1.0.2" | ||
readable-stream "~2.3.3" | ||
shallow-copy "~0.0.1" | ||
static-eval "^2.0.0" | ||
through2 "~2.0.3" | ||
|
||
stats-webpack-plugin@^0.6.2: | ||
version "0.6.2" | ||
resolved "https://registry.yarnpkg.com/stats-webpack-plugin/-/stats-webpack-plugin-0.6.2.tgz#2c5949b531e07f87a88e6ea4dcfac53aa8c75a2b" | ||
|
@@ -8322,7 +8220,7 @@ text-table@^0.2.0: | |
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" | ||
integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ= | ||
|
||
through2@^2.0.0, through2@^2.0.2, through2@~2.0.3: | ||
through2@^2.0.0, through2@^2.0.2: | ||
version "2.0.3" | ||
resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.3.tgz#0004569b37c7c74ba39c43f3ced78d1ad94140be" | ||
integrity sha1-AARWmzfHx0ujnEPzzteNGtlBQL4= | ||
|