Rosey / markdown-draft-js

A tool to convert content created in DraftJS to markdown and vice versa.
https://rosey.github.io/markdown-draft-js/
MIT License
318 stars 69 forks source link

Upgrade remarkable #126

Closed TrySound closed 4 years ago

TrySound commented 4 years ago

Only bug fix here https://github.com/jonschlinkert/remarkable/blob/master/CHANGELOG.md#201--2020-05-25

Is it ok to extend version with semver caret? We do not expect major changes now. Now I have two instances of remarkable in my project because of this.

Rosey commented 4 years ago

Is it ok to extend version with semver caret?

Yeah let's do it. I've often been overly cautious about this because it means trusting the dependency's author to only do non-breaking changes on semvar... I have been burned before! But I feel pretty safe with remarkable.