diff --git a/package.json b/package.json index b054820..992b10c 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "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-conjunctive-particle-ga": "^2.0.5", + "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", "textlint-rule-no-hankaku-kana": "^2.0.1", diff --git a/yarn.lock b/yarn.lock index bc299d5..014e015 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4897,6 +4897,14 @@ sentence-splitter@^4.0.2: "@textlint/ast-node-types" "^13.2.0" 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" @@ -5212,6 +5220,15 @@ textlint-rule-helper@^2.2.4, textlint-rule-helper@^2.3.0: structured-source "^4.0.0" unist-util-visit "^2.0.3" +textlint-rule-helper@^2.3.1: + version "2.3.1" + resolved "https://registry.yarnpkg.com/textlint-rule-helper/-/textlint-rule-helper-2.3.1.tgz#d2b82dbd46f25694fd315cbee46479bb545af87f" + integrity sha512-b1bijvyiUmKinfFE5hkQMSXs3Ky8jyZ3Y6SOoTRJKV9HLL2LWUVFAUezO7z4FpAkVvYruDYWCwA5qWV8GmvyUw== + dependencies: + "@textlint/ast-node-types" "^13.4.1" + structured-source "^4.0.0" + unist-util-visit "^2.0.3" + textlint-rule-ja-hiragana-daimeishi@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/textlint-rule-ja-hiragana-daimeishi/-/textlint-rule-ja-hiragana-daimeishi-1.0.0.tgz#f0c6e9d8e92e081b3b4db2864bdcb4f27f611eb3" @@ -5352,15 +5369,15 @@ textlint-rule-no-doubled-conjunction@^2.0.4: textlint-rule-helper "^2.2.1" textlint-util-to-string "^3.1.1" -textlint-rule-no-doubled-conjunctive-particle-ga@^2.0.5: - version "2.0.5" - resolved "https://registry.yarnpkg.com/textlint-rule-no-doubled-conjunctive-particle-ga/-/textlint-rule-no-doubled-conjunctive-particle-ga-2.0.5.tgz#fff052a11dfb8c90ff8c5244f98b63e41d055576" - integrity sha512-/rakdhxPqo/enKykNkP7m/dyZX6QUAI6mXmWk8S3mg2mTkwRC69zT/5hLk723nsb/iuV1lbI90aD3ZeVvpTEsA== +textlint-rule-no-doubled-conjunctive-particle-ga@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/textlint-rule-no-doubled-conjunctive-particle-ga/-/textlint-rule-no-doubled-conjunctive-particle-ga-3.0.0.tgz#6787af321c80f0ed631e6b505190515cfca7e38d" + integrity sha512-4IowX2YlTlD9VifThZwpENRh918BpPNTks0i4bOL7Gn82jUiXK0EZuV8Jtksm7i+RYG1xsO0U7P9AnxmuSxeDg== dependencies: kuromojin "^3.0.0" - sentence-splitter "^3.2.1" - textlint-rule-helper "^2.2.0" - textlint-util-to-string "^3.1.1" + sentence-splitter "^5.0.0" + textlint-rule-helper "^2.3.1" + textlint-util-to-string "^3.3.4" textlint-rule-no-doubled-joshi@^4.1.0: version "4.1.0" @@ -5492,6 +5509,16 @@ textlint-util-to-string@^3.2.0, textlint-util-to-string@^3.3.0: structured-source "^4.0.0" unified "^8.4.0" +textlint-util-to-string@^3.3.4: + version "3.3.4" + resolved "https://registry.yarnpkg.com/textlint-util-to-string/-/textlint-util-to-string-3.3.4.tgz#be889e195bcff8c34eec8ce23cde73e2b87cff54" + integrity sha512-XF4Qfw0ES+czKy03BwuvBUoXC8NAg920VuRxW0pd72fW76zMeMbPI/bRN5PHq3SbCdOm7U69/Pk+DX34xqIYqA== + dependencies: + "@textlint/ast-node-types" "^13.4.1" + rehype-parse "^6.0.1" + structured-source "^4.0.0" + unified "^8.4.0" + textlint@^13.4.1: version "13.4.1" resolved "https://registry.yarnpkg.com/textlint/-/textlint-13.4.1.tgz#04acd14af93fe83396515eaa78c332dbf1ce700d"