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

chore(web3.js): move sinon-chai to devDependencies #25151

Merged
merged 1 commit into from
May 12, 2022

Conversation

beeman
Copy link
Contributor

@beeman beeman commented May 11, 2022

Problem

The sinon-chai package is listed in the dependencies resulting in a warning when using installing with yarn.

$ yarn
yarn install v1.22.18
[1/4] 🔍  Resolving packages...
[2/4] 🚚  Fetching packages...
[3/4] 🔗  Linking dependencies...
warning "@solana/web3.js > [email protected]" has unmet peer dependency "chai@^4.0.0".
warning "@solana/web3.js > [email protected]" has unmet peer dependency "sinon@>=4.0.0".
[4/4] 🔨  Building fresh packages...
✨  Done in 12.79s.

Summary of Changes

  • move sinon-chai to devDependencies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Community contribution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants