Skip to content

Commit

Permalink
Bump jstransformer-marked from 1.0.3 to 1.2.0
Browse files Browse the repository at this point in the history
The calm before the storm...

We use `metalsmith-in-place` to compile our markdown and nunjucks. That in turn has a dependency on `jstransformer`, which then requires peerDependencies of the relevant packages - in this case, `jstransformer-marked` and `jstransformer-nunjucks`.

So despite us having `marked` 4.0.18 as a dependency, we're at the whim of `jstransformer-marked`'s dependency tree when it comes to processing our files with `metalsmith-in-place`.

v1.0.3 of `jstransformer-marked` uses `marked` ^0.3.9 (0.3.19 in our package-lock).

v1.2.0 uses `marked` 4.0.18.

Surely this won't be an issue... (spoiler: it will).
  • Loading branch information
domoscargin committed Aug 24, 2022
1 parent 5c77784 commit a02a81c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 25 deletions.
34 changes: 10 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -58,7 +58,7 @@
"jest": "^27.2.3",
"jest-puppeteer": "^4.1.1",
"js-beautify": "^1.9.1",
"jstransformer-marked": "^1.0.3",
"jstransformer-marked": "^1.2.0",
"jstransformer-nunjucks": "^0.5.0",
"marked": "^4.0.18",
"metalsmith": "^2.5.0",
Expand Down

0 comments on commit a02a81c

Please sign in to comment.