We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get the following warnings when installing strapi-plugin-config-sync:
warning "strapi-plugin-config-sync > [email protected]" has incorrect peer dependency "react@^15.3.0 || ^16.0.0". warning "strapi-plugin-config-sync > [email protected]" has incorrect peer dependency "react-dom@^15.3.0 || ^16.0.0".
react-diff-viewer seems to be abandoned (last update was in May 2020) and there is a successor fork called react-diff-viewer-continued (npm package).
react-diff-viewer
react-diff-viewer-continued
has unmet peer dependency
yarn add strapi-plugin-config-sync
Use currently maintained dependencies which don't cause warnings
The text was updated successfully, but these errors were encountered:
Excellent suggestion. It makes sense to switch to the new package.
Sorry, something went wrong.
Made the change directly on the master branch. See commit. I'll release it with the next release of the plugin :)
This was released with v1.1.0 of the plugin.
No branches or pull requests
Bug report
Describe the bug
I get the following warnings when installing strapi-plugin-config-sync:
react-diff-viewer
seems to be abandoned (last update was in May 2020) and there is a successor fork calledreact-diff-viewer-continued
(npm package).Steps to reproduce the behavior
has unmet peer dependency
warning)yarn add strapi-plugin-config-sync
Expected behavior
Use currently maintained dependencies which don't cause warnings
Screenshots
System
The text was updated successfully, but these errors were encountered: