-
Notifications
You must be signed in to change notification settings - Fork 24
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
graphql as Direct Dependency of data Package #551
base: beta
Are you sure you want to change the base?
Conversation
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did this solved the issue?
Unfortunately it did not... 😢 |
User description
Ideally this resolve the missing peer dependency issue experienced in bh2smith/neareth-tunnel#10
Closes #549
PR Type
enhancement, dependencies
Description
graphql
as a direct dependency to resolve missing peer dependency issues.@mintbase-js/sdk
from version 0.6.2 to 0.6.5 to ensure compatibility and access to new features.package-lock.json
.dev
todevOptional
to optimize the development environment.Changes walkthrough 📝
package-lock.json
Update dependencies and add `graphql` as a direct dependency
package-lock.json
graphql
as a direct dependency.@mintbase-js/sdk
from version 0.6.2 to 0.6.5.dev
todevOptional
.package.json
Add `graphql` as a direct dependency and update SDK
packages/data/package.json
graphql
as a direct dependency.@mintbase-js/sdk
from version 0.6.2 to 0.6.5.