-
Notifications
You must be signed in to change notification settings - Fork 8
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
fix: npm link issue #244
base: main
Are you sure you want to change the base?
fix: npm link issue #244
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,6 +40,7 @@ | |
"@requestnetwork/payment-detection": "0.47.0", | ||
"@requestnetwork/payment-processor": "0.50.0", | ||
"@requestnetwork/request-client.js": "0.52.0", | ||
"@requestnetwork/shared": "*", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🛠️ Refactor suggestion Consider using a more specific version constraint Using "*" for
Consider using a specific version range (e.g., "^1.0.0") to ensure stability. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Does this actually work? I remember @aimensahnoun tried this when he was first setting up the shared packages There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @MantisClone, I see. If using Thanks for letting me know. (_/) ✏️ Learnings added
|
||
"@wagmi/connectors": "^5.5.3", | ||
"@wagmi/core": "^2.15.2", | ||
"ethers": "^5.7.2", | ||
|
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.
💡 Codebase verification
Remove the graphql dependency as it's not directly used in the codebase
The
graphql
package appears to be a transitive dependency required by other packages (likegraphql-request
andgraphql-tag
) rather than being directly used in the codebase. Since these packages manage their own GraphQL dependency requirements through theirpeerDependencies
, there's no need to explicitly declaregraphql
in the rootpackage.json
.🔗 Analysis chain
Verify the necessity and version of the graphql dependency
The addition of graphql dependency seems unrelated to the npm linking fix. Please clarify:
Let me check if there are actual GraphQL usage patterns in the code, not just references in package files.
Let me fix the syntax error and try again.
Let me try one final search without file type restrictions.
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
Length of output: 121
Script:
Length of output: 116
Script:
Length of output: 165
Script:
Length of output: 1149