Skip to content

Commit 68c5a8c

Browse files
committed
fix(deps): update dependency textlint-rule-sentence-length to ^2.2.0
1 parent 953cccf commit 68c5a8c

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@
5656
"textlint-rule-no-mix-dearu-desumasu": "^4.0.0",
5757
"textlint-rule-no-nfd": "^1.0.2",
5858
"textlint-rule-preset-jtf-style": "^2.3.4",
59-
"textlint-rule-sentence-length": "^2.1.2"
59+
"textlint-rule-sentence-length": "^2.2.0"
6060
}
6161
}

yarn.lock

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,18 @@
133133
lodash.uniqwith "^4.5.0"
134134
to-regex "^3.0.2"
135135

136+
"@textlint/regexp-string-matcher@^1.1.0":
137+
version "1.1.0"
138+
resolved "https://registry.yarnpkg.com/@textlint/regexp-string-matcher/-/regexp-string-matcher-1.1.0.tgz#e19975029ce228a214d50c6a7e9dbcbef29ad8cd"
139+
integrity sha512-uTPnE1Dw1j+9clXPn61ZUdtg+WyhbgeXHwCTfBev7quHjeCP9PS8NdRkR6wEgmjuLg+xZlI4r/e1r6Bd0xyusQ==
140+
dependencies:
141+
escape-string-regexp "^1.0.5"
142+
execall "^1.0.0"
143+
lodash.sortby "^4.7.0"
144+
lodash.uniq "^4.5.0"
145+
lodash.uniqwith "^4.5.0"
146+
to-regex "^3.0.2"
147+
136148
"@textlint/text-to-ast@^3.1.6":
137149
version "3.1.6"
138150
resolved "https://registry.yarnpkg.com/@textlint/text-to-ast/-/text-to-ast-3.1.6.tgz#04fe9de0336a5d790c3722b3e91cc2e15bee177e"
@@ -2405,11 +2417,12 @@ textlint-rule-prh@^5.2.1:
24052417
textlint-rule-helper "^2.1.1"
24062418
untildify "^3.0.3"
24072419

2408-
textlint-rule-sentence-length@^2.1.2:
2409-
version "2.1.2"
2410-
resolved "https://registry.yarnpkg.com/textlint-rule-sentence-length/-/textlint-rule-sentence-length-2.1.2.tgz#ad59614bcb38e73b167dd2b6a9a4d76009d08131"
2411-
integrity sha512-1pIJamRz+NevWe/HMd+YCR2Z7yPzPSYX36ywbanIYVSDSaI9u6oqLX4nFAfDBS7ZTfaCz1QaZFsyDMSp7ZMX+g==
2420+
textlint-rule-sentence-length@^2.2.0:
2421+
version "2.2.0"
2422+
resolved "https://registry.yarnpkg.com/textlint-rule-sentence-length/-/textlint-rule-sentence-length-2.2.0.tgz#5554dab081153af889a967b8670fbb3e6bb4f109"
2423+
integrity sha512-0C7XZvqcdDwBQC1Sfyr47uDAChH0dO3O4gjxG4C/cwRFK8cyjIic8h7g+xaN7c9x+4OoMz+89SksuaHLo5UvqQ==
24122424
dependencies:
2425+
"@textlint/regexp-string-matcher" "^1.1.0"
24132426
sentence-splitter "^3.0.11"
24142427
textlint-rule-helper "^2.1.1"
24152428
textlint-util-to-string "^3.0.0"

0 commit comments

Comments
 (0)