Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update internal deps sept2024 #774

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
04c6a05
fix(building-blocks): update internal deps
amy-corson-ibigroup Sep 10, 2024
d529b5e
fix(endpoints-overlay): update internal dependencies
amy-corson-ibigroup Sep 10, 2024
3b4cea2
fix(icons): update internal dependencies
amy-corson-ibigroup Sep 10, 2024
2ea6f89
fix(itinerary-body): update internal dependencies
amy-corson-ibigroup Sep 10, 2024
ae14f6b
fix(location-field): update internal dependencies
amy-corson-ibigroup Sep 10, 2024
2859c91
fix(map-popup): update internal dependencies
amy-corson-ibigroup Sep 10, 2024
52967fe
fix(otp2-tile-overlay): update internal dependencies
amy-corson-ibigroup Sep 10, 2024
9a4f81f
frix(park-and-ride-overlay): update internal dependencies
amy-corson-ibigroup Sep 10, 2024
437ef0f
fix(printable-itinerary): update internal dependencies
amy-corson-ibigroup Sep 10, 2024
523692e
fix(route-viewer-overlay): update internal dependencies
amy-corson-ibigroup Sep 10, 2024
8ff26a7
fix(stop-viewer-overlay): update internal dependencies
amy-corson-ibigroup Sep 10, 2024
32c573c
fix(stop-overlay): update internal dependencies
amy-corson-ibigroup Sep 10, 2024
5ae1115
fix(transit-vehicle-overlay): update internal dependencies
amy-corson-ibigroup Sep 10, 2024
8e6c1b9
fix(transitive-overlay): update internal dependencies
amy-corson-ibigroup Sep 10, 2024
24d7196
fix(trip-details): update internal dependencies
amy-corson-ibigroup Sep 10, 2024
f7a9c8a
fix(trip-form): update internal dependencies
amy-corson-ibigroup Sep 10, 2024
120ea16
fix(trip-viewer-overlay): update internal dependencies
amy-corson-ibigroup Sep 10, 2024
71f34d8
fix(vehicle-rental-overlay): update internal dependencies
amy-corson-ibigroup Sep 10, 2024
6f13570
fix(zoom-based-markers): update internal dependencies
amy-corson-ibigroup Sep 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/building-blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"private": false,
"devDependencies": {
"@opentripplanner/types": "^6.5.2",
"@opentripplanner/core-utils": "^11.4.3"
"@opentripplanner/core-utils": "^11.4.4"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/endpoints-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"url": "https://github.com/opentripplanner/otp-ui/issues"
},
"dependencies": {
"@opentripplanner/base-map": "^3.2.0",
"@opentripplanner/base-map": "^3.2.2",
"@opentripplanner/location-icon": "^1.4.1",
"@opentripplanner/core-utils": "^11.4.3",
"@opentripplanner/core-utils": "^11.4.4",
"flat": "^5.0.2",
"@styled-icons/fa-solid": "^10.34.0",
"@opentripplanner/building-blocks": "^1.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"private": false,
"dependencies": {
"@opentripplanner/core-utils": "^11.4.3",
"@opentripplanner/core-utils": "^11.4.4",
"prop-types": "^15.7.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/itinerary-body/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"license": "MIT",
"private": false,
"dependencies": {
"@opentripplanner/core-utils": "^11.4.3",
"@opentripplanner/core-utils": "^11.4.4",
"@opentripplanner/humanize-distance": "^1.2.0",
"@opentripplanner/icons": "^2.0.11",
"@opentripplanner/icons": "^2.0.12",
"@opentripplanner/location-icon": "^1.4.1",
"@styled-icons/fa-solid": "^10.34.0",
"@styled-icons/foundation": "^10.34.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/location-field/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"private": false,
"dependencies": {
"@conveyal/geocoder-arcgis-geojson": "^0.0.3",
"@opentripplanner/core-utils": "^11.4.3",
"@opentripplanner/core-utils": "^11.4.4",
"@opentripplanner/geocoder": "^3.0.2",
"@opentripplanner/humanize-distance": "^1.2.0",
"@opentripplanner/location-icon": "^1.4.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/map-popup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"license": "MIT",
"private": false,
"dependencies": {
"@opentripplanner/base-map": "^3.2.1",
"@opentripplanner/base-map": "^3.2.2",
"@opentripplanner/building-blocks": "^1.2.2",
"@opentripplanner/core-utils": "^11.4.3",
"@opentripplanner/from-to-location-picker": "^2.1.13",
"@opentripplanner/core-utils": "^11.4.4",
"@opentripplanner/from-to-location-picker": "^2.1.14",
"flat": "^5.0.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/otp2-tile-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"react-map-gl": "^7.0.15"
},
"dependencies": {
"@opentripplanner/map-popup": "^3.1.2"
"@opentripplanner/map-popup": "^4.0.0"
},
"devDependencies": {
"@opentripplanner/base-map": "^3.2.0",
"@opentripplanner/base-map": "^3.2.2",
"@opentripplanner/types": "^6.5.2"
}
}
4 changes: 2 additions & 2 deletions packages/park-and-ride-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"url": "https://github.com/opentripplanner/otp-ui/issues"
},
"dependencies": {
"@opentripplanner/base-map": "^3.2.0",
"@opentripplanner/from-to-location-picker": "^2.1.13"
"@opentripplanner/base-map": "^3.2.2",
"@opentripplanner/from-to-location-picker": "^2.1.14"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/printable-itinerary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"license": "MIT",
"private": false,
"dependencies": {
"@opentripplanner/core-utils": "^11.4.3",
"@opentripplanner/itinerary-body": "^5.3.5"
"@opentripplanner/core-utils": "^11.4.4",
"@opentripplanner/itinerary-body": "^5.3.6"
},
"devDependencies": {
"@opentripplanner/icons": "^2.0.11"
"@opentripplanner/icons": "^2.0.12"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/route-viewer-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"dependencies": {
"@mapbox/polyline": "^1.1.0",
"@opentripplanner/base-map": "^3.2.0",
"@opentripplanner/core-utils": "^11.4.3",
"@opentripplanner/base-map": "^3.2.2",
"@opentripplanner/core-utils": "^11.4.4",
"point-in-polygon": "^1.1.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/stop-viewer-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"url": "https://github.com/opentripplanner/otp-ui/issues"
},
"dependencies": {
"@opentripplanner/base-map": "^3.2.0",
"@opentripplanner/core-utils": "^11.4.3"
"@opentripplanner/base-map": "^3.2.2",
"@opentripplanner/core-utils": "^11.4.4"
},
"devDependencies": {
"@opentripplanner/types": "^6.5.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/stops-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"url": "https://github.com/opentripplanner/otp-ui/issues"
},
"dependencies": {
"@opentripplanner/base-map": "^3.2.0",
"@opentripplanner/from-to-location-picker": "^2.1.13",
"@opentripplanner/map-popup": "^3.1.2",
"@opentripplanner/base-map": "^3.2.2",
"@opentripplanner/from-to-location-picker": "^2.1.14",
"@opentripplanner/map-popup": "^4.0.0",
"flat": "^5.0.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/transit-vehicle-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"module": "esm/index.js",
"private": false,
"dependencies": {
"@opentripplanner/base-map": "^3.2.0",
"@opentripplanner/core-utils": "^11.4.3",
"@opentripplanner/icons": "^2.0.11",
"@opentripplanner/base-map": "^3.2.2",
"@opentripplanner/core-utils": "^11.4.4",
"@opentripplanner/icons": "^2.0.12",
"flat": "^5.0.2"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/transitive-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
},
"dependencies": {
"@mapbox/polyline": "^1.1.1",
"@opentripplanner/base-map": "^3.2.0",
"@opentripplanner/core-utils": "^11.4.3",
"@opentripplanner/itinerary-body": "^5.3.5",
"@opentripplanner/base-map": "^3.2.2",
"@opentripplanner/core-utils": "^11.4.4",
"@opentripplanner/itinerary-body": "^5.3.6",
"@turf/bbox": "^6.5.0",
"@turf/bearing": "^6.5.0",
"@turf/destination": "^6.5.0",
Expand All @@ -32,7 +32,7 @@
"lodash.isequal": "^4.5.0"
},
"devDependencies": {
"@opentripplanner/endpoints-overlay": "^2.1.1",
"@opentripplanner/endpoints-overlay": "^2.1.3",
"@opentripplanner/types": "^6.5.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/trip-details/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "MIT",
"private": false,
"dependencies": {
"@opentripplanner/core-utils": "^11.4.3",
"@opentripplanner/core-utils": "^11.4.4",
"@styled-icons/fa-solid": "^10.34.0",
"flat": "^5.0.2",
"react-animate-height": "^3.0.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/trip-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"types": "lib/index.d.ts",
"private": false,
"dependencies": {
"@opentripplanner/core-utils": "^11.4.3",
"@opentripplanner/core-utils": "^11.4.4",
"@floating-ui/react": "^0.19.2",
"@styled-icons/bootstrap": "^10.34.0",
"@styled-icons/boxicons-regular": "^10.38.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/trip-viewer-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"dependencies": {
"@mapbox/polyline": "^1.1.0",
"@opentripplanner/base-map": "^3.2.0",
"@opentripplanner/core-utils": "^11.4.3"
"@opentripplanner/base-map": "^3.2.2",
"@opentripplanner/core-utils": "^11.4.4"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/vehicle-rental-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"url": "git+https://github.com/opentripplanner/otp-ui.git"
},
"dependencies": {
"@opentripplanner/base-map": "^3.2.0",
"@opentripplanner/core-utils": "^11.4.3",
"@opentripplanner/from-to-location-picker": "^2.1.13",
"@opentripplanner/map-popup": "^3.1.2",
"@opentripplanner/base-map": "^3.2.2",
"@opentripplanner/core-utils": "^11.4.4",
"@opentripplanner/from-to-location-picker": "^2.1.14",
"@opentripplanner/map-popup": "^4.0.0",
"@styled-icons/fa-solid": "^10.34.0",
"flat": "^5.0.2",
"lodash.memoize": "^4.1.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/zoom-based-markers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"url": "https://github.com/opentripplanner/otp-ui/issues"
},
"dependencies": {
"@opentripplanner/core-utils": "^11.4.3",
"@opentripplanner/base-map": "^3.2.0"
"@opentripplanner/core-utils": "^11.4.4",
"@opentripplanner/base-map": "^3.2.2"
},
"devDependencies": {
"@opentripplanner/types": "^6.5.2"
Expand Down
Loading