Skip to content

Commit 8b61003

Browse files
Stanisław GregorStanisław Gregor
andauthored
fix: problems with [email protected] (#111)
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]>
1 parent 336d6e9 commit 8b61003

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"license": "MIT",
3131
"dependencies": {
32-
"marked": "*",
32+
"marked": "^3.0.8",
3333
"simplemde": "*"
3434
},
3535
"devDependencies": {

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5191,6 +5191,11 @@ marked@*:
51915191
resolved "https://registry.yarnpkg.com/marked/-/marked-1.1.1.tgz#e5d61b69842210d5df57b05856e0c91572703e6a"
51925192
integrity sha512-mJzT8D2yPxoPh7h0UXkB+dBj4FykPJ2OIfxAWeIHrvoHDkFxukV/29QxoFQoPM6RLEwhIFdJpmKBlqVM3s2ZIw==
51935193

5194+
marked@^3.0.8:
5195+
version "3.0.8"
5196+
resolved "https://registry.yarnpkg.com/marked/-/marked-3.0.8.tgz#2785f0dc79cbdc6034be4bb4f0f0a396bd3f8aeb"
5197+
integrity sha512-0gVrAjo5m0VZSJb4rpL59K1unJAMb/hm8HRXqasD8VeC8m91ytDPMritgFSlKonfdt+rRYYpP/JfLxgIX8yoSw==
5198+
51945199
md5.js@^1.3.4:
51955200
version "1.3.5"
51965201
resolved "https://registry.yarnpkg.com/md5.js/-/md5.js-1.3.5.tgz#b5d07b8e3216e3e27cd728d72f70d1e6a342005f"

0 commit comments

Comments
 (0)