Skip to content

Commit 0f4eb2c

Browse files
committed

File tree

2 files changed

+24
-60
lines changed

2 files changed

+24
-60
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@
3838
"textlint-rule-ja-no-mixed-period": "^2.1.1",
3939
"textlint-rule-ja-no-redundant-expression": "^4.0.0",
4040
"textlint-rule-ja-no-successive-word": "^2.0.0",
41-
"textlint-rule-ja-no-weak-phrase": "^1.0.5",
41+
"textlint-rule-ja-no-weak-phrase": "^2.0.0",
4242
"textlint-rule-ja-unnatural-alphabet": "2.0.1",
4343
"textlint-rule-max-comma": "^1.0.4",
4444
"textlint-rule-max-kanji-continuous-len": "^1.1.1",
4545
"textlint-rule-max-ten": "^4.0.0",
4646
"textlint-rule-no-double-negative-ja": "^2.0.0",
47-
"textlint-rule-no-doubled-conjunction": "^1.0.3",
48-
"textlint-rule-no-doubled-conjunctive-particle-ga": "^1.1.1",
47+
"textlint-rule-no-doubled-conjunction": "^2.0.1",
48+
"textlint-rule-no-doubled-conjunctive-particle-ga": "^2.0.1",
4949
"textlint-rule-no-doubled-joshi": "^4.0.0",
5050
"textlint-rule-no-dropping-the-ra": "^3.0.0",
5151
"textlint-rule-no-exclamation-question-mark": "^1.1.0",

yarn.lock

Lines changed: 21 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -2221,15 +2221,6 @@ kind-of@^6.0.0, kind-of@^6.0.2, kind-of@^6.0.3:
22212221
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
22222222
integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==
22232223

2224-
kuromoji@0.1.1:
2225-
version "0.1.1"
2226-
resolved "https://registry.yarnpkg.com/kuromoji/-/kuromoji-0.1.1.tgz#4aabf39bcced8b8ad92d007a04a26be6da8477c9"
2227-
integrity sha1-Sqvzm8zti4rZLQB6BKJr5tqEd8k=
2228-
dependencies:
2229-
async "^2.0.1"
2230-
doublearray "0.0.2"
2231-
zlibjs "^0.2.0"
2232-
22332224
kuromoji@0.1.2:
22342225
version "0.1.2"
22352226
resolved "https://registry.yarnpkg.com/kuromoji/-/kuromoji-0.1.2.tgz#293f0d6706df006112137980588d5daac26d0790"
@@ -2239,13 +2230,6 @@ kuromoji@0.1.2:
22392230
doublearray "0.0.2"
22402231
zlibjs "^0.3.1"
22412232

2242-
kuromojin@^2.0.0:
2243-
version "2.1.1"
2244-
resolved "https://registry.yarnpkg.com/kuromojin/-/kuromojin-2.1.1.tgz#5de1dbec4ffcc7cce57a10e75e751cd1ca384e38"
2245-
integrity sha512-bd5dfE9CdRBoRPiquE5uhzBrDOn2K3WuFeOWqZgM7DNtQhvS7P9IALy5MtDxXcnw7DLBAZ1A7DByPO5BhXdgew==
2246-
dependencies:
2247-
kuromoji "0.1.1"
2248-
22492233
kuromojin@^3.0.0:
22502234
version "3.0.0"
22512235
resolved "https://registry.yarnpkg.com/kuromojin/-/kuromojin-3.0.0.tgz#54a1a6643110f49f741c4beb82fef400d1cd498b"
@@ -3450,13 +3434,6 @@ sentence-case@^3.0.3:
34503434
tslib "^2.0.3"
34513435
upper-case-first "^2.0.2"
34523436

