Skip to content

Commit ce9d5bf

Browse files
authored
Merge pull request #410 from opentripplanner/dev
Release (2021-07 #3)
2 parents c12097b + 77fc830 commit ce9d5bf

File tree

3 files changed

+5
-26
lines changed

3 files changed

+5
-26
lines changed

Diff for: __tests__/reducers/__snapshots__/create-otp-reducer.js.snap

-6
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ Object {
2525
"transitOperators": Array [],
2626
},
2727
"currentQuery": Object {
28-
"bannedRoutes": "",
2928
"bikeSpeed": 3.58,
30-
"companies": null,
3129
"date": "2019-08-04",
3230
"departArrive": "NOW",
3331
"endTime": "09:00",
@@ -44,7 +42,6 @@ Object {
4442
"optimize": "QUICK",
4543
"optimizeBike": "SAFE",
4644
"otherThanPreferredRoutesPenalty": 900,
47-
"preferredRoutes": "",
4845
"routingType": "ITINERARY",
4946
"showIntermediateStops": true,
5047
"startTime": "07:00",
@@ -108,9 +105,7 @@ Object {
108105
"user": Object {
109106
"autoRefreshStopTimes": true,
110107
"defaults": Object {
111-
"bannedRoutes": "",
112108
"bikeSpeed": 3.58,
113-
"companies": null,
114109
"endTime": "09:00",
115110
"ignoreRealtimeUpdates": false,
116111
"intermediatePlaces": Array [],
@@ -124,7 +119,6 @@ Object {
124119
"optimize": "QUICK",
125120
"optimizeBike": "SAFE",
126121
"otherThanPreferredRoutesPenalty": 900,
127-
"preferredRoutes": "",
128122
"routingType": "ITINERARY",
129123
"showIntermediateStops": true,
130124
"startTime": "07:00",

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)