Skip to content

Commit

Permalink
deps: update internal dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-heppner-ibigroup committed Jul 17, 2023
1 parent eb1e382 commit 15d741e
Show file tree
Hide file tree
Showing 21 changed files with 54 additions and 88 deletions.
2 changes: 1 addition & 1 deletion packages/base-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-map-gl": "^7.0.15"
},
"peerDependencies": {
"@opentripplanner/types": "^5.0.0",
"@opentripplanner/types": "^6.0.0",
"react": "^16.14.0",
"styled-components": "^5.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@conveyal/lonlat": "^1.4.1",
"@mapbox/polyline": "^1.1.0",
"@opentripplanner/geocoder": "^1.4.0",
"@opentripplanner/geocoder": "^1.4.1",
"@styled-icons/foundation": "^10.34.0",
"@turf/along": "^6.0.1",
"bowser": "^2.7.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/endpoints-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
"url": "https://github.com/opentripplanner/otp-ui/issues"
},
"dependencies": {
"@opentripplanner/base-map": "^3.0.11",
"@opentripplanner/base-map": "^3.0.13",
"@opentripplanner/location-icon": "^1.4.1",
"@opentripplanner/core-utils": "^8.2.1",
"@opentripplanner/core-utils": "^9.0.0",
"flat": "^5.0.2",
"@styled-icons/fa-solid": "^10.34.0"
},
"devDependencies": {
"@types/flat": "^5.0.2"
},
"peerDependencies": {
"@opentripplanner/types": "^5.0.0",
"@opentripplanner/types": "^6.0.0",
"react": "^16.14.0",
"react-dom": "^16.8.6",
"react-intl": "^5.24.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/from-to-location-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"flat": "^5.0.2"
},
"devDependencies": {
"@opentripplanner/types": "^5.0.0"
"@opentripplanner/types": "^6.0.0"
},
"peerDependencies": {
"react": "^16.14.0",
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": "^8.2.1",
"@opentripplanner/core-utils": "^9.0.0",
"prop-types": "^15.7.2"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 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": "^8.2.1",
"@opentripplanner/core-utils": "^9.0.0",
"@opentripplanner/humanize-distance": "^1.2.0",
"@opentripplanner/icons": "^2.0.1",
"@opentripplanner/icons": "^2.0.3",
"@opentripplanner/location-icon": "^1.4.1",
"@styled-icons/fa-solid": "^10.34.0",
"@styled-icons/foundation": "^10.34.0",
Expand All @@ -24,7 +24,7 @@
"string-similarity": "^4.0.4"
},
"devDependencies": {
"@opentripplanner/types": "^5.0.0",
"@opentripplanner/types": "^6.0.0",
"@types/flat": "^5.0.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/location-field/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"private": false,
"dependencies": {
"@conveyal/geocoder-arcgis-geojson": "^0.0.3",
"@opentripplanner/core-utils": "^8.2.1",
"@opentripplanner/geocoder": "1.4.0",
"@opentripplanner/core-utils": "^9.0.0",
"@opentripplanner/geocoder": "1.4.1",
"@opentripplanner/humanize-distance": "^1.2.0",
"@opentripplanner/location-icon": "^1.4.1",
"@styled-icons/fa-solid": "^10.34.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/map-popup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"license": "MIT",
"private": false,
"dependencies": {
"@opentripplanner/base-map": "^3.0.11",
"@opentripplanner/core-utils": "^8.2.1",
"@opentripplanner/from-to-location-picker": "^2.1.6",
"@opentripplanner/base-map": "^3.0.13",
"@opentripplanner/core-utils": "^9.0.0",
"@opentripplanner/from-to-location-picker": "^2.1.7",
"flat": "^5.0.2"
},
"devDependencies": {
"@opentripplanner/types": "^5.0.0"
"@opentripplanner/types": "^6.0.0"
},
"peerDependencies": {
"react": "^16.14.0",
Expand Down
6 changes: 3 additions & 3 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": "^2.0.3"
"@opentripplanner/map-popup": "^2.0.4"
},
"devDependencies": {
"@opentripplanner/base-map": "^3.0.11",
"@opentripplanner/types": "^5.0.0"
"@opentripplanner/base-map": "^3.0.13",
"@opentripplanner/types": "^6.0.0"
}
}
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.0.11",
"@opentripplanner/from-to-location-picker": "^2.1.6"
"@opentripplanner/base-map": "^3.0.13",
"@opentripplanner/from-to-location-picker": "^2.1.7"
},
"peerDependencies": {
"react": "^16.14.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": "^8.2.1",
"@opentripplanner/itinerary-body": "^4.1.17"
"@opentripplanner/core-utils": "^9.0.0",
"@opentripplanner/itinerary-body": "^5.0.0"
},
"devDependencies": {
"@opentripplanner/icons": "^2.0.1"
"@opentripplanner/icons": "^2.0.3"
},
"peerDependencies": {
"react": "^16.14.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/route-viewer-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
},
"dependencies": {
"@mapbox/polyline": "^1.1.0",
"@opentripplanner/base-map": "^3.0.11",
"@opentripplanner/core-utils": "^8.2.1",
"@opentripplanner/base-map": "^3.0.13",
"@opentripplanner/core-utils": "^9.0.0",
"point-in-polygon": "^1.1.0"
},
"devDependencies": {
"@opentripplanner/types": "^5.0.0",
"@opentripplanner/types": "^6.0.0",
"point-in-polygon": "^1.1.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/stop-viewer-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"url": "https://github.com/opentripplanner/otp-ui/issues"
},
"dependencies": {
"@opentripplanner/base-map": "^3.0.11",
"@opentripplanner/core-utils": "^8.2.1"
"@opentripplanner/base-map": "^3.0.13",
"@opentripplanner/core-utils": "^9.0.0"
},
"devDependencies": {
"@opentripplanner/types": "^5.0.0"
"@opentripplanner/types": "^6.0.0"
},
"peerDependencies": {
"react": "^16.14.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/stops-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"url": "https://github.com/opentripplanner/otp-ui/issues"
},
"dependencies": {
"@opentripplanner/base-map": "^3.0.11",
"@opentripplanner/from-to-location-picker": "^2.1.6",
"@opentripplanner/map-popup": "^2.0.3",
"@opentripplanner/base-map": "^3.0.13",
"@opentripplanner/from-to-location-picker": "^2.1.7",
"@opentripplanner/map-popup": "^2.0.4",
"flat": "^5.0.2"
},
"devDependencies": {
"@opentripplanner/types": "^5.0.0",
"@opentripplanner/types": "^6.0.0",
"styled-icons": "^10.34.0"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/transit-vehicle-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"module": "esm/index.js",
"private": false,
"dependencies": {
"@opentripplanner/base-map": "^3.0.11",
"@opentripplanner/core-utils": "^8.2.1",
"@opentripplanner/icons": "^2.0.1",
"@opentripplanner/base-map": "^3.0.13",
"@opentripplanner/core-utils": "^9.0.0",
"@opentripplanner/icons": "^2.0.3",
"flat": "^5.0.2"
},
"devDependencies": {
"@opentripplanner/types": "^5.0.0"
"@opentripplanner/types": "^6.0.0"
},
"peerDependencies": {
"react": "^16.14.0",
Expand Down
10 changes: 5 additions & 5 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.0.11",
"@opentripplanner/core-utils": "^8.2.1",
"@opentripplanner/itinerary-body": "^4.1.17",
"@opentripplanner/base-map": "^3.0.13",
"@opentripplanner/core-utils": "^9.0.0",
"@opentripplanner/itinerary-body": "^5.0.0",
"@turf/bbox": "^6.5.0",
"@turf/bearing": "^6.5.0",
"@turf/destination": "^6.5.0",
Expand All @@ -32,8 +32,8 @@
"lodash.isequal": "^4.5.0"
},
"devDependencies": {
"@opentripplanner/endpoints-overlay": "^2.0.6",
"@opentripplanner/types": "^5.0.0"
"@opentripplanner/endpoints-overlay": "^2.0.7",
"@opentripplanner/types": "^6.0.0"
},
"peerDependencies": {
"react": "^16.14.0",
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": "^8.2.1",
"@opentripplanner/core-utils": "^9.0.0",
"@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.0.11",
"@opentripplanner/core-utils": "^8.2.1"
"@opentripplanner/base-map": "^3.0.13",
"@opentripplanner/core-utils": "^9.0.0"
},
"peerDependencies": {
"react": "^16.14.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/vehicle-rental-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
"url": "git+https://github.com/opentripplanner/otp-ui.git"
},
"dependencies": {
"@opentripplanner/base-map": "^3.0.11",
"@opentripplanner/core-utils": "^8.2.1",
"@opentripplanner/from-to-location-picker": "^2.1.6",
"@opentripplanner/map-popup": "^2.0.3",
"@opentripplanner/base-map": "^3.0.13",
"@opentripplanner/core-utils": "^9.0.0",
"@opentripplanner/from-to-location-picker": "^2.1.7",
"@opentripplanner/map-popup": "^2.0.4",
"@styled-icons/fa-solid": "^10.34.0",
"flat": "^5.0.2",
"lodash.memoize": "^4.1.2"
},
"devDependencies": {
"@opentripplanner/types": "^5.0.0"
"@opentripplanner/types": "^6.0.0"
},
"peerDependencies": {
"react": "^16.14.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/zoom-based-markers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"url": "https://github.com/opentripplanner/otp-ui/issues"
},
"dependencies": {
"@opentripplanner/core-utils": "^8.2.1",
"@opentripplanner/base-map": "^3.0.11"
"@opentripplanner/core-utils": "^9.0.0",
"@opentripplanner/base-map": "^3.0.13"
},
"devDependencies": {
"@opentripplanner/types": "^5.0.0"
"@opentripplanner/types": "^6.0.0"
},
"peerDependencies": {
"react": "^16.14.0",
Expand Down
34 changes: 0 additions & 34 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3241,45 +3241,11 @@
resolved "https://registry.yarnpkg.com/@open-draft/until/-/until-1.0.3.tgz#db9cc719191a62e7d9200f6e7bab21c5b848adca"
integrity sha512-Aq58f5HiWdyDlFffbbSjAlv596h/cOnt2DO1w3DOC7OJ5EHs0hd/nycJfiu9RJbT6Yk6F1knnRRXNSpxoIVZ9Q==

"@opentripplanner/core-utils@^9.0.0-alpha.36":
version "9.0.0-alpha.36"
resolved "https://registry.yarnpkg.com/@opentripplanner/core-utils/-/core-utils-9.0.0-alpha.36.tgz#d28a8f602eea198e23c017cea2dce87fbb41ff1b"
integrity sha512-/Jo4x810D41Htr1eJXekU2MBgqxw2tO7ZTejt2jBuwMwRgL68qPCt45MKcLfXGrJLXv8J/0lVwmkqbcqK95D+A==
dependencies:
"@conveyal/lonlat" "^1.4.1"
"@mapbox/polyline" "^1.1.0"
"@opentripplanner/geocoder" "^1.4.0"
"@styled-icons/foundation" "^10.34.0"
"@turf/along" "^6.0.1"
bowser "^2.7.0"
chroma-js "^2.4.2"
date-fns "^2.28.0"
date-fns-tz "^1.2.2"
graphql "^16.6.0"
lodash.clonedeep "^4.5.0"
lodash.isequal "^4.5.0"
qs "^6.9.1"

"@opentripplanner/[email protected]":
version "1.4.0"
resolved "https://registry.yarnpkg.com/@opentripplanner/geocoder/-/geocoder-1.4.0.tgz#728afec6585cf3748a1931493b3a3566421f445d"
integrity sha512-FECrLmzYvQmgQDE1Ad19pPdo/HRvz7b0POyD9lXNg/uKTyVXhXxHdYd6sWot6ZiGdiqZTUamNKG3RaWaJvdqoA==
dependencies:
"@conveyal/geocoder-arcgis-geojson" "^0.0.3"
"@conveyal/lonlat" "^1.4.1"
isomorphic-mapzen-search "^1.6.1"
lodash.memoize "^4.1.2"

"@opentripplanner/[email protected]":
version "6.0.0-alpha.4"
resolved "https://registry.yarnpkg.com/@opentripplanner/types/-/types-6.0.0-alpha.4.tgz#dee3c06675e30c596159d182ed707e7710cd937c"
integrity sha512-FlYsHm/tk+x0ldrEG1X9Ph1R1k3way1oEdKX7XSnhu9lNTzL4lO0hfT1PLzNXMfBRar7TzK94PHNDibJsod8Kw==

"@opentripplanner/types@^6.0.0-alpha.9":
version "6.0.0-alpha.10"
resolved "https://registry.yarnpkg.com/@opentripplanner/types/-/types-6.0.0-alpha.10.tgz#1489c55f7741ef46df6882c682580ea96ca23d62"
integrity sha512-s0xBgA3WLqvda5itUYzv7PGyMV/dqITfnA2zpdwsbyzuNQeOYTk1tSQLWr+QH7mbUYJXAs5i8qzC/VNvDSZQqg==

"@peculiar/asn1-schema@^2.1.6", "@peculiar/asn1-schema@^2.3.0":
version "2.3.3"
resolved "https://registry.yarnpkg.com/@peculiar/asn1-schema/-/asn1-schema-2.3.3.tgz#21418e1f3819e0b353ceff0c2dad8ccb61acd777"
Expand Down

0 comments on commit 15d741e

Please sign in to comment.