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
We have some package level dupes do to version pinning:
WARNING in clipboard Multiple versions of clipboard found: 1.7.1 ./~/@wordpress/components/~/clipboard 2.0.1 ./~/clipboard WARNING in jquery Multiple versions of jquery found: 1.12.3 ./~/jquery 3.3.1 ./~/@wordpress/editor/~/jquery WARNING in moment-timezone Multiple versions of moment-timezone found: 0.5.11 ./~/i18n-calypso/~/moment-timezone 0.5.21 ./~/moment-timezone WARNING in react-click-outside Multiple versions of react-click-outside found: 2.3.1 ./~/@wordpress/components/~/react-click-outside 3.0.1 ./~/react-click-outside
The text was updated successfully, but these errors were encountered:
#27823 addresses the moment-timezone dupe
Sorry, something went wrong.
jquery I think we're just leaving alone since we already extern jQuery@1.12 and bundle jQuery@3. #27778 dealt with it.
WordPress/gutenberg#10748 and WordPress/gutenberg#10739 filed with Gutenberg to get them up to a range that matches us (and on current versions)
All dupes from gutenberg are now deduped.
No branches or pull requests
We have some package level dupes do to version pinning:
To resolve
The text was updated successfully, but these errors were encountered: