Skip to content

Commit b5c97c3

Browse files
authored
Merge pull request #554 from ibi-group/mar-23-update-internal-deps
Update Internal Dependencies
2 parents ca05660 + a83931f commit b5c97c3

File tree

23 files changed

+46
-56
lines changed

23 files changed

+46
-56
lines changed

Diff for: packages/base-map/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"react-map-gl": "^7.0.15"
1515
},
1616
"peerDependencies": {
17-
"@opentripplanner/types": "^4.0.5",
17+
"@opentripplanner/types": "^4.0.6",
1818
"react": "^16.14.0",
1919
"styled-components": "^5.3.0"
2020
},

Diff for: packages/core-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"private": false,
1414
"dependencies": {
1515
"@mapbox/polyline": "^1.1.0",
16-
"@opentripplanner/geocoder": "^1.3.4",
16+
"@opentripplanner/geocoder": "^1.4.0",
1717
"@styled-icons/foundation": "^10.34.0",
1818
"@turf/along": "^6.0.1",
1919
"bowser": "^2.7.0",
@@ -30,6 +30,6 @@
3030
},
3131
"devDependencies": {
3232
"@types/chroma-js": "^2.1.4",
33-
"@opentripplanner/types": "^4.0.5"
33+
"@opentripplanner/types": "^4.0.6"
3434
}
3535
}

Diff for: packages/endpoints-overlay/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919
"url": "https://github.com/opentripplanner/otp-ui/issues"
2020
},
2121
"dependencies": {
22-
"@opentripplanner/base-map": "^3.0.9",
22+
"@opentripplanner/base-map": "^3.0.10",
2323
"@opentripplanner/location-icon": "^1.4.1",
24-
"@opentripplanner/core-utils": "^8.0.1",
24+
"@opentripplanner/core-utils": "^8.1.1",
2525
"flat": "^5.0.2",
2626
"@styled-icons/fa-solid": "^10.34.0"
2727
},
2828
"devDependencies": {
2929
"@types/flat": "^5.0.2"
3030
},
3131
"peerDependencies": {
32-
"@opentripplanner/types": "^4.0.5",
32+
"@opentripplanner/types": "^4.0.6",
3333
"react": "^16.14.0",
3434
"react-dom": "^16.8.6",
3535
"react-intl": "^5.24.6",

Diff for: packages/from-to-location-picker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"flat": "^5.0.2"
1414
},
1515
"devDependencies": {
16-
"@opentripplanner/types": "^4.0.5"
16+
"@opentripplanner/types": "^4.0.6"
1717
},
1818
"peerDependencies": {
1919
"react": "^16.14.0",

Diff for: packages/icons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "MIT",
1111
"private": false,
1212
"dependencies": {
13-
"@opentripplanner/core-utils": "^8.0.1",
13+
"@opentripplanner/core-utils": "^8.1.1",
1414
"prop-types": "^15.7.2"
1515
},
1616
"peerDependencies": {

Diff for: packages/itinerary-body/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "MIT",
1111
"private": false,
1212
"dependencies": {
13-
"@opentripplanner/core-utils": "^8.0.1",
13+
"@opentripplanner/core-utils": "^8.1.1",
1414
"@opentripplanner/humanize-distance": "^1.2.0",
1515
"@opentripplanner/icons": "^2.0.1",
1616
"@opentripplanner/location-icon": "^1.4.1",
@@ -24,7 +24,7 @@
2424
"string-similarity": "^4.0.4"
2525
},
2626
"devDependencies": {
27-
"@opentripplanner/types": "^4.0.5",
27+
"@opentripplanner/types": "^4.0.6",
2828
"@types/flat": "^5.0.2"
2929
},
3030
"peerDependencies": {

Diff for: packages/itinerary-body/src/TransitLegBody/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ class TransitLegBody extends Component<Props, State> {
159159

160160
// If the config contains an operator name, prefer that one over the
161161
// one provided by OTP
162-
163162
const transitOperatorName = transitOperator?.name || agencyName;
163+
164164
// If the config contains an operator with a logo URL, prefer that over the
165165
// one provided by OTP (which is derived from agency.txt#agency_branding_url)
166166
const logoUrl =

Diff for: packages/location-field/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"private": false,
1111
"dependencies": {
1212
"@conveyal/geocoder-arcgis-geojson": "^0.0.3",
13-
"@opentripplanner/core-utils": "^8.0.1",
14-
"@opentripplanner/geocoder": "1.3.4",
13+
"@opentripplanner/core-utils": "^8.1.1",
14+
"@opentripplanner/geocoder": "1.4.0",
1515
"@opentripplanner/humanize-distance": "^1.2.0",
1616
"@opentripplanner/location-icon": "^1.4.1",
1717
"@styled-icons/fa-solid": "^10.34.0",

Diff for: packages/map-popup/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"license": "MIT",
1212
"private": false,
1313
"dependencies": {
14-
"@opentripplanner/base-map": "^3.0.9",
15-
"@opentripplanner/core-utils": "^8.0.1",
14+
"@opentripplanner/base-map": "^3.0.10",
15+
"@opentripplanner/core-utils": "^8.1.1",
1616
"@opentripplanner/from-to-location-picker": "^2.1.5",
1717
"flat": "^5.0.2"
1818
},
1919
"devDependencies": {
20-
"@opentripplanner/types": "^4.0.5"
20+
"@opentripplanner/types": "^4.0.6"
2121
},
2222
"peerDependencies": {
2323
"react": "^16.14.0",

Diff for: packages/otp2-tile-overlay/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@opentripplanner/map-popup": "^2.0.1"
2020
},
2121
"devDependencies": {
22-
"@opentripplanner/base-map": "^3.0.9",
23-
"@opentripplanner/types": "^4.0.5"
22+
"@opentripplanner/base-map": "^3.0.10",
23+
"@opentripplanner/types": "^4.0.6"
2424
}
2525
}

Diff for: packages/park-and-ride-overlay/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"url": "https://github.com/opentripplanner/otp-ui/issues"
2020
},
2121
"dependencies": {
22-
"@opentripplanner/base-map": "^3.0.9",
22+
"@opentripplanner/base-map": "^3.0.10",
2323
"@opentripplanner/from-to-location-picker": "^2.1.5"
2424
},
2525
"peerDependencies": {

Diff for: packages/printable-itinerary/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"license": "MIT",
1111
"private": false,
1212
"dependencies": {
13-
"@opentripplanner/core-utils": "^8.0.1",
14-
"@opentripplanner/itinerary-body": "^4.1.7"
13+
"@opentripplanner/core-utils": "^8.1.1",
14+
"@opentripplanner/itinerary-body": "^4.1.9"
1515
},
1616
"devDependencies": {
1717
"@opentripplanner/icons": "^2.0.1"

Diff for: packages/route-viewer-overlay/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
},
2121
"dependencies": {
2222
"@mapbox/polyline": "^1.1.0",
23-
"@opentripplanner/base-map": "^3.0.9",
24-
"@opentripplanner/core-utils": "^8.0.1",
23+
"@opentripplanner/base-map": "^3.0.10",
24+
"@opentripplanner/core-utils": "^8.1.1",
2525
"point-in-polygon": "^1.1.0"
2626
},
2727
"devDependencies": {
28-
"@opentripplanner/types": "^4.0.5",
28+
"@opentripplanner/types": "^4.0.6",
2929
"point-in-polygon": "^1.1.0"
3030
},
3131
"peerDependencies": {

Diff for: packages/stop-viewer-overlay/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"url": "https://github.com/opentripplanner/otp-ui/issues"
2020
},
2121
"dependencies": {
22-
"@opentripplanner/base-map": "^3.0.9",
23-
"@opentripplanner/core-utils": "^8.0.1"
22+
"@opentripplanner/base-map": "^3.0.10",
23+
"@opentripplanner/core-utils": "^8.1.1"
2424
},
2525
"devDependencies": {
26-
"@opentripplanner/types": "^4.0.5"
26+
"@opentripplanner/types": "^4.0.6"
2727
},
2828
"peerDependencies": {
2929
"react": "^16.14.0",

Diff for: packages/stops-overlay/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"url": "https://github.com/opentripplanner/otp-ui/issues"
2020
},
2121
"dependencies": {
22-
"@opentripplanner/base-map": "^3.0.9",
22+
"@opentripplanner/base-map": "^3.0.10",
2323
"@opentripplanner/from-to-location-picker": "^2.1.5",
2424
"@opentripplanner/map-popup": "^2.0.1",
2525
"flat": "^5.0.2"
2626
},
2727
"devDependencies": {
28-
"@opentripplanner/types": "^4.0.5",
28+
"@opentripplanner/types": "^4.0.6",
2929
"styled-icons": "^10.34.0"
3030
},
3131
"peerDependencies": {

Diff for: packages/transit-vehicle-overlay/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"module": "esm/index.js",
1010
"private": false,
1111
"dependencies": {
12-
"@opentripplanner/base-map": "^3.0.9",
13-
"@opentripplanner/core-utils": "^8.0.1",
12+
"@opentripplanner/base-map": "^3.0.10",
13+
"@opentripplanner/core-utils": "^8.1.1",
1414
"@opentripplanner/icons": "^2.0.1",
1515
"flat": "^5.0.2"
1616
},
1717
"devDependencies": {
18-
"@opentripplanner/types": "^4.0.5"
18+
"@opentripplanner/types": "^4.0.6"
1919
},
2020
"peerDependencies": {
2121
"react": "^16.14.0",

Diff for: packages/transitive-overlay/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
},
2121
"dependencies": {
2222
"@mapbox/polyline": "^1.1.1",
23-
"@opentripplanner/base-map": "^3.0.9",
24-
"@opentripplanner/core-utils": "^8.0.1",
25-
"@opentripplanner/itinerary-body": "^4.1.7",
23+
"@opentripplanner/base-map": "^3.0.10",
24+
"@opentripplanner/core-utils": "^8.1.1",
25+
"@opentripplanner/itinerary-body": "^4.1.9",
2626
"@turf/bbox": "^6.5.0",
2727
"@turf/bearing": "^6.5.0",
2828
"@turf/destination": "^6.5.0",
@@ -33,7 +33,7 @@
3333
},
3434
"devDependencies": {
3535
"@opentripplanner/endpoints-overlay": "^2.0.5",
36-
"@opentripplanner/types": "^4.0.5"
36+
"@opentripplanner/types": "^4.0.6"
3737
},
3838
"peerDependencies": {
3939
"react": "^16.14.0",

Diff for: packages/trip-details/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react-animate-height": "^3.0.4"
1818
},
1919
"devDependencies": {
20-
"@opentripplanner/types": "^4.0.5",
20+
"@opentripplanner/types": "^4.0.6",
2121
"@types/flat": "^5.0.2"
2222
},
2323
"peerDependencies": {

Diff for: packages/trip-form/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"types": "lib/index.d.ts",
1111
"private": false,
1212
"dependencies": {
13-
"@opentripplanner/core-utils": "^8.0.1",
13+
"@opentripplanner/core-utils": "^8.1.1",
1414
"@opentripplanner/icons": "^2.0.1",
1515
"@styled-icons/bootstrap": "^10.34.0",
1616
"@styled-icons/boxicons-regular": "^10.38.0",

Diff for: packages/trip-viewer-overlay/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
},
2121
"dependencies": {
2222
"@mapbox/polyline": "^1.1.0",
23-
"@opentripplanner/base-map": "^3.0.9",
24-
"@opentripplanner/core-utils": "^8.0.1"
23+
"@opentripplanner/base-map": "^3.0.10",
24+
"@opentripplanner/core-utils": "^8.1.1"
2525
},
2626
"peerDependencies": {
2727
"react": "^16.14.0",

Diff for: packages/vehicle-rental-overlay/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
"url": "git+https://github.com/opentripplanner/otp-ui.git"
2020
},
2121
"dependencies": {
22-
"@opentripplanner/base-map": "^3.0.9",
23-
"@opentripplanner/core-utils": "^8.0.1",
22+
"@opentripplanner/base-map": "^3.0.10",
23+
"@opentripplanner/core-utils": "^8.1.1",
2424
"@opentripplanner/from-to-location-picker": "^2.1.5",
2525
"@opentripplanner/map-popup": "^2.0.1",
2626
"@styled-icons/fa-solid": "^10.34.0",
2727
"flat": "^5.0.2",
2828
"lodash.memoize": "^4.1.2"
2929
},
3030
"devDependencies": {
31-
"@opentripplanner/types": "^4.0.5"
31+
"@opentripplanner/types": "^4.0.6"
3232
},
3333
"peerDependencies": {
3434
"react": "^16.14.0",

Diff for: packages/zoom-based-markers/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"url": "https://github.com/opentripplanner/otp-ui/issues"
2020
},
2121
"dependencies": {
22-
"@opentripplanner/core-utils": "^8.0.1",
23-
"@opentripplanner/base-map": "^3.0.9"
22+
"@opentripplanner/core-utils": "^8.1.1",
23+
"@opentripplanner/base-map": "^3.0.10"
2424
},
2525
"devDependencies": {
26-
"@opentripplanner/types": "^4.0.5"
26+
"@opentripplanner/types": "^4.0.6"
2727
},
2828
"peerDependencies": {
2929
"react": "^16.14.0",

Diff for: yarn.lock

-10
Original file line numberDiff line numberDiff line change
@@ -2845,16 +2845,6 @@
28452845
resolved "https://registry.yarnpkg.com/@open-draft/until/-/until-1.0.3.tgz#db9cc719191a62e7d9200f6e7bab21c5b848adca"
28462846
integrity sha512-Aq58f5HiWdyDlFffbbSjAlv596h/cOnt2DO1w3DOC7OJ5EHs0hd/nycJfiu9RJbT6Yk6F1knnRRXNSpxoIVZ9Q==
28472847

2848-
"@opentripplanner/[email protected]":
2849-
version "1.3.4"
2850-
resolved "https://registry.yarnpkg.com/@opentripplanner/geocoder/-/geocoder-1.3.4.tgz#94f1b4085ab3005ef6c8960ab5f75387db29a123"
2851-
integrity sha512-Dqzkt5wRjTbgzUg79H5ZSHHI/OG58+jeQJaPUMkBzyx759hUiHKuj5X7VwDtF3LI9mfR7SUyxOtu4QQtNvyGmQ==
2852-
dependencies:
2853-
"@conveyal/geocoder-arcgis-geojson" "^0.0.3"
2854-
"@conveyal/lonlat" "^1.4.1"
2855-
isomorphic-mapzen-search "^1.6.1"
2856-
lodash.memoize "^4.1.2"
2857-
28582848
"@pmmmwh/react-refresh-webpack-plugin@^0.5.1":
28592849
version "0.5.4"
28602850
resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.4.tgz#df0d0d855fc527db48aac93c218a0bf4ada41f99"

0 commit comments

Comments
 (0)