diff --git a/packages/location-field/package.json b/packages/location-field/package.json index 1d5f00ae9..b216ed488 100644 --- a/packages/location-field/package.json +++ b/packages/location-field/package.json @@ -11,7 +11,7 @@ "dependencies": { "@conveyal/geocoder-arcgis-geojson": "^0.0.3", "@opentripplanner/core-utils": "^7.0.5", - "@opentripplanner/geocoder": "^1.3.2", + "@opentripplanner/geocoder": "1.3.3-alpha.1", "@opentripplanner/humanize-distance": "^1.2.0", "@opentripplanner/location-icon": "^1.4.0", "@styled-icons/fa-solid": "^10.34.0", diff --git a/yarn.lock b/yarn.lock index 5751f2c6f..3ae24a7c8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2832,6 +2832,17 @@ resolved "https://registry.yarnpkg.com/@open-draft/until/-/until-1.0.3.tgz#db9cc719191a62e7d9200f6e7bab21c5b848adca" integrity sha512-Aq58f5HiWdyDlFffbbSjAlv596h/cOnt2DO1w3DOC7OJ5EHs0hd/nycJfiu9RJbT6Yk6F1knnRRXNSpxoIVZ9Q== +"@opentripplanner/geocoder@1.3.3-alpha.1": + version "1.3.3-alpha.1" + resolved "https://registry.yarnpkg.com/@opentripplanner/geocoder/-/geocoder-1.3.3-alpha.1.tgz#4356a4ceb2260f34be6ed3c31029d3ab7b679ac1" + integrity sha512-xkr+TaqfTe/93T0p5RHFX3wHG/zDuWkqn5GA35evuKPV2D+/eyS+TF4GEaaWWZGZitqYHACAOLQPPr9LLsVw2w== + dependencies: + "@conveyal/geocoder-arcgis-geojson" "^0.0.3" + "@conveyal/lonlat" "^1.4.1" + geojson "^0.5.0" + isomorphic-mapzen-search "^1.6.1" + lodash.memoize "^4.1.2" + "@pmmmwh/react-refresh-webpack-plugin@^0.5.1": version "0.5.4" resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.4.tgz#df0d0d855fc527db48aac93c218a0bf4ada41f99"