-
Notifications
You must be signed in to change notification settings - Fork 122
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
[CCI] Fixed a warning about unmet peer dependency @babel/core #466
Conversation
Signed-off-by: Didar Tursunov <89772209+Wielmany@users.noreply.github.com>
Signed-off-by: Didar Tursunov <89772209+Wielmany@users.noreply.github.com>
Signed-off-by: Didar Tursunov <89772209+Wielmany@users.noreply.github.com>
Seems like @caniuse-lite didn't pass the license check due to it being CC-BY-4.0 (although from what i see, it didn't change the license, and the the bumping of 1.0.30001469 ) didn't have any issues back then |
@Wielmany If |
Seems like it, the license check did pass without it |
@Wielmany Sometimes after awhile, the dependency errors will just resolve itself. Redo this and see if the problem has been resolved? |
I seem to still get an unmet dependency warning when running |
@Wielmany Closing this since we have a few updates regarding dependencies since. So this has gotten stale. Feel free to reopen or create a new PR. |
Description
Fixed a warning about unmet peer dependency
warning " > @babel/eslint-parser@7.19.1" has unmet peer dependency "@babel/core@>=7.11.0"
Issues Resolved
Closes #460
Check List
yarn run lint
doesn't show any errorsBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.