3453-
sentence-splitter@^1.2.0:
3454-
version "1.2.0"
3455-
resolved "https://registry.yarnpkg.com/sentence-splitter/-/sentence-splitter-1.2.0.tgz#c1c38414cf145ec717fd437cac20c988e0fd0d46"
3456-
integrity sha1-wcOEFM8UXscX/UN8rCDJiOD9DUY=
3457-
dependencies:
3458-
structured-source "^3.0.2"
3459-
34603437
sentence-splitter@^2.0.0:
34613438
version "2.3.2"
34623439
resolved "https://registry.yarnpkg.com/sentence-splitter/-/sentence-splitter-2.3.2.tgz#5ad33cd0e6ae171d58c88f6bfef16a9ed04f3a79"
@@ -3925,12 +3902,12 @@ textlint-rule-ja-no-successive-word@^2.0.0:
39253902
"@textlint/regexp-string-matcher" "^1.1.0"
39263903
kuromojin "^3.0.0"
39273904

3928-
textlint-rule-ja-no-weak-phrase@^1.0.5:
3929-
version "1.0.5"
3930-
resolved "https://registry.yarnpkg.com/textlint-rule-ja-no-weak-phrase/-/textlint-rule-ja-no-weak-phrase-1.0.5.tgz#bb16e150b79aee8223126aaeaa9fde4eac9f72be"
3931-
integrity sha512-cEanJSwVPRCSIg1gd2lGEMqp2WWN2QPR0JiDO8zOkikNsAuFBJm8jwo7hyig4URCgcEuERCnaHzxpAcebarGVQ==
3905+
textlint-rule-ja-no-weak-phrase@^2.0.0:
3906+
version "2.0.0"
3907+
resolved "https://registry.yarnpkg.com/textlint-rule-ja-no-weak-phrase/-/textlint-rule-ja-no-weak-phrase-2.0.0.tgz#7e1fde8fa57113d6e79ef997b3f6a7712fe7f515"
3908+
integrity sha512-jZ1/3VnE8Bz/p0CCe/+BVOmWE1cZwpDkjKb6hnq39nGk3OD4XPW7biYavK/4/mZhk4bh2+Vtu1xV26lg8d+vBw==
39323909
dependencies:
3933-
kuromojin "^2.0.0"
3910+
kuromojin "^3.0.0"
39343911
morpheme-match "^2.0.4"
39353912
morpheme-match-all "^2.0.5"
39363913

@@ -3974,25 +3951,25 @@ textlint-rule-no-double-negative-ja@^2.0.0:
39743951
dependencies:
39753952
kuromojin "^3.0.0"
39763953

3977-
textlint-rule-no-doubled-conjunction@^1.0.3:
3978-
version "1.0.3"
3979-
resolved "https://registry.yarnpkg.com/textlint-rule-no-doubled-conjunction/-/textlint-rule-no-doubled-conjunction-1.0.3.tgz#e80e49020265e78f84d9505b464b48027da00bf2"
3980-
integrity sha512-0YRPG6daaGXI0sq1RLNry7rzk2HKJbTOB5dohR0+GQ60r+Fc8RKRo+auCPRu6RIYZOD65AApemLpiaMbrgucDQ==
3954+
textlint-rule-no-doubled-conjunction@^2.0.1:
3955+
version "2.0.1"
3956+
resolved "https://registry.yarnpkg.com/textlint-rule-no-doubled-conjunction/-/textlint-rule-no-doubled-conjunction-2.0.1.tgz#5dca8d4957ea6e8de2cca43444f4615c65b935ab"
3957+
integrity sha512-ANzR5ezP86ypY9HzYFjLtN/GCax0m/A9vHDctIr1PqA6t05053fz4jc6forxODNVpHht59Y77YL5iZFcxSVBKA==
39813958
dependencies:
3982-
kuromojin "^2.0.0"
3983-
sentence-splitter "^2.0.0"
3984-
textlint-rule-helper "^1.1.5"
3985-
textlint-util-to-string "^1.2.0"
3959+
kuromojin "^3.0.0"
3960+
sentence-splitter "^3.2.1"
3961+
textlint-rule-helper "^2.1.1"
3962+
textlint-util-to-string "^3.1.1"
39863963

