X-Git-Url: https://git.josue.xyz/?p=dotfiles%2F.git;a=blobdiff_plain;f=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-markdownlint%2Fpackage.json;h=67844412113a1fefba9afd3cedc97165311d7ae3;hp=892af60063a323b01d6283f4d125808e93f0f8c1;hb=3be0a9efc698a9570a44456009afc6014812625a;hpb=d2f432cc757f42f0318fdddcab8c00b240d47088 diff --git a/.config/coc/extensions/node_modules/coc-markdownlint/package.json b/.config/coc/extensions/node_modules/coc-markdownlint/package.json index 892af600..67844412 100644 --- a/.config/coc/extensions/node_modules/coc-markdownlint/package.json +++ b/.config/coc/extensions/node_modules/coc-markdownlint/package.json @@ -1,6 +1,6 @@ { "name": "coc-markdownlint", - "version": "1.11.1", + "version": "1.12.3", "description": "Markdownlint extension for coc.nvim", "author": "Heyward Fann ", "license": "MIT", @@ -24,21 +24,21 @@ }, "devDependencies": { "@types/deep-extend": "^0.4.31", - "@types/js-yaml": "^3.12.5", - "@types/node": "10.12.0", - "@types/rc": "^1.1.0", - "@typescript-eslint/eslint-plugin": "^4.3.0", - "@typescript-eslint/parser": "^4.3.0", - "coc.nvim": "^0.0.81-next.2", + "@types/js-yaml": "^4.0.3", + "@types/node": "12.12.0", + "@types/rc": "^1.2.0", + "@typescript-eslint/eslint-plugin": "^4.32.0", + "@typescript-eslint/parser": "^4.32.0", + "coc.nvim": "^0.0.81-next.7", "deep-extend": "^0.6.0", - "esbuild": "^0.8.33", + "esbuild": "^0.13.2", "eslint": "^7.2.0", - "js-yaml": "^3.14.0", - "markdownlint": "^0.23.1", - "markdownlint-rule-helpers": "^0.14.0", + "js-yaml": "^4.1.0", + "markdownlint": "^0.24.0", + "markdownlint-rule-helpers": "^0.15.0", "rc": "^1.2.8", "rimraf": "^3.0.0", - "typescript": "^4.0.2" + "typescript": "^4.4.3" }, "activationEvents": [ "onLanguage:markdown", @@ -403,6 +403,11 @@ "description": "Include code blocks", "type": "boolean", "default": true + }, + "spaces_per_tab": { + "description": "Number of spaces for each hard tab", + "type": "number", + "default": 1 } }, "additionalProperties": false @@ -419,6 +424,11 @@ "description": "Include code blocks", "type": "boolean", "default": true + }, + "spaces_per_tab": { + "description": "Number of spaces for each hard tab", + "type": "number", + "default": 1 } }, "additionalProperties": false @@ -1472,7 +1482,7 @@ "default": true, "properties": { "style": { - "description": "Code fence syle", + "description": "Code fence style", "type": "string", "enum": [ "consistent", @@ -1493,7 +1503,7 @@ "default": true, "properties": { "style": { - "description": "Code fence syle", + "description": "Code fence style", "type": "string", "enum": [ "consistent",