Skip to content

Commit

Permalink
update otp-ui packages
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-willis-arcadis committed Jul 15, 2024
1 parent ca4926b commit c4c973b
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 34 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,27 +42,27 @@
"@bugsnag/js": "^7.17.0",
"@bugsnag/plugin-react": "^7.17.0",
"@floating-ui/react": "^0.19.2",
"@opentripplanner/base-map": "^3.1.0",
"@opentripplanner/building-blocks": "^1.0.3",
"@opentripplanner/core-utils": "^11.4.1",
"@opentripplanner/base-map": "^3.2.0",
"@opentripplanner/building-blocks": "^1.1.0",
"@opentripplanner/core-utils": "^11.4.2",
"@opentripplanner/endpoints-overlay": "^2.1.1",
"@opentripplanner/from-to-location-picker": "^2.1.13",
"@opentripplanner/geocoder": "^3.0.1",
"@opentripplanner/humanize-distance": "^1.2.0",
"@opentripplanner/icons": "^2.0.10",
"@opentripplanner/itinerary-body": "^5.3.2",
"@opentripplanner/icons": "^2.0.11",
"@opentripplanner/itinerary-body": "^5.3.3",
"@opentripplanner/location-field": "^2.0.20",
"@opentripplanner/location-icon": "^1.4.1",
"@opentripplanner/map-popup": "^3.1.0",
"@opentripplanner/map-popup": "^3.1.1",
"@opentripplanner/otp2-tile-overlay": "^1.0.12",
"@opentripplanner/park-and-ride-overlay": "^2.0.8",
"@opentripplanner/printable-itinerary": "^2.0.21",
"@opentripplanner/route-viewer-overlay": "^2.0.15",
"@opentripplanner/stop-viewer-overlay": "^2.0.8",
"@opentripplanner/stops-overlay": "^5.2.2",
"@opentripplanner/stops-overlay": "^5.3.0",
"@opentripplanner/transit-vehicle-overlay": "^4.0.11",
"@opentripplanner/transitive-overlay": "^3.0.18",
"@opentripplanner/trip-details": "^5.0.12",
"@opentripplanner/trip-details": "^5.0.13",
"@opentripplanner/trip-form": "^3.6.2",
"@opentripplanner/trip-viewer-overlay": "^2.0.8",
"@opentripplanner/vehicle-rental-overlay": "^2.1.7",
Expand Down Expand Up @@ -140,7 +140,7 @@
"@graphql-tools/schema": "^10.0.0",
"@jackwilsdon/craco-use-babelrc": "^1.0.0",
"@opentripplanner/scripts": "^1.2.0",
"@opentripplanner/types": "^6.5.0",
"@opentripplanner/types": "^6.5.1",
"@percy/cli": "^1.20.3",
"@percy/puppeteer": "^2.0.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
Expand Down
77 changes: 52 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2392,12 +2392,22 @@
maplibre-gl "^2.1.9"
react-map-gl "^7.0.15"

"@opentripplanner/building-blocks@^1.0.3":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@opentripplanner/building-blocks/-/building-blocks-1.0.3.tgz#74de32daba0d7fae7d10d5738db6d2f2824da3dd"
integrity sha512-065pZZTzR+qisgbvJd9swhitMMin1/ooMwuzqqRknsKYK+wOGge3Y3sbgQZATyjR/oH43uF0P2ZhGcbgqgM+YQ==
"@opentripplanner/base-map@^3.2.0":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@opentripplanner/base-map/-/base-map-3.2.0.tgz#db4410319d9614077ec925d739165a998c4a2485"
integrity sha512-d/yTKEnXqrw9pXhSvCERT+wLFa077Xr4wEFu4pYB+WYoZFflNxuTuAXXjm268HS/d0kjNndkjSMkxaKk6AjsvA==
dependencies:
"@opentripplanner/map-popup" "^3.1.0"
mapbox-gl "npm:[email protected]"
maplibre-gl "^2.1.9"
react-map-gl "^7.0.15"

"@opentripplanner/building-blocks@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@opentripplanner/building-blocks/-/building-blocks-1.1.0.tgz#ef9fe862ce0a3e92c9a6c2c2db749a9a02deebd5"
integrity sha512-nx7pU1zIZzJcSkCFYyZ7gt+jd0gXj7bjx8rXn1msgF5uLWmtN/70dsmYNEApeA7haC076KOO3B/Jh44YfXG95g==

"@opentripplanner/core-utils@^11.2.3", "@opentripplanner/core-utils@^11.3.1", "@opentripplanner/core-utils@^11.4.1":
"@opentripplanner/core-utils@^11.2.3", "@opentripplanner/core-utils@^11.3.1":
version "11.4.1"
resolved "https://registry.yarnpkg.com/@opentripplanner/core-utils/-/core-utils-11.4.1.tgz#9ccfed82f9a05078bd8e815dd4025af164e37acb"
integrity sha512-5FZT0ESVctyoO3V0W80QMZuzAc8hEYZxLAyrEARYXNeAHnBNxngGGMj7QMLK4JZgJDESnNietSRnBJd2MBWhOw==
Expand All @@ -2415,7 +2425,7 @@
lodash.isequal "^4.5.0"
qs "^6.9.1"

"@opentripplanner/core-utils@^11.4.0":
"@opentripplanner/core-utils@^11.4.0", "@opentripplanner/core-utils@^11.4.2":
version "11.4.2"
resolved "https://registry.yarnpkg.com/@opentripplanner/core-utils/-/core-utils-11.4.2.tgz#cc6034fb80ccda44e50f7f0a1e80a7bad8387f84"
integrity sha512-EVYVN73Cgf9IC+uya49843MFJnVkmv0nHAjsQwmPGSx/w5fY49X4fSpDprL7Bn+MTzk58U2udDsn6OzKmV0JdA==
Expand Down Expand Up @@ -2496,6 +2506,14 @@
"@opentripplanner/core-utils" "^11.2.3"
prop-types "^15.7.2"

"@opentripplanner/icons@^2.0.11":
version "2.0.11"
resolved "https://registry.yarnpkg.com/@opentripplanner/icons/-/icons-2.0.11.tgz#08ac56bee164c988748fb2b94a60e9e932dfbb3f"
integrity sha512-VOdp/SGn/bnVIQCdqGrLwqI0EFexw7eIuHIP1yNYGgDZETO2d6f/FUr6suw69Y59/4l6CoZvGZD5jCPi2vz/bA==
dependencies:
"@opentripplanner/core-utils" "^11.4.0"
prop-types "^15.7.2"

"@opentripplanner/itinerary-body@^5.2.6", "@opentripplanner/itinerary-body@^5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@opentripplanner/itinerary-body/-/itinerary-body-5.3.0.tgz#1a611dc6c49438666e58c34d0f1f88ab6ff48f2d"
Expand All @@ -2514,10 +2532,10 @@
react-resize-detector "^4.2.1"
string-similarity "^4.0.4"

"@opentripplanner/itinerary-body@^5.3.2":
version "5.3.2"
resolved "https://registry.yarnpkg.com/@opentripplanner/itinerary-body/-/itinerary-body-5.3.2.tgz#282c5963de16b165084d46f6e55d5afc3d563c87"
integrity sha512-1uatzGTnmlY5YoJFH+u4pznb/6MKUqai1/Rb91Kh4GfNwl8eMPQ3RmwGRWejOJEGtXMIlq7LJ5O8I6Swwc+1RQ==
"@opentripplanner/itinerary-body@^5.3.3":
version "5.3.3"
resolved "https://registry.yarnpkg.com/@opentripplanner/itinerary-body/-/itinerary-body-5.3.3.tgz#5202060ccd1a38fd6ed823331a00233a15305957"
integrity sha512-3G0szbSObrQh3uliQI6Hx62iCqqpxvrxGo7X69r28S7s8fexoI1B/3B4lRC0D14BUUPaOisE5Rc2N10SjI6MtQ==
dependencies:
"@opentripplanner/core-utils" "^11.4.0"
"@opentripplanner/humanize-distance" "^1.2.0"
Expand Down Expand Up @@ -2563,6 +2581,15 @@
"@opentripplanner/from-to-location-picker" "^2.1.12"
flat "^5.0.2"

"@opentripplanner/map-popup@^3.1.1":
version "3.1.1"
resolved "https://registry.yarnpkg.com/@opentripplanner/map-popup/-/map-popup-3.1.1.tgz#54f081162d328cc4bb0e89562f9ea200e29e01a1"
integrity sha512-yWBIPuYGw7biaRNIpglQm5+opZ+D5QQgXHLhKnYaCR0eNijjl9cx34lGXdyKPXt26S6MiyJZXL81uc6w6CnQ3A==
dependencies:
"@opentripplanner/core-utils" "^11.4.0"
"@opentripplanner/from-to-location-picker" "^2.1.12"
flat "^5.0.2"

