Merge pull request #45 from IT4Change/package-updates

chore(other): package updates
This commit is contained in:
Ulf Gebhardt 2023-02-20 20:53:16 +01:00 committed by GitHub
commit f32d420ce2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1733 additions and 1523 deletions

View File

@ -14,4 +14,4 @@ jobs:
run: npm install
- name: npm-build
run: npm run build:workflow
run: npm run build

3245
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,6 @@
"main": "index.js",
"scripts": {
"build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build docs",
"build:workflow": "vuepress build docs",
"dev": "NODE_OPTIONS=--openssl-legacy-provider vuepress dev docs",
"test": "textlint \"*.md\" \"docs/**/*.md\""
},
@ -21,11 +20,11 @@
"homepage": "https://github.com/IT4Change/IT4C.dev#readme",
"devDependencies": {
"@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-rule-apostrophe": "^2.0.0",
"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-no-dead-link": "^5.1.2",
"textlint-rule-no-empty-element": "^0.3.1",
@ -33,9 +32,9 @@
"textlint-rule-no-start-duplicated-conjunction": "^2.0.2",
"textlint-rule-no-todo": "^2.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",
"vuepress": "^1.9.7",
"vuepress": "^1.9.8",
"vuepress-theme-book": "^0.0.9"
}
}