LIQNFT / candy-shop-storefront

Ethereum, Polygon & Solana NFT Storefront & Auctions
https://candyshop.space
Apache License 2.0
121 stars 104 forks source link

[Fix] resolve @types/react@* to our @types/react #3

Closed ahsan8244 closed 2 years ago

ahsan8244 commented 2 years ago

some of our deps are installing types for the latest version of react(v18), which does not comply with our existing types for react v17. This PR modifies yarn.lock to resolve wildcard versions of @types/react to our existing @types/react dep version.