3987-
textlint-rule-no-doubled-conjunctive-particle-ga@^1.1.1:
3988-
version "1.1.1"
3989-
resolved "https://registry.yarnpkg.com/textlint-rule-no-doubled-conjunctive-particle-ga/-/textlint-rule-no-doubled-conjunctive-particle-ga-1.1.1.tgz#c9ec57637b7a4908d4e7a2d2077c5e94233803cd"
3990-
integrity sha512-UvjKadrYOvA5F9rkCk5YafmEyxgdwJEZoz/MHCWhNFnTSDBryhIL986qxeZAjI/4FB9mZUDxQsDph2W7Sn8acA==
3964+
textlint-rule-no-doubled-conjunctive-particle-ga@^2.0.1:
3965+
version "2.0.1"
3966+
resolved "https://registry.yarnpkg.com/textlint-rule-no-doubled-conjunctive-particle-ga/-/textlint-rule-no-doubled-conjunctive-particle-ga-2.0.1.tgz#d71733d2e7cf70c60ac0d39745f8d72dba0a6344"
3967+
integrity sha512-Zg/TD0/ZBiZIjUtUniioTv5lCMqS7cmYIQk/KJ6Qyjcb+DQ2WN1Km1AT+P7GH1iDdsUUwHiSr8C6j91IV3sqZA==
39913968
dependencies:
3992-
kuromojin "^2.0.0"
3993-
sentence-splitter "^1.2.0"
3994-
textlint-rule-helper "^1.1.5"
3995-
textlint-util-to-string "^1.2.0"
3969+
kuromojin "^3.0.0"
3970+
sentence-splitter "^3.2.1"
3971+
textlint-rule-helper "^2.1.1"
3972+
textlint-util-to-string "^3.1.1"
39963973

39973974
textlint-rule-no-doubled-joshi@^4.0.0:
39983975
version "4.0.0"
@@ -4091,14 +4068,6 @@ textlint-tester@5.0.1:
40914068
"@textlint/kernel" "^3.0.0"
40924069
textlint "^11.0.1"
40934070

4094-
textlint-util-to-string@^1.2.0:
4095-
version "1.2.1"
4096-
resolved "https://registry.yarnpkg.com/textlint-util-to-string/-/textlint-util-to-string-1.2.1.tgz#1cf89956d27555a55e9588c06b35a50f0d1d46f9"
4097-
integrity sha1-HPiZVtJ1VaVelYjAazWlDw0dRvk=
4098-
dependencies:
4099-
object-assign "^4.0.1"
4100-
structured-source "^3.0.2"
4101-
41024071
textlint-util-to-string@^3.0.0, textlint-util-to-string@^3.1.1:
41034072
version "3.1.1"
41044073
resolved "https://registry.yarnpkg.com/textlint-util-to-string/-/textlint-util-to-string-3.1.1.tgz#666c8b0f2e00a92b29c8b168b453a9b8aeb48381"
@@ -4644,11 +4613,6 @@ yocto-queue@^0.1.0:
46444613
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
46454614
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
46464615

4647-
zlibjs@^0.2.0:
4648-
version "0.2.0"
4649-
resolved "https://registry.yarnpkg.com/zlibjs/-/zlibjs-0.2.0.tgz#ae20f06243293d85c255563189f9b12f5b3ba1a0"
4650-
integrity sha1-riDwYkMpPYXCVVYxifmxL1s7oaA=
4651-
46524616
zlibjs@^0.3.1:
46534617
version "0.3.1"
46544618
resolved "https://registry.yarnpkg.com/zlibjs/-/zlibjs-0.3.1.tgz#50197edb28a1c42ca659cc8b4e6a9ddd6d444554"

0 commit comments

Comments
 (0)