Skip to content

Commit 757b979

Browse files
fix(deps): update dependency textlint-rule-no-double-negative-ja to v2 (#52)
Co-authored-by: Renovate Bot <[email protected]>
1 parent b3d655c commit 757b979

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@textlint-rule/textlint-rule-no-invalid-control-character": "^1.2.0",
3636
"@textlint/module-interop": "^1.0.2",
3737
"textlint-rule-max-ten": "^4.0.0",
38-
"textlint-rule-no-double-negative-ja": "^1.0.3",
38+
"textlint-rule-no-double-negative-ja": "^2.0.0",
3939
"textlint-rule-no-doubled-conjunction": "^1.0.2",
4040
"textlint-rule-no-doubled-conjunctive-particle-ga": "^1.1.0",
4141
"textlint-rule-no-doubled-joshi": "^3.0.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2757,12 +2757,12 @@ textlint-rule-max-ten@^4.0.0:
27572757
textlint-rule-helper "^2.0.0"
27582758
textlint-util-to-string "^3.1.1"
27592759

2760-
textlint-rule-no-double-negative-ja@^1.0.3:
2761-
version "1.0.5"
2762-
resolved "https://registry.yarnpkg.com/textlint-rule-no-double-negative-ja/-/textlint-rule-no-double-negative-ja-1.0.5.tgz#ba30db424dc7ef84ceda6d103781b14cd20cc764"
2763-
integrity sha1-ujDbQk3H74TO2m0QN4GxTNIMx2Q=
2760+
textlint-rule-no-double-negative-ja@^2.0.0:
2761+
version "2.0.0"
2762+
resolved "https://registry.yarnpkg.com/textlint-rule-no-double-negative-ja/-/textlint-rule-no-double-negative-ja-2.0.0.tgz#68bf25027fb1626393cba9aa18b3bb245cdaea68"
2763+
integrity sha512-czi6ung/vpSaxGjrgbBN6iapIqd50tqBbsWaIvonhv2cHe1qAqgqS9C02YrSZPjnX7fkxs4pKQr4p+qK1rGzGA==
27642764
dependencies:
2765-
kuromojin "^1.1.0"
2765+
kuromojin "^3.0.0"
27662766

27672767
textlint-rule-no-doubled-conjunction@^1.0.2:
27682768
version "1.0.2"

0 commit comments

Comments
 (0)