Skip to content

Commit 2861683

Browse files
committed
fix: update otp-ui core-utils package
1 parent 3bee941 commit 2861683

File tree

2 files changed

+5
-20
lines changed

2 files changed

+5
-20
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"@auth0/auth0-react": "^1.1.0",
3535
"@opentripplanner/base-map": "^1.0.5",
36-
"@opentripplanner/core-utils": "^3.1.1",
36+
"@opentripplanner/core-utils": "^3.2.2",
3737
"@opentripplanner/endpoints-overlay": "^1.0.6",
3838
"@opentripplanner/from-to-location-picker": "^1.0.4",
3939
"@opentripplanner/geocoder": "^1.0.2",

Diff for: yarn.lock

+4-19
Original file line numberDiff line numberDiff line change
@@ -1495,25 +1495,10 @@
14951495
"@opentripplanner/core-utils" "^3.0.4"
14961496
prop-types "^15.7.2"
14971497

1498-
"@opentripplanner/core-utils@^3.0.0", "@opentripplanner/core-utils@^3.0.4":
1499-
version "3.1.0"
1500-
resolved "https://registry.yarnpkg.com/@opentripplanner/core-utils/-/core-utils-3.1.0.tgz#4626807893874503c5d365b05e5db4a1b3bf163c"
1501-
integrity sha512-EYhIv6nQdmadmkQumuXGrEwvRrhUl8xDPckSv24y3o9FX7uk8h5Gqe4FPdjnBT1eOj/XUj0/fZzNcETHUvZvUg==
1502-
dependencies:
1503-
"@mapbox/polyline" "^1.1.0"
1504-
"@opentripplanner/geocoder" "^1.0.2"
1505-
"@turf/along" "^6.0.1"
1506-
bowser "^2.7.0"
1507-
lodash.isequal "^4.5.0"
1508-
moment "^2.24.0"
1509-
moment-timezone "^0.5.27"
1510-
prop-types "^15.7.2"
1511-
qs "^6.9.1"
1512-
1513-
"@opentripplanner/core-utils@^3.1.1":
1514-
version "3.1.1"
1515-
resolved "https://registry.yarnpkg.com/@opentripplanner/core-utils/-/core-utils-3.1.1.tgz#d3582cbfe7a84cd5370d63a857dd26dff17591e5"
1516-
integrity sha512-20uY3uh2TawPG9PWLLWi5TVJ8F1/bws6cRaRfRNwk11qtdeFQNnVqxZGEd8q1OQSW7UI15cM45SCrK7V7Kxn6A==
1498+
"@opentripplanner/core-utils@^3.0.0", "@opentripplanner/core-utils@^3.0.4", "@opentripplanner/core-utils@^3.1.1", "@opentripplanner/core-utils@^3.2.2":
1499+
version "3.2.2"
1500+
resolved "https://registry.yarnpkg.com/@opentripplanner/core-utils/-/core-utils-3.2.2.tgz#5d39b6a16670e7818cbe1a8784d26a6f9699bb4e"
1501+
integrity sha512-+mmIWbvAtVEfU5lJnxs+3/qxJqhZqJne1kpeobK3Do1pqMXIHs0MVY1cZjd2/SpjXoQy+BYBZUnJmbjgDOdY/w==
15171502
dependencies:
15181503
"@mapbox/polyline" "^1.1.0"
15191504
"@opentripplanner/geocoder" "^1.0.2"

0 commit comments

Comments
 (0)