-
Notifications
You must be signed in to change notification settings - Fork 560
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update all dependencies to the latest version (#1667)
* Upgrade all dependencies to the latest version and migrate to MUI5. * address check-types issues
- Loading branch information
Showing
198 changed files
with
8,764 additions
and
25,324 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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,68 @@ | ||
[ | ||
{ | ||
"id": "1", | ||
"title": "Compton T-Shirt", | ||
"description": "Sint occaecat deserunt ex incididunt qui sint. Id minim magna labore pariatur nulla quis.", | ||
"price": 15, | ||
"brand": "Compton", | ||
"category": "T-shirt", | ||
"image": "images/yellowT.png", | ||
"colors": ["Red", "Green", "Blue"], | ||
"sizes": ["Small", "Medium", "Large"] | ||
}, | ||
{ | ||
"id": "2", | ||
"title": "Comverges T-Shirt", | ||
"description": "Sint occaecat deserunt ex incididunt qui sint. Id minim magna labore pariatur nulla quis.", | ||
"price": 20, | ||
"brand": "Comverges", | ||
"category": "T-shirt", | ||
"image": "images/greyT.png", | ||
"colors": ["Red", "Green", "Blue"], | ||
"sizes": ["Small", "Medium", "Large"] | ||
}, | ||
{ | ||
"id": "3", | ||
"title": "Flexigen T-Shirt", | ||
"description": "Sint occaecat deserunt ex incididunt qui sint. Id minim magna labore pariatur nulla quis.", | ||
"price": 30, | ||
"brand": "Flexigen", | ||
"category": "T-shirt", | ||
"image": "images/pinkT.png", | ||
"colors": ["Red", "Green", "Blue"], | ||
"sizes": ["Small", "Medium", "Large"] | ||
}, | ||
{ | ||
"id": "4", | ||
"title": "Fuelworks T-Shirt", | ||
"description": "Sint occaecat deserunt ex incididunt qui sint. Id minim magna labore pariatur nulla quis.", | ||
"price": 40, | ||
"brand": "Fuelworks", | ||
"category": "T-shirt", | ||
"image": "images/blackT2.png", | ||
"colors": ["Red", "Green", "Blue"], | ||
"sizes": ["Small", "Medium", "Large"] | ||
}, | ||
{ | ||
"id": "5", | ||
"title": "Futuris T-Shirt", | ||
"description": "Sint occaecat deserunt ex incididunt qui sint. Id minim magna labore pariatur nulla quis.", | ||
"price": 50, | ||
"brand": "Futuris", | ||
"category": "T-shirt", | ||
"image": "images/pinkT.png", | ||
"colors": ["Red", "Green", "Blue"], | ||
"sizes": ["Small", "Medium", "Large"] | ||
}, | ||
{ | ||
"id": "6", | ||
"title": "Isoternia T-Shirt", | ||
"description": "Sint occaecat deserunt ex incididunt qui sint. Id minim magna labore pariatur nulla quis.", | ||
"price": 44, | ||
"brand": "Isoternia", | ||
"category": "T-shirt", | ||
"image": "images/brownT.png", | ||
"colors": ["Red", "Green", "Blue"], | ||
"sizes": ["Small", "Medium", "Large"] | ||
} | ||
] |
Oops, something went wrong.