Skip to content

Commit 0a61854

Browse files
committed
fix(deps): update dependency textlint-rule-ja-no-abusage to ^2.0.1
1 parent 1b7a11d commit 0a61854

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
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/textlint-rule-no-invalid-control-character": "^1.2.0",
3838
"@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.7",
3939
"@textlint/module-interop": "^1.0.1",
40-
"textlint-rule-ja-no-abusage": "^2.0.0",
40+
"textlint-rule-ja-no-abusage": "^2.0.1",
4141
"textlint-rule-ja-no-mixed-period": "^2.1.1",
4242
"textlint-rule-ja-no-redundant-expression": "^3.0.1",
4343
"textlint-rule-ja-no-successive-word": "^1.1.0",

yarn.lock

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,6 +1158,13 @@ kuromojin@^1.0.2, kuromojin@^1.1.0, kuromojin@^1.2.1, kuromojin@^1.3.1, kuromoji
11581158
dependencies:
11591159
kuromoji "0.1.1"
11601160

1161+
kuromojin@^2.0.0:
1162+
version "2.0.0"
1163+
resolved "https://registry.yarnpkg.com/kuromojin/-/kuromojin-2.0.0.tgz#23e74a5ed2578432c9703ae75a69ba0a09ccb12d"
1164+
integrity sha512-60j/yLkFSc4t4roj8tI8ZNNSiAFnrkgXw8SqXz/9nakfs6mkCvPbrd7S8LDr4YNwEt1IyLys5JQTR9EnYyGHhA==
1165+
dependencies:
1166+
kuromoji "0.1.1"
1167+
11611168
lazy-cache@^2.0.2:
11621169
version "2.0.2"
11631170
resolved "https://registry.yarnpkg.com/lazy-cache/-/lazy-cache-2.0.2.tgz#b9190a4f913354694840859f8a8f7084d8822264"
@@ -1418,7 +1425,7 @@ morpheme-match-all@^2.0.1:
14181425
dependencies:
14191426
morpheme-match "^2.0.0"
14201427

1421-
morpheme-match-textlint@^2.0.0:
1428+
morpheme-match-textlint@^2.0.3:
14221429
version "2.0.3"
14231430
resolved "https://registry.yarnpkg.com/morpheme-match-textlint/-/morpheme-match-textlint-2.0.3.tgz#8740848bc6b0b04695dc985a61ece346bd1ac7b4"
14241431
integrity sha512-OCz4/PsQzOrZO5JDLF/IIynvArhnSfCr4jHiTXhy0Gsz3yGtYHUbaZZFFoqCBD66+EbCUeMYK4E8CkMhgJ3+Dw==
@@ -2190,13 +2197,13 @@ textlint-rule-helper@^2.0.0, textlint-rule-helper@^2.1.1:
21902197
structured-source "^3.0.2"
21912198
unist-util-visit "^1.1.0"
21922199

2193-
textlint-rule-ja-no-abusage@^2.0.0:
2194-
version "2.0.0"
2195-
resolved "https://registry.yarnpkg.com/textlint-rule-ja-no-abusage/-/textlint-rule-ja-no-abusage-2.0.0.tgz#b3f978258be128abf3d42ed4f694ea7fccc8cfed"
2196-
integrity sha512-CIqD6+0MZnQtv3VEHwFcSveBVowzIiqNxWFAVLYlwDiOx3NkOornOnYUPwerxF8NK2wiqdgrhdAfjTtjdtRQGQ==
2200+
textlint-rule-ja-no-abusage@^2.0.1:
2201+
version "2.0.1"
2202+
resolved "https://registry.yarnpkg.com/textlint-rule-ja-no-abusage/-/textlint-rule-ja-no-abusage-2.0.1.tgz#cd07bea78a2dec65b4128f8d49e104d44f9084d9"
2203+
integrity sha512-HUAi0vpjoE+8Jl0OzuhgqYlPzGbHjNr7sQuEFQWmrKUF7LdKTdP0dDcmcJ5rbKKLXZ4eV+6Tf2VfWfQrlIRkGg==
21972204
dependencies:
2198-
kuromojin "^1.3.1"
2199-
morpheme-match-textlint "^2.0.0"
2205+
kuromojin "^2.0.0"
2206+
morpheme-match-textlint "^2.0.3"
22002207
textlint-rule-prh "^5.2.1"
22012208

22022209
textlint-rule-ja-no-mixed-period@^2.1.1:

0 commit comments

Comments
 (0)