Bump textlint-rule-max-ten from 2.0.3 to 2.0.4

Bumps [textlint-rule-max-ten](https://github.com/textlint-ja/textlint-rule-max-ten) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/textlint-ja/textlint-rule-max-ten/releases)
- [Commits](https://github.com/textlint-ja/textlint-rule-max-ten/compare/2.0.3...v2.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-08-04 08:34:45 +00:00 committed by uetchy
parent 54f3d07ca5
commit 34015ad791
2 changed files with 7 additions and 7 deletions

View File

@ -10,7 +10,7 @@
"textlint": "^11.7.6", "textlint": "^11.7.6",
"textlint-filter-rule-whitelist": "^2.0.0", "textlint-filter-rule-whitelist": "^2.0.0",
"textlint-rule-common-misspellings": "^1.0.1", "textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-max-ten": "^2.0.3", "textlint-rule-max-ten": "^2.0.4",
"textlint-rule-no-dropping-the-ra": "^1.1.3", "textlint-rule-no-dropping-the-ra": "^1.1.3",
"textlint-rule-no-start-duplicated-conjunction": "^2.0.2", "textlint-rule-no-start-duplicated-conjunction": "^2.0.2",
"textlint-rule-preset-japanese": "^5.0.0" "textlint-rule-preset-japanese": "^5.0.0"

View File

@ -788,7 +788,7 @@ kuromoji@0.1.1:
doublearray "0.0.2" doublearray "0.0.2"
zlibjs "^0.2.0" zlibjs "^0.2.0"
kuromojin@^1.0.2, kuromojin@^1.1.0, kuromojin@^1.2.1, kuromojin@^1.4.0: kuromojin@^1.1.0, kuromojin@^1.2.1, kuromojin@^1.4.0:
version "1.5.1" version "1.5.1"
resolved "https://registry.yarnpkg.com/kuromojin/-/kuromojin-1.5.1.tgz#f5c4cc2d4a8b56343c7281f7def8d56309184078" resolved "https://registry.yarnpkg.com/kuromojin/-/kuromojin-1.5.1.tgz#f5c4cc2d4a8b56343c7281f7def8d56309184078"
integrity sha512-tzt3UUqWqzwHMsahchyrcs9kgbn6OM7xP4QRCd0w5vqE0lA/cjCH0OxjLaekz5cnxGmcy8RfN7La3xOxZOvJ1w== integrity sha512-tzt3UUqWqzwHMsahchyrcs9kgbn6OM7xP4QRCd0w5vqE0lA/cjCH0OxjLaekz5cnxGmcy8RfN7La3xOxZOvJ1w==
@ -1467,12 +1467,12 @@ textlint-rule-helper@^2.0.0, textlint-rule-helper@^2.1.1:
structured-source "^3.0.2" structured-source "^3.0.2"
unist-util-visit "^1.1.0" unist-util-visit "^1.1.0"
textlint-rule-max-ten@^2.0.2, textlint-rule-max-ten@^2.0.3: textlint-rule-max-ten@^2.0.2, textlint-rule-max-ten@^2.0.4:
version "2.0.3" version "2.0.4"
resolved "https://registry.yarnpkg.com/textlint-rule-max-ten/-/textlint-rule-max-ten-2.0.3.tgz#dccbc0d0157ee86a7572ca00a47ab1fa577f0645" resolved "https://registry.yarnpkg.com/textlint-rule-max-ten/-/textlint-rule-max-ten-2.0.4.tgz#498830ae4ba799641005a8e102abeb1f8c5876e4"
integrity sha1-3MvA0BV+6Gp1csoApHqx+ld/BkU= integrity sha512-jpAo7+afIhZiegsAcD8PB22px1bqdkN3VAkPHijZsZlB05+Z1rZS/SCoUtgT+5NveErk+Bbcmm4jOLo+owq6+Q==
dependencies: dependencies:
kuromojin "^1.0.2" kuromojin "^2.0.0"
sentence-splitter "^2.0.0" sentence-splitter "^2.0.0"
structured-source "^3.0.2" structured-source "^3.0.2"
textlint-rule-helper "^2.0.0" textlint-rule-helper "^2.0.0"