Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade @starknet-react/core dependency #893

Open
rsodre opened this issue Oct 21, 2024 · 1 comment
Open

Upgrade @starknet-react/core dependency #893

rsodre opened this issue Oct 21, 2024 · 1 comment

Comments

@rsodre
Copy link

rsodre commented Oct 21, 2024

Request: upgrade package dependencies and examples@starknet-react/core to version 3.0.3

Reasoning: @starknet-react/core version 2 depends on starknet 5, and everybody's in starknet 6, even the controller.

Trying to upgrade my controller version 0.4.0 I get some build issues, related to that package.

If that is done, please test the examples, I think some hooks in v3 require the controller connector to support the request() function.

Install issues...

$ pnpm i @cartridge/controller@latest
 WARN  5 deprecated subdependencies found: @humanwhocodes/[email protected], @humanwhocodes/[email protected], [email protected], [email protected], [email protected]
Packages: +2
++
Progress: resolved 525, reused 475, downloaded 0, added 0, done

dependencies:
- @cartridge/controller 0.3.46
+ @cartridge/controller 0.4.0

 WARN  Issues with peer dependencies found
.
├─┬ @cartridge/connector 0.3.46
│ └─┬ @starknet-react/core 2.8.2
│   ├── ✕ unmet peer get-starknet-core@^3.2.0: found 4.0.0
│   └── ✕ unmet peer starknet@^5.25.0: found 6.11.0
└─┬ @dojoengine/react 1.0.0-alpha.12
  └─┬ get-starknet-core 3.3.0
    └── ✕ unmet peer starknet@^5.18.0: found 6.11.0

Done in 6.9s
@rsodre
Copy link
Author

rsodre commented Oct 21, 2024

btw, they are asking to talk to Catridge...
apibara/starknet-react#517

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant