update remark cli and plugins to the last major versions

This commit is contained in:
TicClick
2022-04-12 21:38:05 +02:00
parent c7d3165b94
commit d87025e766
2 changed files with 4562 additions and 1936 deletions

6466
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -4,25 +4,25 @@
"description": "home of the osu! wiki",
"repository": "github:ppy/osu-wiki",
"dependencies": {
"remark-cli": "9.0.0",
"remark-frontmatter": "3.0.0",
"remark-gfm": "1.0.0",
"remark-lint-final-newline": "1.0.5",
"remark-cli": "10.0.1",
"remark-frontmatter": "4.0.1",
"remark-gfm": "3.0.1",
"remark-lint-final-newline": "2.1.1",
"remark-lint-hard-break-style": "github:cl8n/remark-lint-hard-break-style",
"remark-lint-linebreak-style": "2.0.1",
"remark-lint-no-duplicate-definitions": "2.0.1",
"remark-lint-no-duplicate-headings-in-section": "2.0.2",
"remark-lint-no-heading-content-indent": "3.0.0",
"remark-lint-no-heading-indent": "3.0.0",
"remark-lint-no-heading-like-paragraph": "2.0.1",
"remark-lint-no-html": "2.0.1",
"remark-lint-no-missing-blank-lines": "2.0.1",
"remark-lint-no-tabs": "2.0.1",
"remark-lint-no-undefined-references": "3.0.0",
"remark-lint-no-unused-definitions": "2.0.1",
"remark-lint-linebreak-style": "3.1.1",
"remark-lint-no-duplicate-definitions": "3.1.1",
"remark-lint-no-duplicate-headings-in-section": "3.1.1",
"remark-lint-no-heading-content-indent": "4.1.1",
"remark-lint-no-heading-indent": "4.1.1",
"remark-lint-no-heading-like-paragraph": "3.1.1",
"remark-lint-no-html": "3.1.1",
"remark-lint-no-missing-blank-lines": "3.1.1",
"remark-lint-no-tabs": "3.1.1",
"remark-lint-no-undefined-references": "4.1.1",
"remark-lint-no-unused-definitions": "3.1.1",
"remark-lint-osu-links": "github:cl8n/remark-lint-osu-links",
"remark-lint-osu-wiki-links": "github:MegaApplePi/remark-lint-osu-wiki-links",
"remark-preset-lint-markdown-style-guide": "4.0.0",
"remark-preset-lint-markdown-style-guide": "5.1.2",
"vfile-reporter-position": "0.1.7"
}
}