package.json: update dependencies (#7653)

This commit is contained in:
Axel Navarro
2022-01-15 16:39:36 -03:00
committed by GitHub
parent bdbd53c5ee
commit 9b1bfc3a5a
2 changed files with 112 additions and 121 deletions
+3 -3
View File
@@ -6,12 +6,12 @@
"repository": "tldr-pages/tldr",
"homepage": "https://tldr.sh/",
"dependencies": {
"glob": "7.1.7",
"markdownlint-cli": "0.27.1",
"glob": "7.2.0",
"markdownlint-cli": "0.30.0",
"tldr-lint": "^0.0.13"
},
"devDependencies": {
"husky": "^7.0.1"
"husky": "^7.0.4"
},
"scripts": {
"lint-markdown": "markdownlint pages*/**/*.md",