Comparing version 4.5.3 to 4.6.0
@@ -8,6 +8,6 @@ 'use strict' | ||
const markdownItLatex = require('markdown-it-latex').default | ||
const markdownItHighlight = require('markdown-it-highlight').default | ||
const yaml = require('js-yaml') | ||
const mkdirp = require('mkdirp') | ||
const removeMd = require('remove-markdown') | ||
const markdownItHighlight = require('./utils/markdown-it-highlight.js') | ||
const defaultOptions = require('./defaultOptions') | ||
@@ -14,0 +14,0 @@ |
{ | ||
"name": "processmd", | ||
"version": "4.5.3", | ||
"version": "4.6.0", | ||
"description": "Process a directory of markdown and yaml files to JSON files", | ||
@@ -37,6 +37,5 @@ "main": "index.js", | ||
"globby": "^10.0.1", | ||
"highlight.js": "^9.15.10", | ||
"highlight.js": "^10.4.1", | ||
"js-yaml": "^3.13.1", | ||
"markdown-it": "^10.0.0", | ||
"markdown-it-highlight": "^0.2.0", | ||
"markdown-it-latex": "^0.2.0", | ||
@@ -43,0 +42,0 @@ "markdown-it-named-headings": "^1.1.0", |
9
53885
880
+ Addedhighlight.js@10.7.3(transitive)
- Removedmarkdown-it-highlight@^0.2.0
- Removedhighlight.js@9.18.5(transitive)
- Removedmarkdown-it-highlight@0.2.0(transitive)
Updatedhighlight.js@^10.4.1