-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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
chore(v2): fix several npm warnings #3766
Conversation
Deploy preview for docusaurus-2 ready! Built with commit 8d30e6e |
Size Change: +22 B (0%) Total Size: 152 kB ℹ️ View Unchanged
|
@@ -119,7 +119,7 @@ | |||
"typescript": "^3.9.5" | |||
}, | |||
"peerDependencies": { | |||
"stylelint-copyright": "^2.0.0" | |||
"stylelint-copyright": "2.0.0-alpha.66" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see, I didn’t know about it, then we will get the same warning, although it’s probably better than what we have now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we just remove it?
Motivation
Just fix various npm warnings about peer dependencies.
Have you read the Contributing Guidelines on pull requests?
Yes
Test Plan
Logs
Diff changes:
Related PRs