Skip to content

Commit

Permalink
Merge pull request #428 from ibi-group/remove-momentjs-core
Browse files Browse the repository at this point in the history
Remove momentjs
  • Loading branch information
binh-dam-ibigroup authored Aug 3, 2022
2 parents c27db01 + 253af81 commit a340d1d
Show file tree
Hide file tree
Showing 47 changed files with 461 additions and 3,308 deletions.
33 changes: 19 additions & 14 deletions __snapshots__/storybook.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -89272,8 +89272,9 @@ exports[`Storyshots ItineraryBody/otp-ui Walk Transit Walk Itinerary With Custom
onClick={[Function]}
>
<span>
Ride
3 min
Ride for a custom duration of
3.583
minutes
</span>
<span>
(2 stops)
Expand Down Expand Up @@ -94475,7 +94476,7 @@ exports[`Storyshots LocationField/Mobile Context With Custom Icons 2`] = `
className="c12"
>
<div
className="styled__StopName-wgpkt8-22"
className="styled__StopName-sc-wgpkt8-22"
>
1st & Main
(
Expand Down Expand Up @@ -94536,7 +94537,7 @@ exports[`Storyshots LocationField/Mobile Context With Custom Icons 2`] = `
className="c12"
>
<div
className="styled__StopName-wgpkt8-22"
className="styled__StopName-sc-wgpkt8-22"
>
Main & 2nd
(
Expand Down Expand Up @@ -94662,7 +94663,8 @@ exports[`Storyshots LocationField/Mobile Context With Custom Icons 2`] = `
<div
className="c18"
>
Home (456 Suburb St)
Home
(456 Suburb St)
<span
className="c19"
/>
Expand Down Expand Up @@ -94711,7 +94713,8 @@ exports[`Storyshots LocationField/Mobile Context With Custom Icons 2`] = `
<div
className="c18"
>
Work (789 Busy St)
Work
(789 Busy St)
<span
className="c19"
/>
Expand Down Expand Up @@ -95158,7 +95161,7 @@ exports[`Storyshots LocationField/Mobile Context With Nearby Stops 2`] = `
className="c13"
>
<div
className="styled__StopName-wgpkt8-22"
className="styled__StopName-sc-wgpkt8-22"
>
1st & Main
(
Expand Down Expand Up @@ -95219,7 +95222,7 @@ exports[`Storyshots LocationField/Mobile Context With Nearby Stops 2`] = `
className="c13"
>
<div
className="styled__StopName-wgpkt8-22"
className="styled__StopName-sc-wgpkt8-22"
>
Main & 2nd
(
Expand Down Expand Up @@ -95945,7 +95948,8 @@ exports[`Storyshots LocationField/Mobile Context With User Settings 2`] = `
<div
className="c13"
>
Home (456 Suburb St)
Home
(456 Suburb St)
<span
className="c14"
/>
Expand Down Expand Up @@ -95994,7 +95998,8 @@ exports[`Storyshots LocationField/Mobile Context With User Settings 2`] = `
<div
className="c13"
>
Work (789 Busy St)
Work
(789 Busy St)
<span
className="c14"
/>
Expand Down Expand Up @@ -215463,8 +215468,8 @@ Array [
<input
aria-label="walk reluctance"
id="id-query-param-walkReluctance"
max={20}
min={0.5}
max={10}
min={1}
onChange={[Function]}
step={0.5}
type="range"
Expand Down Expand Up @@ -215630,8 +215635,8 @@ Array [
<input
aria-label="walk reluctance"
id="id-query-param-walkReluctance"
max={20}
min={0.5}
max={10}
min={1}
onChange={[Function]}
step={0.5}
type="range"
Expand Down
12 changes: 6 additions & 6 deletions packages/core-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@
"private": false,
"dependencies": {
"@mapbox/polyline": "^1.1.0",
"@opentripplanner/geocoder": "^1.2.2",
"@opentripplanner/geocoder": "^1.3.0",
"@styled-icons/foundation": "^10.34.0",
"@turf/along": "^6.0.1",
"bowser": "^2.7.0",
"date-fns": "^2.23.0",
"date-fns-tz": "^1.1.4",
"date-fns": "^2.28.0",
"date-fns-tz": "^1.2.2",
"lodash.clonedeep": "^4.5.0",
"lodash.isequal": "^4.5.0",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"qs": "^6.9.1"
},
"gitHead": "0af1b7cda60bd4252b219dcf893e01c2acb2ed5d",
"scripts": {
"tsc": "tsc"
},
"devDependencies": {}
"devDependencies": {
"@opentripplanner/types": "^3.0.0-alpha.4"
}
}
Loading

0 comments on commit a340d1d

Please sign in to comment.