Skip to content

Commit

Permalink
Update journey time to use hourly historical data
Browse files Browse the repository at this point in the history
  • Loading branch information
chunlaw committed Dec 19, 2024
1 parent 6cf73ad commit c103aef
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"core-js": "^3.23.1",
"dayjs": "^1.11.7",
"dom-to-image": "^2.6.0",
"hk-bus-eta": "^3.7.0",
"hk-bus-eta": "^3.7.1",
"i18next": "^23.10.0",
"immer": "^9.0.15",
"leaflet": "^1.9.4",
Expand Down
21 changes: 17 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4227,6 +4227,16 @@ data-view-byte-offset@^1.0.0:
es-errors "^1.3.0"
is-data-view "^1.0.1"

date-fns-tz@^3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/date-fns-tz/-/date-fns-tz-3.2.0.tgz#647dc56d38ac33a3e37b65e9d5c4cda5af5e58e6"
integrity sha512-sg8HqoTEulcbbbVXeg84u5UnlsQa8GS5QXMqjjYIhS4abEVVKIUwe0/l/UhrZdKaL/W5eWZNlbTeEIiOXTcsBQ==

date-fns@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-4.1.0.tgz#64b3d83fff5aa80438f5b1a633c2e83b8a1c2d14"
integrity sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==

dayjs@^1.11.7:
version "1.11.7"
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.7.tgz#4b296922642f70999544d1144a2c25730fce63e2"
Expand Down Expand Up @@ -5522,10 +5532,13 @@ hast-util-whitespace@^2.0.0:
resolved "https://registry.yarnpkg.com/hast-util-whitespace/-/hast-util-whitespace-2.0.1.tgz#0ec64e257e6fc216c7d14c8a1b74d27d650b4557"
integrity sha512-nAxA0v8+vXSBDt3AnRUNjyRIQ0rD+ntpbAp4LnPkumc5M9yUbSMa4XDU9Q6etY4f1Wp4bNgvc1yjiZtsTTrSng==

hk-bus-eta@^3.7.0:
version "3.7.0"
resolved "https://registry.yarnpkg.com/hk-bus-eta/-/hk-bus-eta-3.7.0.tgz#3ee39203780853eb750dbf3bf63381e1c72996b1"
integrity sha512-QTSH2mEr7kmQVEeuSoSxm0y38cLcaioDuU0pDOL9x+W0F6DajWqsJcvfg9zqQQgjqKHgttpMOjA5g7Z9Qq9X7g==
hk-bus-eta@^3.7.1:
version "3.7.1"
resolved "https://registry.yarnpkg.com/hk-bus-eta/-/hk-bus-eta-3.7.1.tgz#258ecab5b3eca4ef4f221d0c46ff405b687106b1"
integrity sha512-i8zyuuVKUiim4abwdJKyZz/7UIz/NIuNqT3fiP2E4uJguhlELh7So377s9wnbpmwQEjILQJGyyOlu5RnmmGwvA==
dependencies:
date-fns "^4.1.0"
date-fns-tz "^3.2.0"

hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.1, hoist-non-react-statics@^3.3.2:
version "3.3.2"
Expand Down

0 comments on commit c103aef

Please sign in to comment.