-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
542: Update dependencies r=irevoire a=omid Update dependencies and a bit of housekeeping. Co-authored-by: Omid Rad <omidmr@gmail.com> Co-authored-by: Omid Rad <omid@users.noreply.github.com>
- Loading branch information
Showing
27 changed files
with
253 additions
and
307 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,74 +1,74 @@ | ||
[ | ||
{ | ||
"id": 1, | ||
"seaon": "winter", | ||
"season": "winter", | ||
"article": "sweater", | ||
"cost": 63.40, | ||
"size":"L", | ||
"pattern":"striped" | ||
}, | ||
{ | ||
"id": 2, | ||
"seaon": "spring", | ||
"season": "spring", | ||
"article": "sweat pants", | ||
"cost": 18.00, | ||
"size":"XXXL", | ||
"pattern":"floral" | ||
}, | ||
{ | ||
"id": 3, | ||
"seaon": "fall", | ||
"season": "fall", | ||
"article": "t-shirt", | ||
"cost": 1634.90, | ||
"size":"M", | ||
"pattern":"solid black" | ||
}, | ||
{ | ||
"id": 4, | ||
"seaon": "summer", | ||
"season": "summer", | ||
"article": "tank top", | ||
"cost": 3.40, | ||
"size":"L", | ||
"pattern":"diagonal" | ||
}, | ||
{ | ||
"id": 5, | ||
"seaon": "winter", | ||
"season": "winter", | ||
"article": "jeans", | ||
"cost": 4.20, | ||
"size":"XL", | ||
"pattern":"striped" | ||
}, | ||
{ | ||
"id": 6, | ||
"seaon": "spring", | ||
"season": "spring", | ||
"article": "sun dress", | ||
"cost": 12634.56, | ||
"size":"L", | ||
"pattern":"floral" | ||
}, | ||
{ | ||
"id": 7, | ||
"seaon": "fall", | ||
"season": "fall", | ||
"article": "sweatshirt", | ||
"cost": 90.80, | ||
"size":"M", | ||
"pattern":"checker" | ||
}, | ||
{ | ||
"id": 8, | ||
"seaon": "summer", | ||
"season": "summer", | ||
"article": "shorts", | ||
"cost": 16.34, | ||
"size":"XS", | ||
"pattern":"solid beige" | ||
}, | ||
{ | ||
"id": 9, | ||
"seaon": "winter", | ||
"season": "winter", | ||
"article": "jacket", | ||
"cost": 634, | ||
"size":"L", | ||
"pattern":"camo" | ||
} | ||
] | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.