package updates

This commit is contained in:
Ulf Gebhardt 2023-02-15 02:42:56 +01:00
parent e67b74e68d
commit ece879108b
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
2 changed files with 1732 additions and 1521 deletions

3233
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -21,11 +21,11 @@
"homepage": "https://github.com/IT4Change/IT4C.dev#readme", "homepage": "https://github.com/IT4Change/IT4C.dev#readme",
"devDependencies": { "devDependencies": {
"@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.9", "@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.9",
"textlint": "^12.4.0", "textlint": "^13.3.0",
"textlint-filter-rule-comments": "^1.2.2", "textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-apostrophe": "^2.0.0", "textlint-rule-apostrophe": "^2.0.0",
"textlint-rule-common-misspellings": "^1.0.1", "textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-doubled-spaces": "^1.0.0", "textlint-rule-doubled-spaces": "^1.0.1",
"textlint-rule-max-comma": "^2.0.2", "textlint-rule-max-comma": "^2.0.2",
"textlint-rule-no-dead-link": "^5.1.2", "textlint-rule-no-dead-link": "^5.1.2",
"textlint-rule-no-empty-element": "^0.3.1", "textlint-rule-no-empty-element": "^0.3.1",
@ -33,9 +33,9 @@
"textlint-rule-no-start-duplicated-conjunction": "^2.0.2", "textlint-rule-no-start-duplicated-conjunction": "^2.0.2",
"textlint-rule-no-todo": "^2.0.1", "textlint-rule-no-todo": "^2.0.1",
"textlint-rule-no-zero-width-spaces": "^1.0.1", "textlint-rule-no-zero-width-spaces": "^1.0.1",
"textlint-rule-period-in-list-item": "^0.3.3", "textlint-rule-period-in-list-item": "^1.0.1",
"textlint-rule-write-good": "^2.0.0", "textlint-rule-write-good": "^2.0.0",
"vuepress": "^1.9.7", "vuepress": "^1.9.8",
"vuepress-theme-book": "^0.0.9" "vuepress-theme-book": "^0.0.9"
} }
} }