mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-27 17:36:10 +01:00
Update dependencies: markdown-it to 8.4.2, @types/node to 10.5.2, eslint to 5.2.0, js-yaml to 3.12.0, nodeunit to 0.11.3, typescript to 2.9.2, uglify-js to 3.4.5.
This commit is contained in:
parent
23d5be6015
commit
f0fce5b4b0
2 changed files with 10 additions and 7 deletions
14
package.json
14
package.json
|
|
@ -26,22 +26,22 @@
|
|||
"node": ">=6"
|
||||
},
|
||||
"dependencies": {
|
||||
"markdown-it": "8.4.1"
|
||||
"markdown-it": "8.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "~9.6.15",
|
||||
"@types/node": "~10.5.2",
|
||||
"browserify": "~16.2.2",
|
||||
"cpy-cli": "~2.0.0",
|
||||
"eslint": "~4.19.1",
|
||||
"eslint": "~5.2.0",
|
||||
"glob": "~7.1.2",
|
||||
"istanbul": "~0.4.5",
|
||||
"js-yaml": "~3.11.0",
|
||||
"nodeunit": "~0.11.2",
|
||||
"js-yaml": "~3.12.0",
|
||||
"nodeunit": "~0.11.3",
|
||||
"rimraf": "~2.6.2",
|
||||
"toml": "~2.3.3",
|
||||
"tv4": "~1.3.0",
|
||||
"typescript": "~2.8.3",
|
||||
"uglify-js": "~3.3.27"
|
||||
"typescript": "~2.9.2",
|
||||
"uglify-js": "~3.4.5"
|
||||
},
|
||||
"keywords": [
|
||||
"markdown",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue