Skip to content

Commit

Permalink
fix(desp): update rules
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Apr 25, 2021
1 parent 15b61f6 commit 0f4eb2c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 60 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
"textlint-rule-ja-no-mixed-period": "^2.1.1",
"textlint-rule-ja-no-redundant-expression": "^4.0.0",
"textlint-rule-ja-no-successive-word": "^2.0.0",
"textlint-rule-ja-no-weak-phrase": "^1.0.5",
"textlint-rule-ja-no-weak-phrase": "^2.0.0",
"textlint-rule-ja-unnatural-alphabet": "2.0.1",
"textlint-rule-max-comma": "^1.0.4",
"textlint-rule-max-kanji-continuous-len": "^1.1.1",
"textlint-rule-max-ten": "^4.0.0",
"textlint-rule-no-double-negative-ja": "^2.0.0",
"textlint-rule-no-doubled-conjunction": "^1.0.3",
"textlint-rule-no-doubled-conjunctive-particle-ga": "^1.1.1",
"textlint-rule-no-doubled-conjunction": "^2.0.1",
"textlint-rule-no-doubled-conjunctive-particle-ga": "^2.0.1",
"textlint-rule-no-doubled-joshi": "^4.0.0",
"textlint-rule-no-dropping-the-ra": "^3.0.0",
"textlint-rule-no-exclamation-question-mark": "^1.1.0",
Expand Down
78 changes: 21 additions & 57 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2221,15 +2221,6 @@ kind-of@^6.0.0, kind-of@^6.0.2, kind-of@^6.0.3:
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==

[email protected]:
version "0.1.1"
resolved "https://registry.yarnpkg.com/kuromoji/-/kuromoji-0.1.1.tgz#4aabf39bcced8b8ad92d007a04a26be6da8477c9"
integrity sha1-Sqvzm8zti4rZLQB6BKJr5tqEd8k=
dependencies:
async "^2.0.1"
doublearray "0.0.2"
zlibjs "^0.2.0"

[email protected]:
version "0.1.2"
resolved "https://registry.yarnpkg.com/kuromoji/-/kuromoji-0.1.2.tgz#293f0d6706df006112137980588d5daac26d0790"
Expand All @@ -2239,13 +2230,6 @@ [email protected]:
doublearray "0.0.2"
zlibjs "^0.3.1"

kuromojin@^2.0.0:
version "2.1.1"
resolved "https://registry.yarnpkg.com/kuromojin/-/kuromojin-2.1.1.tgz#5de1dbec4ffcc7cce57a10e75e751cd1ca384e38"
integrity sha512-bd5dfE9CdRBoRPiquE5uhzBrDOn2K3WuFeOWqZgM7DNtQhvS7P9IALy5MtDxXcnw7DLBAZ1A7DByPO5BhXdgew==
dependencies:
kuromoji "0.1.1"

kuromojin@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/kuromojin/-/kuromojin-3.0.0.tgz#54a1a6643110f49f741c4beb82fef400d1cd498b"
Expand Down Expand Up @@ -3450,13 +3434,6 @@ sentence-case@^3.0.3:
tslib "^2.0.3"
upper-case-first "^2.0.2"

sentence-splitter@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/sentence-splitter/-/sentence-splitter-1.2.0.tgz#c1c38414cf145ec717fd437cac20c988e0fd0d46"
integrity sha1-wcOEFM8UXscX/UN8rCDJiOD9DUY=
dependencies:
structured-source "^3.0.2"

sentence-splitter@^2.0.0:
version "2.3.2"
resolved "https://registry.yarnpkg.com/sentence-splitter/-/sentence-splitter-2.3.2.tgz#5ad33cd0e6ae171d58c88f6bfef16a9ed04f3a79"
Expand Down Expand Up @@ -3925,12 +3902,12 @@ textlint-rule-ja-no-successive-word@^2.0.0:
"@textlint/regexp-string-matcher" "^1.1.0"
kuromojin "^3.0.0"

textlint-rule-ja-no-weak-phrase@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/textlint-rule-ja-no-weak-phrase/-/textlint-rule-ja-no-weak-phrase-1.0.5.tgz#bb16e150b79aee8223126aaeaa9fde4eac9f72be"
integrity sha512-cEanJSwVPRCSIg1gd2lGEMqp2WWN2QPR0JiDO8zOkikNsAuFBJm8jwo7hyig4URCgcEuERCnaHzxpAcebarGVQ==
textlint-rule-ja-no-weak-phrase@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/textlint-rule-ja-no-weak-phrase/-/textlint-rule-ja-no-weak-phrase-2.0.0.tgz#7e1fde8fa57113d6e79ef997b3f6a7712fe7f515"
integrity sha512-jZ1/3VnE8Bz/p0CCe/+BVOmWE1cZwpDkjKb6hnq39nGk3OD4XPW7biYavK/4/mZhk4bh2+Vtu1xV26lg8d+vBw==
dependencies:
kuromojin "^2.0.0"
kuromojin "^3.0.0"
morpheme-match "^2.0.4"
morpheme-match-all "^2.0.5"