"@opentripplanner/otp2-tile-overlay@^1.0.12":
version "1.0.12"
resolved "https://registry.yarnpkg.com/@opentripplanner/otp2-tile-overlay/-/otp2-tile-overlay-1.0.12.tgz#1fc6ea68f47c44ff39fd04c13d946a68ed62d279"
Expand Down Expand Up @@ -2615,14 +2642,14 @@
"@opentripplanner/base-map" "^3.0.16"
"@opentripplanner/core-utils" "^11.2.3"

"@opentripplanner/stops-overlay@^5.2.2":
version "5.2.2"
resolved "https://registry.yarnpkg.com/@opentripplanner/stops-overlay/-/stops-overlay-5.2.2.tgz#163dbc162c134113b5048905aa5cd2aabc47b807"
integrity sha512-1jYtHBvITWtE8pl4wXlfJ8X4SsoS3FWDPMVuUo05Rcefn8aGqr/AasaKa/wqsrvL1/vC9i+0ESSiu/BwSP8V2g==
"@opentripplanner/stops-overlay@^5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@opentripplanner/stops-overlay/-/stops-overlay-5.3.0.tgz#1f35927a769a5fac80e40cfdaf85a7275b90cec5"
integrity sha512-bQBH5vf/F8n7yL6zhWpiU1XyJOkarcZVLovKYGseJpLs+qnPUd+3MMK9W0cQAMn7iuxAjcDHmSNmeK99kwb3jw==
dependencies:
"@opentripplanner/base-map" "^3.0.16"
"@opentripplanner/from-to-location-picker" "^2.1.11"
"@opentripplanner/map-popup" "^3.0.2"
"@opentripplanner/base-map" "^3.1.0"
"@opentripplanner/from-to-location-picker" "^2.1.12"
"@opentripplanner/map-popup" "^3.1.0"
flat "^5.0.2"

"@opentripplanner/transit-vehicle-overlay@^4.0.11":
Expand Down Expand Up @@ -2652,10 +2679,10 @@
"@turf/midpoint" "^6.5.0"
lodash.isequal "^4.5.0"

"@opentripplanner/trip-details@^5.0.12":
version "5.0.12"
resolved "https://registry.yarnpkg.com/@opentripplanner/trip-details/-/trip-details-5.0.12.tgz#138d009722569d1cb3b97b552a4cf0a855a828ba"
integrity sha512-o+1JNwUYNCb33eQDQLL1aCKf9j88T6yZtDnlrJIysxiYGMsqFtug8+LdYkBJ4SyeO/FqiHk8Q+VLOxTqZgcYUQ==
"@opentripplanner/trip-details@^5.0.13":
version "5.0.13"
resolved "https://registry.yarnpkg.com/@opentripplanner/trip-details/-/trip-details-5.0.13.tgz#96b0171d78235246346139a85cff6a6f64a11e45"
integrity sha512-kjXCUrCzX9cJ1DoMS6OSkfZTFtzEfy4Kt4OjWAsUGbgguPumuvAJLu7LhH7KuAC6cOxxSldKqrCsUGAc7sogsQ==
dependencies:
"@opentripplanner/core-utils" "^11.4.0"
"@styled-icons/fa-solid" "^10.34.0"
Expand Down Expand Up @@ -2687,10 +2714,10 @@
"@opentripplanner/base-map" "^3.0.16"
"@opentripplanner/core-utils" "^11.2.3"

"@opentripplanner/types@^6.5.0":
version "6.5.0"
resolved "https://registry.yarnpkg.com/@opentripplanner/types/-/types-6.5.0.tgz#d8cca355bf30f0984283faa793113ad6c0dba38d"
integrity sha512-FllEyE+1WQ2GOSKXQOuzrk+OPcJEqr4+zacsHQLB9WVyfm5D/BPHR1/OjfuVngrwLTK5bKP8VlDRS1ba/R8rtg==
"@opentripplanner/types@^6.5.1":
version "6.5.1"
resolved "https://registry.yarnpkg.com/@opentripplanner/types/-/types-6.5.1.tgz#c19c73e051e516e187e79202de276f6ed3bbc59e"
integrity sha512-5S4otkjzlNLqcbDeMXy3Xi6tcPQgQRoyQZX+uvEdPOTzIERr7wJoltyQCBwi49GX99F+jqyRbd08TJ6SnLapbA==

"@opentripplanner/vehicle-rental-overlay@^2.1.7":
version "2.1.7"
Expand Down

0 comments on commit c4c973b

Please sign in to comment.