mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-03 14:38:49 +01:00
Update dependencies: @types/node to 13.5.0, c8 to 7.0.1, eslint to 6.8.0, eslint-plugin-jsdoc to 21.0.0, markdownlint-rule-helpers to 0.6.0, tape to 4.13.0, typescript to 3.7.5, uglify-js to 3.7.6.
This commit is contained in:
parent
4d0c963c70
commit
17aa1371ae
1 changed files with 8 additions and 8 deletions
16
package.json
16
package.json
|
|
@ -33,25 +33,25 @@
|
|||
"markdown-it": "10.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "~12.12.17",
|
||||
"@types/node": "~13.5.0",
|
||||
"browserify": "~16.5.0",
|
||||
"c8": "~7.0.0",
|
||||
"c8": "~7.0.1",
|
||||
"cpy-cli": "~3.0.0",
|
||||
"eslint": "~6.7.2",
|
||||
"eslint-plugin-jsdoc": "~20.3.1",
|
||||
"eslint": "~6.8.0",
|
||||
"eslint-plugin-jsdoc": "~21.0.0",
|
||||
"glob": "~7.1.6",
|
||||
"js-yaml": "~3.13.1",
|
||||
"markdown-it-for-inline": "~0.1.1",
|
||||
"markdown-it-katex": "~2.0.3",
|
||||
"markdown-it-sub": "~1.0.0",
|
||||
"markdown-it-sup": "~1.0.0",
|
||||
"markdownlint-rule-helpers": "~0.5.0",
|
||||
"markdownlint-rule-helpers": "~0.6.0",
|
||||
"rimraf": "~3.0.0",
|
||||
"tape": "~4.12.1",
|
||||
"tape": "~4.13.0",
|
||||
"toml": "~3.0.0",
|
||||
"tv4": "~1.3.0",
|
||||
"typescript": "~3.7.3",
|
||||
"uglify-js": "~3.7.2"
|
||||
"typescript": "~3.7.5",
|
||||
"uglify-js": "~3.7.6"
|
||||
},
|
||||
"keywords": [
|
||||
"markdown",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue