mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
Merge pull request #45 from IT4Change/package-updates
chore(other): package updates
This commit is contained in:
commit
f32d420ce2
2
.github/workflows/test-build.yml
vendored
2
.github/workflows/test-build.yml
vendored
@ -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
3245
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user