Skip to content

Commit c23d053

Browse files
authored
chore(deps): update dependency textlint to ^15.2.2 (#292)
1 parent 9661214 commit c23d053

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.textlintignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# hayagrivaのsrc/csl/archive.rsで管理されている参考文献フォーマット
2-
website/dist/docs/reference/model/bibliography/index.html
3-
website/dist/docs/reference/model/cite/index.html
2+
website/dist/reference/model/bibliography/index.html
3+
website/dist/reference/model/cite/index.html

bun.lockb

44.7 KB
Binary file not shown.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"scripts": {
55
"textlint-md": "textlint ./docs/",
66
"textlint-md:fix": "textlint --fix ./docs/",
7-
"textlint-html": "textlint ./website/dist/docs/"
7+
"textlint-html": "textlint ./website/dist/"
88
},
99
"devDependencies": {
1010
"@types/bun": "latest",
11-
"textlint": "^14.3.0",
11+
"textlint": "^15.2.2",
1212
"textlint-filter-rule-comments": "^1.2.2",
1313
"textlint-plugin-html": "^1.0.1",
1414
"textlint-rule-preset-jtf-style": "^2.3.14"

0 commit comments

Comments
 (0)