Skip to content

Commit

Permalink
Merge branch 'refs/heads/main' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 5, 2023
2 parents 0063795 + f0d4e74 commit 7899516
Show file tree
Hide file tree
Showing 4 changed files with 914 additions and 984 deletions.
6 changes: 6 additions & 0 deletions dict/prh-idiomatic-usage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1365,3 +1365,9 @@ rules:
specs:
- from: くわしくは
to: 詳しくは
- expected: 検索フォーム
pattern:
- 検索ボックス
specs:
- from: 検索ボックスに入力
to: 検索フォームに入力
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": "^13.3.2",
"textlint": "^13.3.3",
"textlint-rule-preset-smarthr": "file:.."
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,27 +28,27 @@
"export:airtable": "ts-node ./scripts/export-airtable-rules.ts"
},
"devDependencies": {
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@textlint/types": "^13.3.2",
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@textlint/types": "^13.3.3",
"@types/js-yaml": "^4.0.5",
"@types/node": "^16.18.35",
"@types/node": "^16.18.38",
"airtable": "^0.12.1",
"dotenv": "^16.1.4",
"dotenv": "^16.3.1",
"fs": "^0.0.1-security",
"husky": "^8.0.3",
"js-yaml": "^4.1.0",
"prettier": "^2.8.8",
"standard-version": "^9.3.2",
"textlint-tester": "^13.3.2",
"textlint-scripts": "^13.3.2",
"textlint-tester": "^13.3.3",
"textlint-scripts": "^13.3.3",
"ts-node": "^10.9.1",
"typescript": "^5.1.3",
"textlint": "^13.3.2"
"typescript": "^5.1.6",
"textlint": "^13.3.3"
},
"dependencies": {
"@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.9",
"@textlint/module-interop": "^13.3.2",
"@textlint/module-interop": "^13.3.3",
"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 7899516

Please sign in to comment.