Skip to content

Commit

Permalink
feat: update support to mapbox-gl 0.48
Browse files Browse the repository at this point in the history
  • Loading branch information
Wykks committed Sep 9, 2018
1 parent 29710f5 commit 063f67c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 62 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/jasmine": "^2.8.8",
"hammerjs": "^2.0.8",
"lodash-es": "^4.17.10",
"mapbox-gl": "0.47.0",
"mapbox-gl": "0.48.0",
"ngx-md": "^6.0.0",
"rxjs": "^6.3.2",
"scroll-into-view-if-needed": "^2.2.16",
Expand All @@ -53,7 +53,7 @@
"@turf/bbox": "^6.0.1",
"@types/jasminewd2": "^2.0.3",
"@types/lodash-es": "^4.17.1",
"@types/mapbox-gl": "^0.47.0",
"@types/mapbox-gl": "^0.48.0",
"@types/node": "^10.5.6",
"@types/supercluster": "^3.0.2",
"codelyzer": "^4.4.4",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-mapbox-gl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"peerDependencies": {
"@angular/common": "^6.0.0-rc.0 || ^6.0.0",
"@angular/core": "^6.0.0-rc.0 || ^6.0.0",
"mapbox-gl": "0.47.0",
"mapbox-gl": "0.48.0",
"rxjs": "^6.0.0"
},
"dependencies": {
Expand Down
81 changes: 22 additions & 59 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,13 @@
dependencies:
wgs84 "0.0.0"

"@mapbox/jsonlint-lines-primitives@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@mapbox/jsonlint-lines-primitives/-/jsonlint-lines-primitives-2.0.1.tgz#bc4c1593e2ec2371e2771c518068d6eab8eeae58"
"@mapbox/geojson-types@^1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@mapbox/geojson-types/-/geojson-types-1.0.2.tgz#9aecf642cb00eab1080a57c4f949a65b4a5846d6"

"@mapbox/jsonlint-lines-primitives@^2.0.2":
version "2.0.2"
resolved "https://registry.yarnpkg.com/@mapbox/jsonlint-lines-primitives/-/jsonlint-lines-primitives-2.0.2.tgz#ce56e539f83552b58d10d672ea4d6fc9adc7b234"

"@mapbox/mapbox-gl-geocoder@^2.3.0":
version "2.3.0"
Expand Down Expand Up @@ -427,9 +431,9 @@
version "4.14.109"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.109.tgz#b1c4442239730bf35cabaf493c772b18c045886d"

"@types/mapbox-gl@^0.47.0":
version "0.47.0"
resolved "https://registry.yarnpkg.com/@types/mapbox-gl/-/mapbox-gl-0.47.0.tgz#31c89561320a9199abc3ed75fe97f513b96efad8"
"@types/mapbox-gl@^0.48.0":
version "0.48.0"
resolved "https://registry.yarnpkg.com/@types/mapbox-gl/-/mapbox-gl-0.48.0.tgz#f616c7f2f14e04ee145ce853d67fddd758859240"
dependencies:
"@types/geojson" "*"

Expand Down Expand Up @@ -3249,7 +3253,7 @@ geojson-rewind@^0.3.0:
minimist "1.2.0"
sharkdown "^0.1.0"

geojson-vt@^3.1.4:
geojson-vt@^3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/geojson-vt/-/geojson-vt-3.2.0.tgz#039cea549df5f892c48cff8eb66c2e217d61c241"

Expand Down Expand Up @@ -3472,15 +3476,6 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6:
version "4.1.11"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"

gray-matter@^3.0.8:
version "3.1.1"
resolved "https://registry.yarnpkg.com/gray-matter/-/gray-matter-3.1.1.tgz#101f80d9e69eeca6765cdce437705b18f40876ac"
dependencies:
extend-shallow "^2.0.1"
js-yaml "^3.10.0"
kind-of "^5.0.2"
strip-bom-string "^1.0.0"

grid-index@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/grid-index/-/grid-index-1.0.0.tgz#ad2c5d54ce5b35437faff1d70a9aeb3d1d261110"
Expand Down Expand Up @@ -4399,7 +4394,7 @@ js-tokens@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"

[email protected], js-yaml@^3.10.0, js-yaml@^3.12.0, js-yaml@^3.7.0, js-yaml@^3.9.0:
[email protected], js-yaml@^3.12.0, js-yaml@^3.7.0, js-yaml@^3.9.0:
version "3.12.0"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.0.tgz#eaed656ec8344f10f527c6bfa1b6e2244de167d1"
dependencies:
Expand Down Expand Up @@ -4571,7 +4566,7 @@ kind-of@^4.0.0:
dependencies:
is-buffer "^1.1.5"

kind-of@^5.0.0, kind-of@^5.0.2:
kind-of@^5.0.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz#729c91e2d857b7a419a1f9aa65685c4c33f5845d"

Expand Down Expand Up @@ -4915,11 +4910,12 @@ map-visit@^1.0.0:
dependencies:
object-visit "^1.0.0"

mapbox-gl@0.47.0:
version "0.47.0"
resolved "https://registry.yarnpkg.com/mapbox-gl/-/mapbox-gl-0.47.0.tgz#c72f1d3462037f0bb5b8dc25cc8a029513f2b7cd"
mapbox-gl@0.48.0:
version "0.48.0"
resolved "https://registry.yarnpkg.com/mapbox-gl/-/mapbox-gl-0.48.0.tgz#bf240edca9072bdeb94cc28652a543841f93b26e"
dependencies:
"@mapbox/jsonlint-lines-primitives" "^2.0.1"
"@mapbox/geojson-types" "^1.0.2"
"@mapbox/jsonlint-lines-primitives" "^2.0.2"
"@mapbox/mapbox-gl-supported" "^1.4.0"
"@mapbox/point-geometry" "^0.1.0"
"@mapbox/shelf-pack" "^3.1.0"
Expand All @@ -4931,18 +4927,14 @@ [email protected]:
csscolorparser "~1.0.2"
earcut "^2.1.3"
geojson-rewind "^0.3.0"
geojson-vt "^3.1.4"
geojson-vt "^3.2.0"
gl-matrix "^2.6.1"
gray-matter "^3.0.8"
grid-index "^1.0.0"
minimist "0.0.8"
pbf "^3.0.5"
quickselect "^1.0.0"
rw "^1.3.3"
shuffle-seed "^1.1.6"
sort-object "^0.3.2"
supercluster "^4.0.1"
through2 "^2.0.3"
supercluster "^4.1.1"
tinyqueue "^1.1.0"
vt-pbf "^3.0.1"

Expand Down Expand Up @@ -6931,10 +6923,6 @@ scss-tokenizer@^0.2.3:
js-base64 "^2.1.8"
source-map "^0.4.2"

seedrandom@^2.4.2:
version "2.4.3"
resolved "https://registry.yarnpkg.com/seedrandom/-/seedrandom-2.4.3.tgz#2438504dad33917314bff18ac4d794f16d6aaecc"

select-hose@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/select-hose/-/select-hose-2.0.0.tgz#625d8658f865af43ec962bfc376a37359a4994ca"
Expand Down Expand Up @@ -7105,12 +7093,6 @@ shebang-regex@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"

shuffle-seed@^1.1.6:
version "1.1.6"
resolved "https://registry.yarnpkg.com/shuffle-seed/-/shuffle-seed-1.1.6.tgz#533c12683bab3b4fa3e8751fc4e562146744260b"
dependencies:
seedrandom "^2.4.2"

signal-exit@^3.0.0, signal-exit@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
Expand Down Expand Up @@ -7253,21 +7235,6 @@ socks@^1.1.10:
ip "^1.1.4"
smart-buffer "^1.0.13"

sort-asc@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/sort-asc/-/sort-asc-0.1.0.tgz#ab799df61fc73ea0956c79c4b531ed1e9e7727e9"

sort-desc@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/sort-desc/-/sort-desc-0.1.1.tgz#198b8c0cdeb095c463341861e3925d4ee359a9ee"

sort-object@^0.3.2:
version "0.3.2"
resolved "https://registry.yarnpkg.com/sort-object/-/sort-object-0.3.2.tgz#98e0d199ede40e07c61a84403c61d6c3b290f9e2"
dependencies:
sort-asc "^0.1.0"
sort-desc "^0.1.1"

source-list-map@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.0.tgz#aaa47403f7b245a92fbc97ea08f250d6087ed085"
Expand Down Expand Up @@ -7592,10 +7559,6 @@ strip-ansi@^4.0.0:
dependencies:
ansi-regex "^3.0.0"

strip-bom-string@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/strip-bom-string/-/strip-bom-string-1.0.0.tgz#e5211e9224369fbb81d633a2f00044dc8cedad92"

strip-bom@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e"
Expand Down Expand Up @@ -7657,7 +7620,7 @@ suggestions@^1.3.2:
fuzzy "^0.1.1"
xtend "^4.0.0"

supercluster@^4.0.1:
supercluster@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/supercluster/-/supercluster-4.1.1.tgz#cf13c3b28a3fb3db5290bfad7f524e244bd4ce78"
dependencies:
Expand Down Expand Up @@ -7721,7 +7684,7 @@ text-table@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"

through2@^2.0.0, through2@^2.0.2, through2@^2.0.3, through2@~2.0.3:
through2@^2.0.0, through2@^2.0.2, through2@~2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.3.tgz#0004569b37c7c74ba39c43f3ced78d1ad94140be"
dependencies:
Expand Down

0 comments on commit 063f67c

Please sign in to comment.