Skip to content

Commit ae017d2

Browse files
fix(deps): update dependency textlint-rule-ja-no-successive-word to ^2.0.1
1 parent 461b8d2 commit ae017d2

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
@@ -36,7 +36,7 @@
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",
39-
"textlint-rule-ja-no-successive-word": "^2.0.0",
39+
"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",
4242
"textlint-rule-max-comma": "^3.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3229,10 +3229,10 @@ textlint-rule-ja-no-redundant-expression@^4.0.1:
32293229
textlint-rule-helper "^2.2.1"
32303230
textlint-util-to-string "^3.1.1"
32313231

3232-
textlint-rule-ja-no-successive-word@^2.0.0:
3233-
version "2.0.0"
3234-
resolved "https://registry.yarnpkg.com/textlint-rule-ja-no-successive-word/-/textlint-rule-ja-no-successive-word-2.0.0.tgz#32ab674f45483243d62e375b2636a81cf41b2925"
3235-
integrity sha512-4BCz5G7JbmuSwGTXlgTil70SS8x6firJ67ZQR9w3cmwNn6JC9UoBEjweia/M4Mviyadaw4fDLhFSfEC0v5OX+Q==
3232+
textlint-rule-ja-no-successive-word@^2.0.1:
3233+
version "2.0.1"
3234+
resolved "https://registry.yarnpkg.com/textlint-rule-ja-no-successive-word/-/textlint-rule-ja-no-successive-word-2.0.1.tgz#7b59bcd441ccd62c064cdd2883e9a26f170e7d57"
3235+
integrity sha512-XKTXkHwMu86SnGaj73B67U4apDdTquDKF3SfG24tRbzMyJoGe/Iba5VMId8sp8QHeTonp1bYOSxjZsbkpGyCNw==
32363236
dependencies:
32373237
"@textlint/regexp-string-matcher" "^1.1.0"
32383238
kuromojin "^3.0.0"

0 commit comments

Comments
 (0)