mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-03-06 18:40:15 +01:00
Update dependencies: c8 to 7.8.0, eslint to 7.32.0, eslint-plugin-jsdoc to 36.0.7, eslint-plugin-unicorn to 35.0.0, globby to 11.0.4, markdown-it-texmath to 0.9.1, ts-loader to 9.2.5, typescript to 4.3.5, webpack to 5.51.1, webpack-cli to 4.8.0.
This commit is contained in:
parent
227750e0ee
commit
a8228ecd80
5 changed files with 63 additions and 21 deletions
20
package.json
20
package.json
|
|
@ -48,28 +48,28 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"ava": "~3.15.0",
|
||||
"c8": "~7.7.2",
|
||||
"c8": "~7.8.0",
|
||||
"cpy-cli": "~3.1.1",
|
||||
"eslint": "~7.28.0",
|
||||
"eslint-plugin-jsdoc": "~35.1.3",
|
||||
"eslint": "~7.32.0",
|
||||
"eslint-plugin-jsdoc": "~36.0.7",
|
||||
"eslint-plugin-node": "~11.1.0",
|
||||
"eslint-plugin-unicorn": "~33.0.1",
|
||||
"globby": "~11.0.3",
|
||||
"eslint-plugin-unicorn": "~35.0.0",
|
||||
"globby": "~11.0.4",
|
||||
"js-yaml": "~4.1.0",
|
||||
"markdown-it-for-inline": "~0.1.1",
|
||||
"markdown-it-sub": "~1.0.0",
|
||||
"markdown-it-sup": "~1.0.0",
|
||||
"markdown-it-texmath": "~0.9.0",
|
||||
"markdown-it-texmath": "~0.9.1",
|
||||
"markdownlint-rule-helpers": "~0.14.0",
|
||||
"npm-run-all": "~4.1.5",
|
||||
"rimraf": "~3.0.2",
|
||||
"strip-json-comments": "~3.1.1",
|
||||
"toml": "~3.0.0",
|
||||
"ts-loader": "~9.2.3",
|
||||
"ts-loader": "~9.2.5",
|
||||
"tv4": "~1.3.0",
|
||||
"typescript": "~4.3.2",
|
||||
"webpack": "~5.38.1",
|
||||
"webpack-cli": "~4.7.2"
|
||||
"typescript": "~4.3.5",
|
||||
"webpack": "~5.51.1",
|
||||
"webpack-cli": "~4.8.0"
|
||||
},
|
||||
"keywords": [
|
||||
"markdown",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue