mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Update dependencies: @types/node to 13.11.1, browserify to 16.5.1, c8 to 7.1.0, cpy-cli to 3.1.0, eslint-plugin-jsdoc to 22.1.0, markdownlint-rule-helpers to 0.7.0, rimraf to 3.0.2, tape to 4.13.2, typescript to 3.8.3, uglify-js to 3.8.1.
This commit is contained in:
parent
e470086d3b
commit
a0afba972c
1 changed files with 10 additions and 10 deletions
20
package.json
20
package.json
|
@ -33,26 +33,26 @@
|
||||||
"markdown-it": "10.0.0"
|
"markdown-it": "10.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "~13.5.0",
|
"@types/node": "~13.11.1",
|
||||||
"browserify": "~16.5.0",
|
"browserify": "~16.5.1",
|
||||||
"c8": "~7.0.1",
|
"c8": "~7.1.0",
|
||||||
"cpy-cli": "~3.0.0",
|
"cpy-cli": "~3.1.0",
|
||||||
"eslint": "~6.8.0",
|
"eslint": "~6.8.0",
|
||||||
"eslint-plugin-jsdoc": "~21.0.0",
|
"eslint-plugin-jsdoc": "~22.1.0",
|
||||||
"glob": "~7.1.6",
|
"glob": "~7.1.6",
|
||||||
"js-yaml": "~3.13.1",
|
"js-yaml": "~3.13.1",
|
||||||
"markdown-it-for-inline": "~0.1.1",
|
"markdown-it-for-inline": "~0.1.1",
|
||||||
"markdown-it-katex": "~2.0.3",
|
"markdown-it-katex": "~2.0.3",
|
||||||
"markdown-it-sub": "~1.0.0",
|
"markdown-it-sub": "~1.0.0",
|
||||||
"markdown-it-sup": "~1.0.0",
|
"markdown-it-sup": "~1.0.0",
|
||||||
"markdownlint-rule-helpers": "~0.6.0",
|
"markdownlint-rule-helpers": "~0.7.0",
|
||||||
"rimraf": "~3.0.0",
|
"rimraf": "~3.0.2",
|
||||||
"tape": "~4.13.0",
|
"tape": "~4.13.2",
|
||||||
"tape-player": "~0.1.0",
|
"tape-player": "~0.1.0",
|
||||||
"toml": "~3.0.0",
|
"toml": "~3.0.0",
|
||||||
"tv4": "~1.3.0",
|
"tv4": "~1.3.0",
|
||||||
"typescript": "~3.7.5",
|
"typescript": "~3.8.3",
|
||||||
"uglify-js": "~3.7.6"
|
"uglify-js": "~3.8.1"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"markdown",
|
"markdown",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue