Skip to content

Commit 8f8f928

Browse files
Merge pull request #543 from ibi-group/update-core-utils
Update core utils in trip details
2 parents 030daf6 + ff3c795 commit 8f8f928

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "MIT",
1212
"private": false,
1313
"dependencies": {
14-
"@opentripplanner/core-utils": "^8.0.1",
14+
"@opentripplanner/core-utils": "^8.1.1",
1515
"@styled-icons/fa-solid": "^10.34.0",
1616
"flat": "^5.0.2",
1717
"react-animate-height": "^3.0.4"

Diff for: yarn.lock

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

2848+
"@opentripplanner/core-utils@^8.1.1":
2849+
version "8.1.1"
2850+
resolved "https://registry.yarnpkg.com/@opentripplanner/core-utils/-/core-utils-8.1.1.tgz#434487a09605fd3c241d36993c63e0c2c965e6da"
2851+
integrity sha512-xQhc6uhdcGZR5HKfQclA4d2YDkUtBcCz+LnFGpXRSlkyJtXHkVs+Z+CsTK/GfNlnhmEoUcyrKN6yGA8xG0/1IA==
2852+
dependencies:
2853+
"@mapbox/polyline" "^1.1.0"
2854+
"@opentripplanner/geocoder" "^1.3.4"
2855+
"@styled-icons/foundation" "^10.34.0"
2856+
"@turf/along" "^6.0.1"
2857+
bowser "^2.7.0"
2858+
chroma-js "^2.4.2"
2859+
date-fns "^2.28.0"
2860+
date-fns-tz "^1.2.2"
2861+
lodash.clonedeep "^4.5.0"
2862+
lodash.isequal "^4.5.0"
2863+
qs "^6.9.1"
2864+
28482865
"@pmmmwh/react-refresh-webpack-plugin@^0.5.1":
28492866
version "0.5.4"
28502867
resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.4.tgz#df0d0d855fc527db48aac93c218a0bf4ada41f99"

0 commit comments

Comments
 (0)