apibara / starknet-react

A collection of React providers and hooks for StarkNet
https://starknet-react.com
MIT License
369 stars 147 forks source link

Upgrade create-starknet to latest version #488

Closed BDCoy closed 2 months ago

BDCoy commented 2 months ago

Issue #481 This update addresses Issue #481, which required updating the create-starknet package to use Starknet React v3.

Solution

"@starknet-react/chains": "^3.0.0-beta.2", "@starknet-react/core": "^3.0.0-beta.2", "get-starknet-core": "^3.3.3", "starknet": "^6.11.0"

fracek commented 2 months ago

Looks good, I made some minor comments. You should also add the project to pnpm-workspace.yaml

BDCoy commented 2 months ago

Hey @fracek,

I was able to update the branch with your comments. I also ran pnpm install-build and updated tsup to version "^8.0.2" to avoid deprecated warnings.

fracek commented 2 months ago

Looks like you need to run pnpm lint:fix

BDCoy commented 2 months ago

Great!