Skip to content

Commit 695af88

Browse files
committed
fix: update @opentripplanner/trip-form to resolve undefined company icon bug
1 parent ad51a97 commit 695af88

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@opentripplanner/stops-overlay": "^1.0.1",
4545
"@opentripplanner/transitive-overlay": "^1.0.2",
4646
"@opentripplanner/trip-details": "^1.1.1",
47-
"@opentripplanner/trip-form": "^1.0.1",
47+
"@opentripplanner/trip-form": "^1.0.2",
4848
"@opentripplanner/trip-viewer-overlay": "^1.0.1",
4949
"@opentripplanner/vehicle-rental-overlay": "^1.0.1",
5050
"bootstrap": "^3.3.7",

Diff for: yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1416,10 +1416,10 @@
14161416
styled-icons "^9.1.0"
14171417
velocity-react "^1.4.3"
14181418

1419-
"@opentripplanner/trip-form@^1.0.1":
1420-
version "1.0.1"
1421-
resolved "https://registry.yarnpkg.com/@opentripplanner/trip-form/-/trip-form-1.0.1.tgz#c100fcda5af6f162aca1a8575babb8c54d63e074"
1422-
integrity sha512-JM8cEPey07NQaSzsibjgR+EtJrLgHNH2G/PwTcQEwDUDz2etT8AhhxlgOzTlK2qp0kw3rLOUx9rCpgoU5YO8OA==
1419+
"@opentripplanner/trip-form@^1.0.2":
1420+
version "1.0.2"
1421+
resolved "https://registry.yarnpkg.com/@opentripplanner/trip-form/-/trip-form-1.0.2.tgz#1283dcb92ed5295dbb055c0ab99cc5fe55b90b30"
1422+
integrity sha512-RPS3JBNUN5gMXVebDgMwdjMCiU8tb2s9+8sy1gGGFHDNiesNKEVdLXmUAqpg//gxNriLDQ0UtKfBZnHQpagPqw==
14231423
dependencies:
14241424
"@opentripplanner/core-utils" "^1.2.0"
14251425
"@opentripplanner/icons" "^1.0.0"

0 commit comments

Comments
 (0)