File tree Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 40
40
"textlint-rule-no-mix-dearu-desumasu" : " ^3.0.0" ,
41
41
"textlint-rule-no-nfd" : " ^1.0.1" ,
42
42
"textlint-rule-prh" : " ^5.0.0" ,
43
- "textlint-rule-sentence-length" : " ^1 .0.4 "
43
+ "textlint-rule-sentence-length" : " ^2 .0.0 "
44
44
}
45
45
}
Original file line number Diff line number Diff line change 8
8
dependencies :
9
9
execall "^1.0.0"
10
10
11
+ " @textlint/ast-node-types@^3.0.0 " :
12
+ version "3.0.1"
13
+ resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-3.0.1.tgz#cf35e913aef798f0efac797144e167744a7857e8"
14
+
11
15
analyze-desumasu-dearu@^3.1.0 :
12
16
version "3.1.0"
13
17
resolved "https://registry.yarnpkg.com/analyze-desumasu-dearu/-/analyze-desumasu-dearu-3.1.0.tgz#af36b948454c0783a431f2ab938a59f24d40e150"
@@ -207,6 +211,14 @@ sentence-splitter@^2.0.0, sentence-splitter@^2.2.0:
207
211
concat-stream "^1.5.2"
208
212
structured-source "^3.0.2"
209
213
214
+ sentence-splitter@^3.0.6 :
215
+ version "3.0.6"
216
+ resolved "https://registry.yarnpkg.com/sentence-splitter/-/sentence-splitter-3.0.6.tgz#9e0ade1897f9fadd50feb35e0d9550e580f37aca"
217
+ dependencies :
218
+ " @textlint/ast-node-types" " ^3.0.0"
219
+ concat-stream "^1.5.2"
220
+ structured-source "^3.0.2"
221
+
210
222
sprintf-js@~1.0.2 :
211
223
version "1.0.3"
212
224
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
@@ -308,11 +320,11 @@ textlint-rule-prh@^5.0.0:
308
320
textlint-rule-helper "^2.0.0"
309
321
untildify "^3.0.2"
310
322
311
- textlint-rule-sentence-length@^1 .0.4 :
312
- version "1.1.3 "
313
- resolved "https://registry.yarnpkg.com/textlint-rule-sentence-length/-/textlint-rule-sentence-length-1.1.3 .tgz#c8c44e41882d663907f9c1f8b6398d89cabbd6a8 "
323
+ textlint-rule-sentence-length@^2 .0.0 :
324
+ version "2.0.0 "
325
+ resolved "https://registry.yarnpkg.com/textlint-rule-sentence-length/-/textlint-rule-sentence-length-2.0.0 .tgz#75273298502a8464d7cbd9900121300d9b89e194 "
314
326
dependencies :
315
- sentence-splitter "^2 .0.0 "
327
+ sentence-splitter "^3 .0.6 "
316
328
textlint-rule-helper "^2.0.0"
317
329
textlint-util-to-string "^2.1.1"
318
330
You can’t perform that action at this time.
0 commit comments