Skip to content

Commit d58aea6

Browse files
Merge pull request #430 from ibi-group/update-to-coreutils-7
Update to coreutils 7
2 parents c12e1f7 + 032b6b3 commit d58aea6

File tree

16 files changed

+19
-37
lines changed

16 files changed

+19
-37
lines changed

Diff for: packages/core-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"tsc": "tsc"
2929
},
3030
"devDependencies": {
31-
"@opentripplanner/types": "^3.0.0-alpha.4"
31+
"@opentripplanner/types": "^3.0.0"
3232
}
3333
}

Diff for: packages/endpoints-overlay/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"@opentripplanner/location-icon": "^1.4.0",
23-
"@opentripplanner/core-utils": "^7.0.0-alpha.3",
23+
"@opentripplanner/core-utils": "^7.0.0",
2424
"flat": "^5.0.2",
2525
"@styled-icons/fa-solid": "^10.34.0"
2626
},

Diff for: packages/from-to-location-picker/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"@opentripplanner/location-icon": "^1.4.0",
1313
"flat": "^5.0.2"
1414
},
15+
"devDependencies": {
16+
"@opentripplanner/types": "^3.0.0"
17+
},
1518
"peerDependencies": {
1619
"react": "^16.14.0",
1720
"react-intl": "^5.20.4",

Diff for: packages/icons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "MIT",
1111
"private": false,
1212
"dependencies": {
13-
"@opentripplanner/core-utils": "^7.0.0-alpha.3",
13+
"@opentripplanner/core-utils": "^7.0.0",
1414
"prop-types": "^15.7.2"
1515
},
1616
"peerDependencies": {

Diff for: packages/itinerary-body/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "MIT",
1111
"private": false,
1212
"dependencies": {
13-
"@opentripplanner/core-utils": "^7.0.0-alpha.3",
13+
"@opentripplanner/core-utils": "^7.0.0",
1414
"@opentripplanner/humanize-distance": "^1.2.0",
1515
"@opentripplanner/icons": "^1.2.2",
1616
"@opentripplanner/location-icon": "^1.4.0",
@@ -23,7 +23,7 @@
2323
"velocity-react": "^1.4.3"
2424
},
2525
"devDependencies": {
26-
"@opentripplanner/types": "^3.0.0-alpha.4",
26+
"@opentripplanner/types": "^3.0.0",
2727
"@types/flat": "^5.0.2"
2828
},
2929
"peerDependencies": {

Diff for: packages/location-field/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"private": false,
1111
"dependencies": {
1212
"@conveyal/geocoder-arcgis-geojson": "^0.0.3",
13-
"@opentripplanner/core-utils": "^7.0.0-alpha.3",
13+
"@opentripplanner/core-utils": "^7.0.0",
1414
"@opentripplanner/geocoder": "^1.2.0",
1515
"@opentripplanner/humanize-distance": "^1.1.0",
1616
"@opentripplanner/location-icon": "^1.4.0",

Diff for: packages/route-viewer-overlay/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"@mapbox/polyline": "^1.1.0",
22-
"@opentripplanner/core-utils": "^7.0.0-alpha.3",
22+
"@opentripplanner/core-utils": "^7.0.0",
2323
"point-in-polygon": "^1.1.0",
2424
"prop-types": "^15.7.2"
2525
},

Diff for: packages/stop-viewer-overlay/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"url": "https://github.com/opentripplanner/otp-ui/issues"
1919
},
2020
"dependencies": {
21-
"@opentripplanner/core-utils": "^7.0.0-alpha.3",
21+
"@opentripplanner/core-utils": "^7.0.0",
2222
"prop-types": "^15.7.2"
2323
},
2424
"peerDependencies": {

Diff for: packages/transit-vehicle-overlay/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"module": "esm/index.js",
1010
"private": false,
1111
"dependencies": {
12-
"@opentripplanner/core-utils": "^7.0.0-alpha.3",
12+
"@opentripplanner/core-utils": "^7.0.0",
1313
"@opentripplanner/icons": "^1.2.1",
1414
"@opentripplanner/zoom-based-markers": "^1.2.1",
1515
"@turf/helpers": "^6.5.0",

Diff for: packages/transitive-overlay/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"@opentripplanner/itinerary-body": "^4.0.0",
22-
"@opentripplanner/core-utils": "^7.0.0-alpha.3",
22+
"@opentripplanner/core-utils": "^7.0.0",
2323
"lodash.isequal": "^4.5.0",
2424
"transitive-js": "^0.14.1"
2525
},

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"license": "MIT",
1212
"private": false,
1313
"dependencies": {
14-
"@opentripplanner/core-utils": "^7.0.0-alpha.3",
14+
"@opentripplanner/core-utils": "^7.0.0",
1515
"@styled-icons/fa-solid": "^10.34.0",
1616
"flat": "^5.0.2",
1717
"velocity-react": "^1.4.3"
1818
},
1919
"devDependencies": {
20-
"@opentripplanner/types": "^3.0.0-alpha.4",
20+
"@opentripplanner/types": "^3.0.0",
2121
"@types/flat": "^5.0.2"
2222
},
2323
"peerDependencies": {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"types": "lib/index.d.ts",
1111
"private": false,
1212
"dependencies": {
13-
"@opentripplanner/core-utils": "^7.0.0-alpha.3",
13+
"@opentripplanner/core-utils": "^7.0.0",
1414
"@opentripplanner/icons": "^1.2.2",
1515
"@styled-icons/bootstrap": "^10.34.0",
1616
"@styled-icons/boxicons-regular": "^10.38.0",

Diff for: packages/trip-viewer-overlay/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"@mapbox/polyline": "^1.1.0",
22-
"@opentripplanner/core-utils": "^7.0.0-alpha.3",
22+
"@opentripplanner/core-utils": "^7.0.0",
2323
"prop-types": "^15.7.2"
2424
},
2525
"peerDependencies": {

Diff for: packages/vehicle-rental-overlay/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"url": "git+https://github.com/opentripplanner/otp-ui.git"
1919
},
2020
"dependencies": {
21-
"@opentripplanner/core-utils": "^7.0.0-alpha.3",
21+
"@opentripplanner/core-utils": "^7.0.0",
2222
"@opentripplanner/from-to-location-picker": "^2.1.2",
2323
"@opentripplanner/zoom-based-markers": "^1.2.1",
2424
"@styled-icons/fa-solid": "^10.34.0",

Diff for: packages/zoom-based-markers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"url": "https://github.com/opentripplanner/otp-ui/issues"
1919
},
2020
"dependencies": {
21-
"@opentripplanner/core-utils": "^7.0.0-alpha.3"
21+
"@opentripplanner/core-utils": "^7.0.0"
2222
},
2323
"peerDependencies": {
2424
"@opentripplanner/base-map": "^2.0.0",

Diff for: yarn.lock

-21
Original file line numberDiff line numberDiff line change
@@ -2787,27 +2787,6 @@
27872787
resolved "https://registry.yarnpkg.com/@open-draft/until/-/until-1.0.3.tgz#db9cc719191a62e7d9200f6e7bab21c5b848adca"
27882788
integrity sha512-Aq58f5HiWdyDlFffbbSjAlv596h/cOnt2DO1w3DOC7OJ5EHs0hd/nycJfiu9RJbT6Yk6F1knnRRXNSpxoIVZ9Q==
27892789

2790-
"@opentripplanner/core-utils@^7.0.0-alpha.3":
2791-
version "7.0.0-alpha.3"
2792-
resolved "https://registry.yarnpkg.com/@opentripplanner/core-utils/-/core-utils-7.0.0-alpha.3.tgz#8f445f1e894f51b32f096730c34ae5e957e40848"
2793-
integrity sha512-wBVts5rAW0/L1pAUf5eNavEml3zCK1QAXt+8dPa+x23QjvcHSzJipxnH72Kezh1uWgTPRPDiqg3nObxdrDN0dg==
2794-
dependencies:
2795-
"@mapbox/polyline" "^1.1.0"
2796-
"@opentripplanner/geocoder" "^1.2.2"
2797-
"@styled-icons/foundation" "^10.34.0"
2798-
"@turf/along" "^6.0.1"
2799-
bowser "^2.7.0"
2800-
date-fns "^2.28.0"
2801-
date-fns-tz "^1.2.2"
2802-
lodash.clonedeep "^4.5.0"
2803-
lodash.isequal "^4.5.0"
2804-
qs "^6.9.1"
2805-
2806-
"@opentripplanner/types@^3.0.0-alpha.4":
2807-
version "3.0.0-alpha.4"
2808-
resolved "https://registry.yarnpkg.com/@opentripplanner/types/-/types-3.0.0-alpha.4.tgz#1804267d3bd5b138f1e715964fb238f79372c19b"
2809-
integrity sha512-6/6WuOQpve8De9Jbc+qweaSmebWO/fQgaheMLL/gLzS67KDPA8AstRN+z39liRvzp+McaHjNNfgD0UCWPZiakA==
2810-
28112790
"@pmmmwh/react-refresh-webpack-plugin@^0.5.1":
28122791
version "0.5.4"
28132792
resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.4.tgz#df0d0d855fc527db48aac93c218a0bf4ada41f99"

0 commit comments

Comments
 (0)