Bump markdown-it and highlight versions

This commit is contained in:
Matt Bierner
2020-12-11 12:14:04 -08:00
parent 52d2132e8d
commit 92723a8a2c
2 changed files with 32 additions and 37 deletions

View File

@@ -324,14 +324,14 @@
"watch-web": "npx webpack-cli --config extension-browser.webpack.config --mode none --watch --info-verbosity verbose"
},
"dependencies": {
"highlight.js": "10.1.2",
"markdown-it": "^10.0.0",
"highlight.js": "^10.4.1",
"markdown-it": "^12.0.3",
"markdown-it-front-matter": "^0.2.1",
"vscode-extension-telemetry": "0.1.1",
"vscode-nls": "^4.0.0"
},
"devDependencies": {
"@types/highlight.js": "9.12.3",
"@types/highlight.js": "10.1.0",
"@types/lodash.throttle": "^4.1.3",
"@types/markdown-it": "0.0.2",
"@types/node": "^12.11.7",