Expand Down Expand Up @@ -3974,25 +3951,25 @@ textlint-rule-no-double-negative-ja@^2.0.0:
dependencies:
kuromojin "^3.0.0"

textlint-rule-no-doubled-conjunction@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/textlint-rule-no-doubled-conjunction/-/textlint-rule-no-doubled-conjunction-1.0.3.tgz#e80e49020265e78f84d9505b464b48027da00bf2"
integrity sha512-0YRPG6daaGXI0sq1RLNry7rzk2HKJbTOB5dohR0+GQ60r+Fc8RKRo+auCPRu6RIYZOD65AApemLpiaMbrgucDQ==
textlint-rule-no-doubled-conjunction@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/textlint-rule-no-doubled-conjunction/-/textlint-rule-no-doubled-conjunction-2.0.1.tgz#5dca8d4957ea6e8de2cca43444f4615c65b935ab"
integrity sha512-ANzR5ezP86ypY9HzYFjLtN/GCax0m/A9vHDctIr1PqA6t05053fz4jc6forxODNVpHht59Y77YL5iZFcxSVBKA==
dependencies:
kuromojin "^2.0.0"
sentence-splitter "^2.0.0"
textlint-rule-helper "^1.1.5"
textlint-util-to-string "^1.2.0"
kuromojin "^3.0.0"
sentence-splitter "^3.2.1"
textlint-rule-helper "^2.1.1"
textlint-util-to-string "^3.1.1"

textlint-rule-no-doubled-conjunctive-particle-ga@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/textlint-rule-no-doubled-conjunctive-particle-ga/-/textlint-rule-no-doubled-conjunctive-particle-ga-1.1.1.tgz#c9ec57637b7a4908d4e7a2d2077c5e94233803cd"
integrity sha512-UvjKadrYOvA5F9rkCk5YafmEyxgdwJEZoz/MHCWhNFnTSDBryhIL986qxeZAjI/4FB9mZUDxQsDph2W7Sn8acA==
textlint-rule-no-doubled-conjunctive-particle-ga@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/textlint-rule-no-doubled-conjunctive-particle-ga/-/textlint-rule-no-doubled-conjunctive-particle-ga-2.0.1.tgz#d71733d2e7cf70c60ac0d39745f8d72dba0a6344"
integrity sha512-Zg/TD0/ZBiZIjUtUniioTv5lCMqS7cmYIQk/KJ6Qyjcb+DQ2WN1Km1AT+P7GH1iDdsUUwHiSr8C6j91IV3sqZA==
dependencies:
kuromojin "^2.0.0"
sentence-splitter "^1.2.0"
textlint-rule-helper "^1.1.5"
textlint-util-to-string "^1.2.0"
kuromojin "^3.0.0"
sentence-splitter "^3.2.1"
textlint-rule-helper "^2.1.1"
textlint-util-to-string "^3.1.1"

textlint-rule-no-doubled-joshi@^4.0.0:
version "4.0.0"
Expand Down Expand Up @@ -4091,14 +4068,6 @@ [email protected]:
"@textlint/kernel" "^3.0.0"
textlint "^11.0.1"

textlint-util-to-string@^1.2.0:
version "1.2.1"
resolved "https://registry.yarnpkg.com/textlint-util-to-string/-/textlint-util-to-string-1.2.1.tgz#1cf89956d27555a55e9588c06b35a50f0d1d46f9"
integrity sha1-HPiZVtJ1VaVelYjAazWlDw0dRvk=
dependencies:
object-assign "^4.0.1"
structured-source "^3.0.2"

textlint-util-to-string@^3.0.0, textlint-util-to-string@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/textlint-util-to-string/-/textlint-util-to-string-3.1.1.tgz#666c8b0f2e00a92b29c8b168b453a9b8aeb48381"
Expand Down Expand Up @@ -4644,11 +4613,6 @@ yocto-queue@^0.1.0:
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==

zlibjs@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/zlibjs/-/zlibjs-0.2.0.tgz#ae20f06243293d85c255563189f9b12f5b3ba1a0"
integrity sha1-riDwYkMpPYXCVVYxifmxL1s7oaA=

zlibjs@^0.3.1:
version "0.3.1"
resolved "https://registry.yarnpkg.com/zlibjs/-/zlibjs-0.3.1.tgz#50197edb28a1c42ca659cc8b4e6a9ddd6d444554"
Expand Down

0 comments on commit 0f4eb2c

Please sign in to comment.