Skip to content

Commit

Permalink
chore: use newer version of maplibre-gl-geocoder
Browse files Browse the repository at this point in the history
  • Loading branch information
sreeramsama committed Sep 28, 2022
1 parent d818a42 commit 82578d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -97,7 +97,7 @@
},
"dependencies": {
"@mapbox/mapbox-gl-draw": "^1.3.0",
"@maplibre/maplibre-gl-geocoder": "^1.4.2",
"@maplibre/maplibre-gl-geocoder": "^1.5.0",
"@turf/along": "^6.5.0",
"@turf/circle": "^6.5.0",
"@turf/distance": "^6.5.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -2659,10 +2659,10 @@
resolved "https://registry.npmjs.org/@mapbox/whoots-js/-/whoots-js-3.1.0.tgz"
integrity sha512-Es6WcD0nO5l+2BOQS4uLfNPYQaNDfbot3X1XUoloz+x0mPDS3eeORZJl06HXjwBG1fOGwCRnzK88LMdxKRrd6Q==

"@maplibre/maplibre-gl-geocoder@^1.4.2":
version "1.4.2"
resolved "https://registry.yarnpkg.com/@maplibre/maplibre-gl-geocoder/-/maplibre-gl-geocoder-1.4.2.tgz#dd7df1df7941ecbf8a18b2f9c8d9db0ad2f2fb96"
integrity sha512-D79XspGf5gGgQ7aWS5u++kNx7Nj/PYJOOVW21DZfbO/z/bsc2/4MnZhb7hVdvzTGdktBev3avgDp/AaUoUGwLg==
"@maplibre/maplibre-gl-geocoder@^1.5.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@maplibre/maplibre-gl-geocoder/-/maplibre-gl-geocoder-1.5.0.tgz#6b413525b361b4759df0fd17429e12b78f03b3a4"
integrity sha512-PsAbV7WFIOu5QYZne95FiXoV7AV1/6ULMjQxgInhZ5DdB0hDLjciQPegnyDgkzI8JfeqoUMZVS/MglZnSZYhyQ==
dependencies:
lodash.debounce "^4.0.6"
subtag "^0.5.0"
Expand Down

0 comments on commit 82578d3

Please sign in to comment.