Skip to content

Commit ced5d46

Browse files
fix(deps): update dependency textlint-rule-max-comma to ^3.0.1
1 parent ad91c7a commit ced5d46

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"textlint-rule-ja-no-successive-word": "^2.0.0",
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.0",
42+
"textlint-rule-max-comma": "^3.0.1",
4343
"textlint-rule-max-kanji-continuous-len": "^1.1.1",
4444
"textlint-rule-max-ten": "^4.0.4",
4545
"textlint-rule-no-double-negative-ja": "^2.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3255,10 +3255,10 @@ textlint-rule-ja-unnatural-alphabet@2.0.1:
32553255
match-index "^1.0.1"
32563256
regx "^1.0.4"
32573257

3258-
textlint-rule-max-comma@^3.0.0:
3259-
version "3.0.0"
3260-
resolved "https://registry.yarnpkg.com/textlint-rule-max-comma/-/textlint-rule-max-comma-3.0.0.tgz#946892239d0e2a56aace22718caf8af82e3ca40d"
3261-
integrity sha512-hFq6emf2A4Poq6EuOw8EykAdx2bFhlR9nQ5wn7kGNEbDgdkUuUFJkeIG+QfaoiJGnufi0SJNTsh8p2M/02SI/w==
3258+
textlint-rule-max-comma@^3.0.1:
3259+
version "3.0.1"
3260+
resolved "https://registry.yarnpkg.com/textlint-rule-max-comma/-/textlint-rule-max-comma-3.0.1.tgz#9f81b5087883456c3c4f608c276e2661552ef1fd"
3261+
integrity sha512-VMht14U0+gxRhEnT3/Rfv7yUDF3YGhsSSODwXGnnicwe54Czs2CYALAZIlWA79R4LLqcYFc9pP1i8DeGWvaHeA==
32623262
dependencies:
32633263
sentence-splitter "^4.2.0"
32643264
textlint-util-to-string "^3.3.2"

0 commit comments

Comments
 (0)