-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
less strict version dependecy for "remark-parse" #1548
Comments
yes, i've seen #1458. But doing a major upgrade is out of scope for me, that's why i ask for an patchlevel release :) |
Or you can just try the following for now. // package.json
{
"resolutions": {
"trim": "^1.0.1"
}
} |
@JounQin that works (if you're using yarn, not npm), but it is just a workaround :) |
@ChristianMurphy so you didn't read my comment? Doing a major upgrade is out of scope. Would be that complicated to release a patch version? |
I read your comment. |
given that remarkjs/remark#710 may succeed, it would be awesome to have a new 1.6 (maybe 1.6.23) release with a less strict (allow patches, or just updated) dependency for "remark-parse". So we can get away from "trim" 0.0.1 cheap.
The text was updated successfully, but these errors were encountered: