Skip to content

Commit d2255ef

Browse files
committed
fix: remove unused packages and bump all otp-ui packages
1 parent aba2f33 commit d2255ef

File tree

2 files changed

+253
-223
lines changed

2 files changed

+253
-223
lines changed

Diff for: package.json

+16-22
Original file line numberDiff line numberDiff line change
@@ -27,29 +27,26 @@
2727
},
2828
"homepage": "https://github.com/opentripplanner/otp-react-redux#readme",
2929
"dependencies": {
30-
"@conveyal/lonlat": "^1.1.0",
31-
"@mapbox/polyline": "^0.2.0",
32-
"@opentripplanner/base-map": "^1.0.0",
30+
"@opentripplanner/base-map": "^1.0.1",
3331
"@opentripplanner/core-utils": "^1.2.0",
34-
"@opentripplanner/endpoints-overlay": "1.0.0",
35-
"@opentripplanner/from-to-location-picker": "^1.0.0",
32+
"@opentripplanner/endpoints-overlay": "^1.0.1",
33+
"@opentripplanner/from-to-location-picker": "^1.0.1",
3634
"@opentripplanner/geocoder": "^1.0.2",
3735
"@opentripplanner/humanize-distance": "^0.0.22",
38-
"@opentripplanner/icons": "^1.0.0",
39-
"@opentripplanner/itinerary-body": "^1.0.1",
40-
"@opentripplanner/location-field": "^1.0.0",
36+
"@opentripplanner/icons": "^1.0.1",
37+
"@opentripplanner/itinerary-body": "^1.0.2",
38+
"@opentripplanner/location-field": "^1.0.1",
4139
"@opentripplanner/location-icon": "^1.0.0",
42-
"@opentripplanner/park-and-ride-overlay": "^1.0.0",
43-
"@opentripplanner/printable-itinerary": "^0.0.22",
44-
"@opentripplanner/route-viewer-overlay": "^1.0.0",
45-
"@opentripplanner/stop-viewer-overlay": "^1.0.0",
46-
"@opentripplanner/stops-overlay": "^1.0.0",
47-
"@opentripplanner/transitive-overlay": "^1.0.1",
48-
"@opentripplanner/trip-details": "^1.1.0",
49-
"@opentripplanner/trip-form": "^1.0.0",
50-
"@opentripplanner/trip-viewer-overlay": "^1.0.0",
51-
"@opentripplanner/vehicle-rental-overlay": "^1.0.0",
52-
"@turf/along": "^6.0.1",
40+
"@opentripplanner/park-and-ride-overlay": "^1.0.1",
41+
"@opentripplanner/printable-itinerary": "^1.0.0",
42+
"@opentripplanner/route-viewer-overlay": "^1.0.1",
43+
"@opentripplanner/stop-viewer-overlay": "^1.0.1",
44+
"@opentripplanner/stops-overlay": "^1.0.1",
45+
"@opentripplanner/transitive-overlay": "^1.0.2",
46+
"@opentripplanner/trip-details": "^1.1.1",
47+
"@opentripplanner/trip-form": "^1.0.1",
48+
"@opentripplanner/trip-viewer-overlay": "^1.0.1",
49+
"@opentripplanner/vehicle-rental-overlay": "^1.0.1",
5350
"bootstrap": "^3.3.7",
5451
"bowser": "^1.9.3",
5552
"clone": "^2.1.0",
@@ -58,7 +55,6 @@
5855
"currency-formatter": "^1.4.2",
5956
"d3-selection": "^1.3.0",
6057
"d3-zoom": "^1.7.1",
61-
"deep-equal": "^1.0.1",
6258
"font-awesome": "^4.7.0",
6359
"haversine": "^1.1.0",
6460
"history": "^4.7.2",
@@ -75,7 +71,6 @@
7571
"prop-types": "^15.6.0",
7672
"qs": "^6.3.0",
7773
"react": "^16.9.0",
78-
"react-addons-shallow-compare": "^15.4.2",
7974
"react-bootstrap": "^0.32.1",
8075
"react-dates": "^6.0.2",
8176
"react-dom": "^16.9.0",
@@ -99,7 +94,6 @@
9994
"enzyme-to-json": "^3.4.0",
10095
"es6-math": "^1.0.0",
10196
"leaflet": "^1.6.0",
102-
"lodash.clonedeep": "^4.5.0",
10397
"mastarm": "^5.1.3",
10498
"nock": "^9.0.9",
10599
"react": "^16.9.0",

0 commit comments

Comments
 (0)