Skip to content

Commit

Permalink
chore(deps): update otp-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
miles-grant-ibigroup committed Sep 16, 2024
1 parent 10ca07f commit a2a30e2
Show file tree
Hide file tree
Showing 3 changed files with 178 additions and 156 deletions.
2 changes: 1 addition & 1 deletion lib/components/map/point-popup.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { connect } from 'react-redux'
import { FocusTrapWrapper } from '@opentripplanner/map-popup/lib'
import { FocusTrapWrapper } from '@opentripplanner/building-blocks'
import { Popup } from '@opentripplanner/base-map'
import { Search } from '@styled-icons/fa-solid/Search'
import { useIntl, WrappedComponentProps } from 'react-intl'
Expand Down
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,30 +42,30 @@
"@bugsnag/js": "^7.17.0",
"@bugsnag/plugin-react": "^7.17.0",
"@floating-ui/react": "^0.19.2",
"@opentripplanner/base-map": "^3.2.0",
"@opentripplanner/building-blocks": "^1.1.0",
"@opentripplanner/core-utils": "^11.4.3",
"@opentripplanner/endpoints-overlay": "^2.1.1",
"@opentripplanner/from-to-location-picker": "^2.1.13",
"@opentripplanner/geocoder": "^3.0.1",
"@opentripplanner/base-map": "^3.2.2",
"@opentripplanner/building-blocks": "^1.2.3",
"@opentripplanner/core-utils": "^11.4.4",
"@opentripplanner/endpoints-overlay": "^2.1.4",
"@opentripplanner/from-to-location-picker": "^2.1.14",
"@opentripplanner/geocoder": "^3.0.2",
"@opentripplanner/humanize-distance": "^1.2.0",
"@opentripplanner/icons": "^2.0.11",
"@opentripplanner/itinerary-body": "^5.3.5",
"@opentripplanner/location-field": "^2.0.22",
"@opentripplanner/icons": "^2.0.13",
"@opentripplanner/itinerary-body": "^5.3.7",
"@opentripplanner/location-field": "^2.0.24",
"@opentripplanner/location-icon": "^1.4.1",
"@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.3.0",
"@opentripplanner/transit-vehicle-overlay": "^4.0.11",
"@opentripplanner/transitive-overlay": "3.0.15",
"@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",
"@opentripplanner/map-popup": "^4.0.1",
"@opentripplanner/otp2-tile-overlay": "^1.0.16",
"@opentripplanner/park-and-ride-overlay": "^2.0.9",
"@opentripplanner/printable-itinerary": "^2.0.23",
"@opentripplanner/route-viewer-overlay": "^2.0.17",
"@opentripplanner/stop-viewer-overlay": "^2.0.10",
"@opentripplanner/stops-overlay": "^5.3.3",
"@opentripplanner/transit-vehicle-overlay": "^4.0.13",
"@opentripplanner/transitive-overlay": "3.0.22",
"@opentripplanner/trip-details": "^5.0.15",
"@opentripplanner/trip-form": "^3.6.4",
"@opentripplanner/trip-viewer-overlay": "^2.0.10",
"@opentripplanner/vehicle-rental-overlay": "^2.1.9",
"@styled-icons/fa-regular": "^10.34.0",
"@styled-icons/fa-solid": "^10.34.0",
"@turf/centroid": "^6.5.0",
Expand Down
Loading

0 comments on commit a2a30e2

Please sign in to comment.