Skip to content

Commit 5e95b7a

Browse files
committed
fix(deps): update sentence-splitter@5
1 parent 1429363 commit 5e95b7a

File tree

2 files changed

+192
-265
lines changed

2 files changed

+192
-265
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,32 +31,32 @@
3131
},
3232
"dependencies": {
3333
"@textlint-rule/textlint-rule-no-invalid-control-character": "^2.0.0",
34-
"@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.9",
34+
"@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.2",
3535
"@textlint/module-interop": "^13.4.1",
3636
"textlint-rule-ja-no-abusage": "^3.0.0",
3737
"textlint-rule-ja-no-mixed-period": "^3.0.1",
3838
"textlint-rule-ja-no-redundant-expression": "^4.0.1",
3939
"textlint-rule-ja-no-successive-word": "^2.0.1",
4040
"textlint-rule-ja-no-weak-phrase": "^2.0.0",
4141
"textlint-rule-ja-unnatural-alphabet": "2.0.1",
42-
"textlint-rule-max-comma": "^3.0.1",
42+
"textlint-rule-max-comma": "^4.0.0",
4343
"textlint-rule-max-kanji-continuous-len": "^1.1.1",
44-
"textlint-rule-max-ten": "^4.0.4",
44+
"textlint-rule-max-ten": "^5.0.0",
4545
"textlint-rule-no-double-negative-ja": "^2.0.1",
46-
"textlint-rule-no-doubled-conjunction": "^2.0.4",
47-
"textlint-rule-no-doubled-conjunctive-particle-ga": "^2.0.5",
48-
"textlint-rule-no-doubled-joshi": "^4.1.0",
46+
"textlint-rule-no-doubled-conjunction": "^3.0.0",
47+
"textlint-rule-no-doubled-conjunctive-particle-ga": "^3.0.0",
48+
"textlint-rule-no-doubled-joshi": "^5.0.0",
4949
"textlint-rule-no-dropping-the-ra": "^3.0.0",
5050
"textlint-rule-no-exclamation-question-mark": "^1.1.0",
5151
"textlint-rule-no-hankaku-kana": "^2.0.1",
5252
"textlint-rule-no-mix-dearu-desumasu": "^5.0.0",
5353
"textlint-rule-no-nfd": "^2.0.2",
5454
"textlint-rule-no-zero-width-spaces": "^1.0.1",
5555
"textlint-rule-preset-jtf-style": "^2.3.13",
56-
"textlint-rule-sentence-length": "^4.0.2"
56+
"textlint-rule-sentence-length": "^5.0.0"
5757
},
5858
"devDependencies": {
59-
"@changesets/cli": "^2.26.2",
59+
"@changesets/cli": "^2.27.1",
6060
"markdown-toc": "^1.2.0",
6161
"mocha": "^10.2.0",
6262
"semver": "^7.5.4"

0 commit comments

Comments
 (0)