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

Peer dependency warning #505

Open
Aadmaa opened this issue Nov 5, 2019 · 1 comment
Open

Peer dependency warning #505

Aadmaa opened this issue Nov 5, 2019 · 1 comment

Comments

@Aadmaa
Copy link

Aadmaa commented Nov 5, 2019

package.json has an old peer dependency for firebase (^5.0.4), causing npm warnings. An up-to-date version is reflected in devDependencies. I think you can probably just delete the firebase peer dependency.

"peerDependencies": { "firebase": "^5.0.4", "redux-saga": "^1.0.0" },

@shadez95
Copy link

Or just update the peer dependency.

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

No branches or pull requests

2 participants