-
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 #550
Conversation
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
Closing in favour of #551 because of the failed build that appears to be due to the branch name: https://github.com/Mintbase/mintbase-js/actions/runs/11435344310 |
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 improvements.@lerna/package
,@lerna/project
, and@testing-library/dom
to support development and testing.graphql
version from 16.8.1 to 16.9.0 for better performance and features.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.@lerna/package
,@lerna/project
, and@testing-library/dom
.graphql
version from 16.8.1 to 16.9.0.package.json
Add `graphql` as a direct dependency in package.json
packages/data/package.json
graphql
as a direct dependency.@mintbase-js/sdk
from version 0.6.2 to 0.6.5.