Skip to content

Commit

Permalink
fix(yarn.lock): Get correct version of OTP-UI packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
binh-dam-ibigroup committed Mar 19, 2020
1 parent fb6dcce commit dca509b
Showing 1 changed file with 31 additions and 14 deletions.
45 changes: 31 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1324,10 +1324,10 @@
universal-user-agent "^3.0.0"
url-template "^2.0.8"

"@opentripplanner/core-utils@^0.0.14":
version "0.0.14"
resolved "https://registry.yarnpkg.com/@opentripplanner/core-utils/-/core-utils-0.0.14.tgz#9e58e78227759ab5c13e1dad22467c474bd102b7"
integrity sha512-JMtOermSYrpPN649DEexd/EKdMPisBrooHiUAeCSdapXgxN7y1h+fUZj+OglLgUoo48wPRv7ru/n5doqVrGSaQ==
"@opentripplanner/core-utils@^0.0.18":
version "0.0.18"
resolved "https://registry.yarnpkg.com/@opentripplanner/core-utils/-/core-utils-0.0.18.tgz#5109a60e262802dca3b1e7a34091c9a394f5b290"
integrity sha512-6ej3MVTd/Kz4OYnIDJBm8fT4OHkchWq+sU9G+Z6fHJhGE5nh/ljCcps/8Vew1HXK6nhaeDMm099nkA/8YKRnug==
dependencies:
"@mapbox/polyline" "^1.1.0"
"@turf/along" "^6.0.1"
Expand All @@ -1338,22 +1338,39 @@
prop-types "^15.7.2"
qs "^6.9.1"

"@opentripplanner/from-to-location-picker@^0.0.14":
version "0.0.14"
resolved "https://registry.yarnpkg.com/@opentripplanner/from-to-location-picker/-/from-to-location-picker-0.0.14.tgz#efe2a3452d58d769bc0d5904753df8516279f6c7"
integrity sha512-w2jf+wErtH34CdxQkAyHf446JeCsVxOYej6JRK15jc3+LCWi4bct2A0tf1wp9uNdMvAnL06AZL6hwsED6WqrVA==
"@opentripplanner/from-to-location-picker@^0.0.18":
version "0.0.18"
resolved "https://registry.yarnpkg.com/@opentripplanner/from-to-location-picker/-/from-to-location-picker-0.0.18.tgz#21d1164d09724becea640a95f97aadb479df8f24"
integrity sha512-y5GJxvf1La2Wk9ldEtKO5zzVnECi89HkrWdT5Tb2ZYuJrUVnPZZ28CmLEtQGSh+Qtj/kxVBMII/UOkoja3SkuQ==
dependencies:
"@opentripplanner/core-utils" "^0.0.14"
"@opentripplanner/location-icon" "^0.0.13"
"@opentripplanner/core-utils" "^0.0.18"
"@opentripplanner/location-icon" "^0.0.18"
prop-types "^15.7.2"

"@opentripplanner/location-icon@^0.0.13":
version "0.0.13"
resolved "https://registry.yarnpkg.com/@opentripplanner/location-icon/-/location-icon-0.0.13.tgz#18e53e2dcd916814675340c9a69d2bc7797bb177"
integrity sha512-KeGm9xQLA2qdQHuPod706OUuoUk25cDjJrFA+waWaN9qQqcqSxOBavcLg5FH9yRQR8uuSTgi1yooIlccOUYnxQ==
"@opentripplanner/icons@^0.0.18":
version "0.0.18"
resolved "https://registry.yarnpkg.com/@opentripplanner/icons/-/icons-0.0.18.tgz#4486286988801d374a31975aec80ac326ff17061"
integrity sha512-g0+8r9VL/6TPXlFak4mg8xOzAGzID5SGMurLayXvCuroFIbqwUD3/BOhGUD6+z25MvOv3Tov7V9wtN9l822eTg==
dependencies:
"@opentripplanner/core-utils" "^0.0.18"
prop-types "^15.7.2"

"@opentripplanner/location-icon@^0.0.18":
version "0.0.18"
resolved "https://registry.yarnpkg.com/@opentripplanner/location-icon/-/location-icon-0.0.18.tgz#8f207e1d7032ae04081cffa981ee3117c3647478"
integrity sha512-4Pv0RZZeHvDpc50XMOMUOS4E7dlYBNne/OvnOxHcbEmHSOUHGKNSiIq2EPO7Eyrae+SsKKhksv++okIiw6KOmw==
dependencies:
styled-icons "^9.1.0"

"@opentripplanner/trip-form@^0.0.18":
version "0.0.18"
resolved "https://registry.yarnpkg.com/@opentripplanner/trip-form/-/trip-form-0.0.18.tgz#8322e2b3c554c2b020d46bbc61d3cd83be5cd60b"
integrity sha512-Yzhbwit1kWMq8FMRTUomX/OXPpmcnvUvEHNl/oA9w2gBEVpY72AcGYnJ9GPcaRGb2+hw9F+j/8PWsB/8ETA8/Q==
dependencies:
"@opentripplanner/core-utils" "^0.0.18"
"@opentripplanner/icons" "^0.0.18"
moment "^2.17.1"

"@semantic-release/commit-analyzer@^6.1.0":
version "6.2.0"
resolved "https://registry.yarnpkg.com/@semantic-release/commit-analyzer/-/commit-analyzer-6.2.0.tgz#5cd25ce67ba9ba5b46e47457505e63629e186695"
Expand Down

0 comments on commit dca509b

Please sign in to comment.