Skip to content

Commit 11619c7

Browse files
committed
fix(deps): update dependency textlint-rule-ja-no-successive-word to ^1.2.0
1 parent 6157f13 commit 11619c7

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"textlint-rule-ja-no-abusage": "^2.0.1",
3838
"textlint-rule-ja-no-mixed-period": "^2.1.1",
3939
"textlint-rule-ja-no-redundant-expression": "^3.0.2",
40-
"textlint-rule-ja-no-successive-word": "^1.1.1",
40+
"textlint-rule-ja-no-successive-word": "^1.2.0",
4141
"textlint-rule-ja-no-weak-phrase": "^1.0.5",
4242
"textlint-rule-ja-unnatural-alphabet": "2.0.1",
4343
"textlint-rule-max-comma": "^1.0.4",

yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4061,11 +4061,12 @@ textlint-rule-ja-no-redundant-expression@^3.0.2:
40614061
textlint-rule-helper "^2.1.1"
40624062
textlint-util-to-string "^3.1.1"
40634063

4064-
textlint-rule-ja-no-successive-word@^1.1.1:
4065-
version "1.1.1"
4066-
resolved "https://registry.yarnpkg.com/textlint-rule-ja-no-successive-word/-/textlint-rule-ja-no-successive-word-1.1.1.tgz#6cd8b102eaf6c133ee8dc461e3adb3fd519072c3"
4067-
integrity sha512-X3aQ9yCh+/oMQtROSyTue22mkQRnEod0oFCchVR7f/PabaMahfiSHozbBj7/tVg4umXhvar30xwEG3+OkhDfaw==
4064+
textlint-rule-ja-no-successive-word@^1.2.0:
4065+
version "1.2.0"
4066+
resolved "https://registry.yarnpkg.com/textlint-rule-ja-no-successive-word/-/textlint-rule-ja-no-successive-word-1.2.0.tgz#ba7597b54978388a5f8e53b9003bd9066f2111ad"
4067+
integrity sha512-5ki006mIOeElHtPk0WECR8xvW66I+o3lpzbRpvDSlEwjZwNeR4QHwByfBsl7KdScy945Vab1t5I0lCXXS7u3ow==
40684068
dependencies:
4069+
"@textlint/regexp-string-matcher" "^1.1.0"
40694070
kuromojin "^2.0.0"
40704071

40714072
textlint-rule-ja-no-weak-phrase@^1.0.5:

0 commit comments

Comments
 (0)