|
2455 | 2455 | lodash.isequal "^4.5.0"
|
2456 | 2456 | qs "^6.9.1"
|
2457 | 2457 |
|
| 2458 | +"@opentripplanner/core-utils@^7.0.3": |
| 2459 | + version "7.0.4" |
| 2460 | + resolved "https://registry.yarnpkg.com/@opentripplanner/core-utils/-/core-utils-7.0.4.tgz#8fdbd547d4ca02ccef22c4e69a77941f84af7dc5" |
| 2461 | + integrity sha512-RQU27pKmUDCnBdSkuTmOXB00c0iscp8en4ECZwgUCfo5FDLPkfV+i/UT25WokV6ES14zqTu2aa7y6NSKhJjBjA== |
| 2462 | + dependencies: |
| 2463 | + "@mapbox/polyline" "^1.1.0" |
| 2464 | + "@opentripplanner/geocoder" "^1.3.2" |
| 2465 | + "@styled-icons/foundation" "^10.34.0" |
| 2466 | + "@turf/along" "^6.0.1" |
| 2467 | + bowser "^2.7.0" |
| 2468 | + date-fns "^2.28.0" |
| 2469 | + date-fns-tz "^1.2.2" |
| 2470 | + lodash.clonedeep "^4.5.0" |
| 2471 | + lodash.isequal "^4.5.0" |
| 2472 | + qs "^6.9.1" |
| 2473 | + |
2458 | 2474 | "@opentripplanner/ [email protected]":
|
2459 | 2475 | version "2.0.1"
|
2460 | 2476 | resolved "https://registry.yarnpkg.com/@opentripplanner/endpoints-overlay/-/endpoints-overlay-2.0.1.tgz#f3e45b344a38b4960ecd58c0772f56ee09d16ae6"
|
|
2492 | 2508 | isomorphic-mapzen-search "^1.6.1"
|
2493 | 2509 | lodash.memoize "^4.1.2"
|
2494 | 2510 |
|
| 2511 | +"@opentripplanner/geocoder@^1.3.2": |
| 2512 | + version "1.3.2" |
| 2513 | + resolved "https://registry.yarnpkg.com/@opentripplanner/geocoder/-/geocoder-1.3.2.tgz#cd67132cb00d6089457d33eb1d4526ef47c0914a" |
| 2514 | + integrity sha512-gTkJlAy0lURZxjG/+bm1qx+M2oLdjSuQEOjLaWhHsA/K7kQWRGhIFhe2vKJF1qZJE+sVe2WCHJDmGKO3I/Nvsw== |
| 2515 | + dependencies: |
| 2516 | + "@conveyal/geocoder-arcgis-geojson" "^0.0.3" |
| 2517 | + "@conveyal/lonlat" "^1.4.1" |
| 2518 | + isomorphic-mapzen-search "^1.6.1" |
| 2519 | + lodash.memoize "^4.1.2" |
| 2520 | + |
2495 | 2521 | "@opentripplanner/humanize-distance@^1.2.0":
|
2496 | 2522 | version "1.2.0"
|
2497 | 2523 | resolved "https://registry.yarnpkg.com/@opentripplanner/humanize-distance/-/humanize-distance-1.2.0.tgz#71cf5d5d1b756adef15300edbba0995ccd4b35ee"
|
|
2643 | 2669 | "@turf/bbox" "^6.5.0"
|
2644 | 2670 | lodash.isequal "^4.5.0"
|
2645 | 2671 |
|
2646 |
| -"@opentripplanner/trip-details@^2.2.1": |
2647 |
| - version "2.2.1" |
2648 |
| - resolved "https://registry.yarnpkg.com/@opentripplanner/trip-details/-/trip-details-2.2.1.tgz#95e50fc5b19e2077e0244e2e19f782f21bf06561" |
2649 |
| - integrity sha512-QK8WbEEeu4+hZ72lz22D+AsnbNFsYXGhsrykrCxBclC2jTwLB/hDAbuAJr6s7gv+Pug7zgvPVzZDHu19ipQCOg== |
| 2672 | +"@opentripplanner/trip-details@^2.2.3": |
| 2673 | + version "2.2.3" |
| 2674 | + resolved "https://registry.yarnpkg.com/@opentripplanner/trip-details/-/trip-details-2.2.3.tgz#9af2e8466c8d7ee59749e81353ed1caa22284c24" |
| 2675 | + integrity sha512-Ky0SYND1Z2GofxHYCavgxLNQcbslc4S81f7chTdvpww/TPt4TTr2j0WGcBVnoW3uNo2QCSSCXk7J65kPoDLQsQ== |
2650 | 2676 | dependencies:
|
2651 |
| - "@opentripplanner/core-utils" "^7.0.1" |
| 2677 | + "@opentripplanner/core-utils" "^7.0.3" |
2652 | 2678 | "@styled-icons/fa-solid" "^10.34.0"
|
2653 |
| - date-fns "^2.29.1" |
2654 | 2679 | flat "^5.0.2"
|
2655 | 2680 | react-animate-height "^3.0.4"
|
2656 | 2681 |
|
@@ -6803,11 +6828,6 @@ date-fns@^2.23.0, date-fns@^2.28.0:
|
6803 | 6828 | resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.29.3.tgz#27402d2fc67eb442b511b70bbdf98e6411cd68a8"
|
6804 | 6829 | integrity sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA==
|
6805 | 6830 |
|
6806 |
| -date-fns@^2.29.1: |
6807 |
| - version "2.29.2" |
6808 |
| - resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.29.2.tgz#0d4b3d0f3dff0f920820a070920f0d9662c51931" |
6809 |
| - integrity sha512-0VNbwmWJDS/G3ySwFSJA3ayhbURMTJLtwM2DTxf9CWondCnh6DTNlO9JgRSq6ibf4eD0lfMJNBxUdEAHHix+bA== |
6810 |
| - |
6811 | 6831 | dateformat@^3.0.0:
|
6812 | 6832 | version "3.0.3"
|
6813 | 6833 | resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae"
|
|
0 commit comments