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=b9a32143586ef50adf7a33be765628a20348717a;hp=80eb6abaa236fb4267e2d3a7b30dcd45a79692b7;hb=4d07c77cf4d78cab8639e13ddc3c22495e585b0b;hpb=b3950616b54221c40a7dab9099bda675007e5b6e diff --git a/.config/coc/extensions/node_modules/coc-markdownlint/package.json b/.config/coc/extensions/node_modules/coc-markdownlint/package.json index 80eb6aba..b9a32143 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.5.0", + "version": "1.9.0", "description": "Markdownlint extension for coc.nvim", "author": "Heyward Fann ", "license": "MIT", @@ -27,22 +27,23 @@ "@types/js-yaml": "^3.12.5", "@types/node": "^14.0.14", "@types/rc": "^1.1.0", - "@typescript-eslint/eslint-plugin": "^3.4.0", - "@typescript-eslint/parser": "^3.4.0", - "coc.nvim": "^0.0.77", + "@typescript-eslint/eslint-plugin": "^4.3.0", + "@typescript-eslint/parser": "^4.3.0", + "coc.nvim": "^0.0.79", "deep-extend": "^0.6.0", "eslint": "^7.2.0", "js-yaml": "^3.14.0", - "markdownlint": "^0.20.1", - "markdownlint-rule-helpers": "^0.11.0", + "markdownlint": "^0.22.0", + "markdownlint-rule-helpers": "^0.13.0", "npm-run-all": "^4.1.5", "rc": "^1.2.8", "rimraf": "^3.0.0", - "ts-loader": "^7.0.5", - "typescript": "^3.9.5", + "ts-loader": "^8.0.0", + "typescript": "^4.0.2", "vscode-languageserver-protocol": "^3.15.3", - "webpack": "^4.42.1", - "webpack-cli": "^3.3.12" + "vscode-languageserver-textdocument": "^1.0.1", + "webpack": "^5.1.3", + "webpack-cli": "^4.0.0" }, "activationEvents": [ "onLanguage:markdown", @@ -95,7 +96,7 @@ "$schema": { "description": "JSON Schema URI (used by some editors)", "type": "string", - "default": "https://raw.githubusercontent.com/DavidAnson/markdownlint/master/schema/markdownlint-config-schema.json" + "default": "https://raw.githubusercontent.com/DavidAnson/markdownlint/main/schema/markdownlint-config-schema.json" }, "MD001": { "description": "MD001/heading-increment/header-increment - Heading levels should only increment by one level at a time", @@ -843,7 +844,7 @@ "punctuation": { "description": "Punctuation characters", "type": "string", - "default": ".,;:!?。,;:!?" + "default": ".,;:!。,;:!" } }, "additionalProperties": false @@ -859,7 +860,7 @@ "punctuation": { "description": "Punctuation characters", "type": "string", - "default": ".,;:!?。,;:!?" + "default": ".,;:!。,;:!" } }, "additionalProperties": false