Skip to content

Commit 6246d95

Browse files
renovate[bot]azu
authored andcommitted
fix(deps): update dependency textlint-rule-sentence-length to ^2.0.0 (#24)
1 parent 5d2a0bf commit 6246d95

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
"textlint-rule-no-mix-dearu-desumasu": "^3.0.0",
4141
"textlint-rule-no-nfd": "^1.0.1",
4242
"textlint-rule-prh": "^5.0.0",
43-
"textlint-rule-sentence-length": "^1.0.4"
43+
"textlint-rule-sentence-length": "^2.0.0"
4444
}
4545
}

yarn.lock

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
dependencies:
99
execall "^1.0.0"
1010

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+
1115
analyze-desumasu-dearu@^3.1.0:
1216
version "3.1.0"
1317
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:
207211
concat-stream "^1.5.2"
208212
structured-source "^3.0.2"
209213

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+
210222
sprintf-js@~1.0.2:
211223
version "1.0.3"
212224
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
@@ -308,11 +320,11 @@ textlint-rule-prh@^5.0.0:
308320
textlint-rule-helper "^2.0.0"
309321
untildify "^3.0.2"
310322

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"
314326
dependencies:
315-
sentence-splitter "^2.0.0"
327+
sentence-splitter "^3.0.6"
316328
textlint-rule-helper "^2.0.0"
317329
textlint-util-to-string "^2.1.1"
318330

0 commit comments

Comments
 (0)