diff --git a/package.json b/package.json index c7fecd3..261191c 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "textlint-rule-ja-space-between-half-and-full-width": "^2.3.0", "textlint-rule-max-ten": "^4.0.4", "textlint-rule-no-double-negative-ja": "^2.0.1", - "textlint-rule-no-doubled-conjunction": "^2.0.4", + "textlint-rule-no-doubled-conjunction": "^3.0.0", "textlint-rule-no-doubled-conjunctive-particle-ga": "^3.0.0", "textlint-rule-no-doubled-joshi": "^4.1.0", "textlint-rule-no-dropping-the-ra": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 6d90060..b997fa8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4879,7 +4879,7 @@ semver@^7.1.1, semver@^7.3.4: dependencies: lru-cache "^6.0.0" -sentence-splitter@^3.0.11, sentence-splitter@^3.2.0, sentence-splitter@^3.2.1, sentence-splitter@^3.2.2: +sentence-splitter@^3.0.11, sentence-splitter@^3.2.0, sentence-splitter@^3.2.1: version "3.2.2" resolved "https://registry.yarnpkg.com/sentence-splitter/-/sentence-splitter-3.2.2.tgz#b02a28c08bbad4bd3b6ec6f619d50e3fd3596d07" integrity sha512-hMvaodgK9Fay928uiQoTMEWjXpCERdKD2uKo7BbSyP+uWTo+wHiRjN+ZShyI99rW0VuoV4Cuw8FUmaRcnpN7Ug== @@ -4897,14 +4897,6 @@ sentence-splitter@^5.0.0: "@textlint/ast-node-types" "^13.4.1" structured-source "^4.0.0" -sentence-splitter@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/sentence-splitter/-/sentence-splitter-5.0.0.tgz#48535c6c5438a57140626c532f0e1b86c5effa30" - integrity sha512-9Mvf7L8vwpPzkH0/HtXzCbmVkyj4aQXdeG7h8ighRvO0hvcZEy2OUEjeIlnM/z4EX4vBacEfpESC65Oa2rWOig== - dependencies: - "@textlint/ast-node-types" "^13.4.1" - structured-source "^4.0.0" - serialize-javascript@6.0.0: version "6.0.0" resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.0.tgz#efae5d88f45d7924141da8b5c3a7a7e663fefeb8" @@ -5359,15 +5351,14 @@ textlint-rule-no-double-negative-ja@^2.0.1: dependencies: kuromojin "^3.0.0" -textlint-rule-no-doubled-conjunction@^2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/textlint-rule-no-doubled-conjunction/-/textlint-rule-no-doubled-conjunction-2.0.4.tgz#ff36ce32afd71a05ed7655359e1721da2cb32c54" - integrity sha512-GUpZgJoEYk1EsqoE+0bcdln8ZbH6UDK9TWld3E2II+lGMw/0ALkoTNXhAsNK1ST/M7zYEX6a5qOCN68t2grDaA== +textlint-rule-no-doubled-conjunction@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/textlint-rule-no-doubled-conjunction/-/textlint-rule-no-doubled-conjunction-3.0.0.tgz#b7be915bcc603cc0cfbd5b96b1ea7dc56290a6aa" + integrity sha512-Ja7AK2MRVe/fpG7XmTPRbq6JEDqlzDrNjH1EQoaMqFhlGKzrlHmdMfRLAZ3Lh3FSR0Lkk2GgR3MDnXzlFAp1/Q== dependencies: kuromojin "^3.0.0" - sentence-splitter "^3.2.2" - textlint-rule-helper "^2.2.1" - textlint-util-to-string "^3.1.1" + sentence-splitter "^5.0.0" + textlint-rule-helper "^2.3.1" textlint-rule-no-doubled-conjunctive-particle-ga@^3.0.0: version "3.0.0"