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

Move compile-time dependencies to dependencies in package.json #24

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

mmv08
Copy link
Contributor

@mmv08 mmv08 commented Jul 8, 2024

The CandideWallet contracts import contracts from AA, OpenZeppelin and Safe contracts packages, but those packages are only marked as a development dependency therefore if someone wants to build on top of Candide Contracts, compiling the contracts will fail since the dependencies won't be present in the dependency tree (devDeps of dependencies are not installed)

This PR fixes the issue by moving the "compile" time dependencies from devDependencies to dependencies

@mmv08 mmv08 changed the title Move runtime dependencies to dependencies in package.json Move compile-time dependencies to dependencies in package.json Jul 8, 2024
@andrewwahid andrewwahid merged commit b8bbfd7 into candidelabs:main Jul 8, 2024
3 checks passed
@mmv08 mmv08 deleted the fix-runtime-deps branch July 9, 2024 09:21
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

Successfully merging this pull request may close these issues.

2 participants