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

Update dependencies #673

Closed
wants to merge 1 commit into from
Closed

Update dependencies #673

wants to merge 1 commit into from

Conversation

jordaaash
Copy link

This PR is intended to fix some dev/peer/dependencies and version discrepancies.

integrity sha512-tUd9srDLkRpe1BYg7we+c4UhRQkq+XQWswsr/L1xfGmoRDF47BPSXf4zE7ZU2GRBGvxtGt7lwJVAufQyQYhxTQ==
dependencies:
"@wallet-standard/base" "^1.0.1"
"@wallet-standard/features" "^1.0.3"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So this isn't ideal, we're ending up with two versions here...

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would adding a resolution here be appropriate? that resuts in

"@solana/wallet-standard-features@^1.1.0", "@solana/wallet-standard-features@^1.2.0":
  version "1.2.0"
  resolved "https://registry.yarnpkg.com/@solana/wallet-standard-features/-/wallet-standard-features-1.2.0.tgz#be8b3824abf5ebcfeaa7298445bf53f76a27c935"
  integrity sha512-tUd9srDLkRpe1BYg7we+c4UhRQkq+XQWswsr/L1xfGmoRDF47BPSXf4zE7ZU2GRBGvxtGt7lwJVAufQyQYhxTQ==
  dependencies:
    "@wallet-standard/base" "^1.0.1"
    "@wallet-standard/features" "^1.0.3"

in my testing. wallet-adapter build is still failing tho

@Funkatronics
Copy link
Contributor

apart from the duplicate wallet-standard-features dep, this LGTM. builds and runs fine for me locally.

@Funkatronics
Copy link
Contributor

@jordaaash I am going to cherry pick these changes and merge them in, leaving out the react-native-walletlib changes for now since that is a separate lib and I want Mikes input before I go mucking around in there.

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