Skip to content

Commit

Permalink
chore: update dependency textlint-rule-no-doubled-conjunctive-particl…
Browse files Browse the repository at this point in the history
…e-ga to v3 (#428)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 11, 2023
1 parent 13bcec0 commit 968c8a3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
22 changes: 15 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4897,6 +4897,14 @@ 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"

[email protected]:
version "6.0.0"
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.0.tgz#efae5d88f45d7924141da8b5c3a7a7e663fefeb8"
Expand Down Expand Up @@ -5361,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"
Expand Down

0 comments on commit 968c8a3

Please sign in to comment.