-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[package.json] add ^5.0.0-beta.0" to peerDependencies #349
Conversation
Thanks! We do need to update the lockfile by re-running |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 698241d:
|
@markerikson Run |
@markerikson It seems that the cause of failure of each version of TypeScript CI is all due to the exists of unnecessary |
@ryota-murakami please do, thanks! |
@markerikson I', sorry for late response. |
When can this PR be merged? |
@exuanbo This is tweak, don't affected actual behavior. |
I'm currently using This issue could potentially discourage developers from experimenting with this beta version. |
@exuanbo I'm using pnpm so I didn't notice that. I'm sorry. |
I saw this error while
yarn install
in this project.So I added
|| ^5.0.0-beta.0"
to peerDependencies as same as react-redux