Skip to content

Commit

Permalink
fix: problems with [email protected] (#111)
Browse files Browse the repository at this point in the history
The 4.0.0 release of the `marked` package contains a breaking change
that - guess what - breaks the <VueSimpleMDE> component. The main change
is that the `marked` package does NOT provide a default export anymore.

For more information please see the [release notes for
`[email protected]`](https://github.com/markedjs/marked/releases/tag/v4.0.0).
Also, you might be interested in a [related pull request inside the
SimpleMDE repo](sparksuite/simplemde-markdown-editor#825).

Co-authored-by: Stanisław Gregor <[email protected]>
  • Loading branch information
Stanisław Gregor and Stanisław Gregor authored Dec 15, 2021
1 parent 336d6e9 commit 8b61003
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"license": "MIT",
"dependencies": {
"marked": "*",
"marked": "^3.0.8",
"simplemde": "*"
},
"devDependencies": {
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5191,6 +5191,11 @@ marked@*:
resolved "https://registry.yarnpkg.com/marked/-/marked-1.1.1.tgz#e5d61b69842210d5df57b05856e0c91572703e6a"
integrity sha512-mJzT8D2yPxoPh7h0UXkB+dBj4FykPJ2OIfxAWeIHrvoHDkFxukV/29QxoFQoPM6RLEwhIFdJpmKBlqVM3s2ZIw==

marked@^3.0.8:
version "3.0.8"
resolved "https://registry.yarnpkg.com/marked/-/marked-3.0.8.tgz#2785f0dc79cbdc6034be4bb4f0f0a396bd3f8aeb"
integrity sha512-0gVrAjo5m0VZSJb4rpL59K1unJAMb/hm8HRXqasD8VeC8m91ytDPMritgFSlKonfdt+rRYYpP/JfLxgIX8yoSw==

md5.js@^1.3.4:
version "1.3.5"
resolved "https://registry.yarnpkg.com/md5.js/-/md5.js-1.3.5.tgz#b5d07b8e3216e3e27cd728d72f70d1e6a342005f"
Expand Down

0 comments on commit 8b61003

Please sign in to comment.