File tree Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 56
56
"textlint-rule-no-mix-dearu-desumasu" : " ^4.0.0" ,
57
57
"textlint-rule-no-nfd" : " ^1.0.2" ,
58
58
"textlint-rule-preset-jtf-style" : " ^2.3.4" ,
59
- "textlint-rule-sentence-length" : " ^2.1.2 "
59
+ "textlint-rule-sentence-length" : " ^2.2.0 "
60
60
}
61
61
}
Original file line number Diff line number Diff line change 133
133
lodash.uniqwith "^4.5.0"
134
134
to-regex "^3.0.2"
135
135
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
+
136
148
" @textlint/text-to-ast@^3.1.6 " :
137
149
version "3.1.6"
138
150
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:
2405
2417
textlint-rule-helper "^2.1.1"
2406
2418
untildify "^3.0.3"
2407
2419
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 ==
2412
2424
dependencies :
2425
+ " @textlint/regexp-string-matcher" " ^1.1.0"
2413
2426
sentence-splitter "^3.0.11"
2414
2427
textlint-rule-helper "^2.1.1"
2415
2428
textlint-util-to-string "^3.0.0"
You can’t perform that action at this time.
0 commit comments