We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Request: upgrade package dependencies and examples@starknet-react/core to version 3.0.3
@starknet-react/core
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.
request()
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
The text was updated successfully, but these errors were encountered:
btw, they are asking to talk to Catridge... apibara/starknet-react#517
Sorry, something went wrong.
No branches or pull requests
Request: upgrade package dependencies and examples
@starknet-react/core
to version 3.0.3Reasoning:
@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...
The text was updated successfully, but these errors were encountered: