Skip to content

Commit

Permalink
fix(deps): bump otp-ui deps to 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
landonreed committed Jun 30, 2020
1 parent c93a764 commit c3e3e42
Show file tree
Hide file tree
Showing 2 changed files with 1,037 additions and 368 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,26 @@
},
"homepage": "https://github.com/opentripplanner/otp-react-redux#readme",
"dependencies": {
"@opentripplanner/base-map": "^0.0.22",
"@opentripplanner/core-utils": "^0.0.22",
"@opentripplanner/endpoints-overlay": "^0.0.22",
"@opentripplanner/from-to-location-picker": "^0.0.22",
"@opentripplanner/geocoder": "^0.0.22",
"@opentripplanner/base-map": "^1.0.0",
"@opentripplanner/core-utils": "^1.0.1",
"@opentripplanner/endpoints-overlay": "^1.0.0",
"@opentripplanner/from-to-location-picker": "^1.0.0",
"@opentripplanner/geocoder": "^1.0.0",
"@opentripplanner/humanize-distance": "^0.0.22",
"@opentripplanner/icons": "^0.0.22",
"@opentripplanner/itinerary-body": "^0.0.22",
"@opentripplanner/location-field": "^0.0.22",
"@opentripplanner/location-icon": "^0.0.22",
"@opentripplanner/park-and-ride-overlay": "^0.0.22",
"@opentripplanner/icons": "^1.0.0",
"@opentripplanner/itinerary-body": "^1.0.0",
"@opentripplanner/location-field": "^1.0.0",
"@opentripplanner/location-icon": "^1.0.0",
"@opentripplanner/park-and-ride-overlay": "^1.0.0",
"@opentripplanner/printable-itinerary": "^0.0.22",
"@opentripplanner/route-viewer-overlay": "^0.0.22",
"@opentripplanner/stop-viewer-overlay": "^0.0.22",
"@opentripplanner/stops-overlay": "^0.0.22",
"@opentripplanner/transitive-overlay": "^0.0.22",
"@opentripplanner/trip-details": "^0.0.22",
"@opentripplanner/trip-form": "^0.0.22",
"@opentripplanner/trip-viewer-overlay": "^0.0.22",
"@opentripplanner/vehicle-rental-overlay": "^0.0.22",
"@opentripplanner/route-viewer-overlay": "^1.0.0",
"@opentripplanner/stop-viewer-overlay": "^1.0.0",
"@opentripplanner/stops-overlay": "^1.0.0",
"@opentripplanner/transitive-overlay": "^1.0.0",
"@opentripplanner/trip-details": "^1.0.0",
"@opentripplanner/trip-form": "^1.0.0",
"@opentripplanner/trip-viewer-overlay": "^1.0.0",
"@opentripplanner/vehicle-rental-overlay": "^1.0.0",
"bootstrap": "^3.3.7",
"bowser": "^1.9.3",
"clone": "^2.1.0",
Expand Down Expand Up @@ -99,7 +99,7 @@
"react-dom": "^16.9.0",
"react-leaflet": "^2.6.1",
"redux-mock-store": "^1.5.3",
"semantic-release": "^15.13.12",
"semantic-release": "^17.1.1",
"styled-components": "^5.0.1"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit c3e3e42

Please sign in to comment.