Skip to content

Commit

Permalink
chore: update textlint family to ^14.4.0 (#588)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent a84f649 commit 8a5a843
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 121 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"textlint": "^14.3.0",
"textlint": "^14.4.0",
"textlint-rule-preset-smarthr": "file:.."
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,23 @@
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@textlint/types": "^14.3.0",
"@textlint/types": "^14.4.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^18.19.67",
"fs": "^0.0.1-security",
"husky": "^9.1.7",
"js-yaml": "^4.1.0",
"prettier": "^3.4.1",
"standard-version": "^9.3.2",
"textlint": "^14.3.0",
"textlint-scripts": "^14.3.0",
"textlint-tester": "^14.3.0",
"textlint": "^14.4.0",
"textlint-scripts": "^14.4.0",
"textlint-tester": "^14.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
},
"dependencies": {
"@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.4",
"@textlint/module-interop": "^14.3.0",
"@textlint/module-interop": "^14.4.0",
"textlint-rule-ja-hiragana-daimeishi": "^1.0.0",
"textlint-rule-ja-hiragana-hojodoushi": "^1.1.0",
"textlint-rule-ja-keishikimeishi": "^1.0.5",
Expand Down
Loading

0 comments on commit 8a5a843

Please sign in to comment.