Skip to content

Commit

Permalink
fix(location-field): use updated geocoder version (ADD PHOTON)
Browse files Browse the repository at this point in the history
  • Loading branch information
miles-grant-ibigroup committed Nov 28, 2022
1 parent b0d2382 commit f66de76
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/location-field/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2832,6 +2832,17 @@
resolved "https://registry.yarnpkg.com/@open-draft/until/-/until-1.0.3.tgz#db9cc719191a62e7d9200f6e7bab21c5b848adca"
integrity sha512-Aq58f5HiWdyDlFffbbSjAlv596h/cOnt2DO1w3DOC7OJ5EHs0hd/nycJfiu9RJbT6Yk6F1knnRRXNSpxoIVZ9Q==

"@opentripplanner/[email protected]":
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"
Expand Down

0 comments on commit f66de76

Please sign in to comment.