From 158091ae3ee6420b8d4a952b6fb6509b3d50d482 Mon Sep 17 00:00:00 2001 From: Emma Sauerborn Date: Tue, 20 Aug 2024 10:43:37 -0700 Subject: [PATCH] fix: temporarily pin @maplibre/maplibre-gl-geocoder package to previous version --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9c45901..b538f5b 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ }, "dependencies": { "@mapbox/mapbox-gl-draw": "^1.3.0", - "@maplibre/maplibre-gl-geocoder": "^1.5.0", + "@maplibre/maplibre-gl-geocoder": "1.5.0", "@turf/along": "^6.5.0", "@turf/circle": "^6.5.0", "@turf/distance": "^6.5.0", diff --git a/yarn.lock b/yarn.lock index d03a44f..17d24a0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2426,7 +2426,7 @@ resolved "https://registry.npmjs.org/@mapbox/whoots-js/-/whoots-js-3.1.0.tgz" integrity sha512-Es6WcD0nO5l+2BOQS4uLfNPYQaNDfbot3X1XUoloz+x0mPDS3eeORZJl06HXjwBG1fOGwCRnzK88LMdxKRrd6Q== -"@maplibre/maplibre-gl-geocoder@^1.5.0": +"@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==