Skip to content

Commit

Permalink
update a bunch of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
breunigs committed Dec 24, 2018
1 parent cfe0334 commit 3b5385a
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 32 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -17,9 +17,9 @@
"babel-loader": "^8.0.0-beta",
"css-loader": "^0.28.11",
"html-webpack-plugin": "^3.2.0",
"mapbox-gl": "0.51.0",
"mapbox-gl-geocoder": "^2.0.1",
"mapillary-js": "2.14",
"mapbox-gl": "0.52.0",
"@mapbox/mapbox-gl-geocoder": "^2.3.0",
"mapillary-js": "2.14.1",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.7.2",
"optimize-css-assets-webpack-plugin": "^4",
Expand Down
4 changes: 2 additions & 2 deletions src/geocoder.js
@@ -1,6 +1,6 @@
const fKey = 'F'.charCodeAt(0);
const rathausmarktCoord = {longitude: 9.993148, latitude: 53.550974};
const styleURL = 'https://unpkg.com/mapbox-gl-geocoder@2.0.1/dist/mapbox-gl-geocoder.css';
const styleURL = 'https://unpkg.com/@mapbox/mapbox-gl-geocoder@2.3.0/dist/mapbox-gl-geocoder.css';

class Geocoder {
constructor(map, accessToken, hamburgBounds) {
Expand Down Expand Up @@ -38,7 +38,7 @@ class Geocoder {
link.rel = 'stylesheet';
document.getElementsByTagName('head')[0].appendChild(link);

import(/* webpackChunkName: "mapbox-gl-geocoder" */ 'mapbox-gl-geocoder')
import(/* webpackChunkName: "mapbox-gl-geocoder" */ '@mapbox/mapbox-gl-geocoder')
.then((mod) => {
this._map.addControl(new mod.default({
accessToken: this._accessToken,
Expand Down
59 changes: 32 additions & 27 deletions yarn.lock
Expand Up @@ -554,6 +554,15 @@
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"
resolved "https://registry.yarnpkg.com/@mapbox/mapbox-gl-geocoder/-/mapbox-gl-geocoder-2.3.0.tgz#d61a1c76acd81a6d4003f96da4741c3f41783d14"
dependencies:
lodash.debounce "^4.0.6"
mapbox "1.0.0-beta9"
suggestions "^1.3.2"
xtend "^4.0.1"

"@mapbox/mapbox-gl-supported@^1.4.0":
version "1.4.0"
resolved "https://registry.yarnpkg.com/@mapbox/mapbox-gl-supported/-/mapbox-gl-supported-1.4.0.tgz#36946b22944fe2cfa43cfafd5ef36fdb54a069e4"
Expand Down Expand Up @@ -2780,6 +2789,10 @@ es6-iterator@~2.0.3:
es5-ext "^0.10.35"
es6-symbol "^3.1.1"

es6-promise@^4.0.5:
version "4.2.5"
resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.5.tgz#da6d0d5692efb461e082c14817fe2427d8f5d054"

es6-symbol@^3.1.1, es6-symbol@~3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/es6-symbol/-/es6-symbol-3.1.1.tgz#bf00ef4fdab6ba1b46ecb7b629b4c7ed5715cc77"
Expand Down Expand Up @@ -4125,9 +4138,9 @@ jsprim@^1.2.2:
json-schema "0.2.3"
verror "1.10.0"

kdbush@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/kdbush/-/kdbush-2.0.1.tgz#90c6128e3001ac68c550d7c9e2f222c0269666f1"
kdbush@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/kdbush/-/kdbush-3.0.0.tgz#f8484794d47004cc2d85ed3a79353dbe0abc2bf0"

killable@^1.0.0:
version "1.0.0"
Expand Down Expand Up @@ -4317,18 +4330,9 @@ map-visit@^1.0.0:
dependencies:
object-visit "^1.0.0"

mapbox-gl-geocoder@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/mapbox-gl-geocoder/-/mapbox-gl-geocoder-2.0.1.tgz#4776f9c5fd770e756006a5ac1849e529a8d1de94"
dependencies:
lodash.debounce "^4.0.6"
mapbox "1.0.0-beta5"
suggestions "^1.3.1"
xtend "^4.0.1"

mapbox-gl@0.51.0:
version "0.51.0"
resolved "https://registry.yarnpkg.com/mapbox-gl/-/mapbox-gl-0.51.0.tgz#2d521574408951ac848a436ceabca69a795a4897"
mapbox-gl@0.52.0:
version "0.52.0"
resolved "https://registry.yarnpkg.com/mapbox-gl/-/mapbox-gl-0.52.0.tgz#a43b61caa339ae28e43c87ecfbe9ce4032795859"
dependencies:
"@mapbox/geojson-types" "^1.0.2"
"@mapbox/jsonlint-lines-primitives" "^2.0.2"
Expand All @@ -4351,19 +4355,20 @@ mapbox-gl@0.51.0:
potpack "^1.0.1"
quickselect "^1.0.0"
rw "^1.3.3"
supercluster "^4.1.1"
supercluster "^5.0.0"
tinyqueue "^1.1.0"
vt-pbf "^3.0.1"

mapbox@1.0.0-beta5:
version "1.0.0-beta5"
resolved "https://registry.yarnpkg.com/mapbox/-/mapbox-1.0.0-beta5.tgz#6342f98df74464fdca007bf19e58ec24133f0d66"
mapbox@1.0.0-beta9:
version "1.0.0-beta9"
resolved "https://registry.yarnpkg.com/mapbox/-/mapbox-1.0.0-beta9.tgz#580bbacd9990bbe10f2f729ff4031a3b898d27a4"
dependencies:
es6-promise "^4.0.5"
rest "^2.0.0"

mapillary-js@2.14:
version "2.14.0"
resolved "https://registry.yarnpkg.com/mapillary-js/-/mapillary-js-2.14.0.tgz#0a39ca8f70a5082acbefefbe619fc0660d1846fc"
mapillary-js@2.14.1:
version "2.14.1"
resolved "https://registry.yarnpkg.com/mapillary-js/-/mapillary-js-2.14.1.tgz#1ebaa44cd2f34f28dc12d7794fb27c87765d781a"
dependencies:
earcut "^2.1.3"
falcor "^0.1.17"
Expand Down Expand Up @@ -6605,18 +6610,18 @@ style-loader@^0.21.0:
loader-utils "^1.1.0"
schema-utils "^0.4.5"

suggestions@^1.3.1:
suggestions@^1.3.2:
version "1.3.3"
resolved "https://registry.yarnpkg.com/suggestions/-/suggestions-1.3.3.tgz#932200537d453e24d170730cb85e553d8648d09c"
dependencies:
fuzzy "^0.1.1"
xtend "^4.0.0"

supercluster@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/supercluster/-/supercluster-4.1.1.tgz#cf13c3b28a3fb3db5290bfad7f524e244bd4ce78"
supercluster@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/supercluster/-/supercluster-5.0.0.tgz#2a5a9b1ffbd0d6180dea10039d78b5d95fdb8f27"
dependencies:
kdbush "^2.0.1"
kdbush "^3.0.0"

supports-color@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit 3b5385a

Please sign in to comment.