Skip to content

Commit

Permalink
chore(deps): update helper deps
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed May 16, 2021
1 parent 0ce366f commit 82a4eb4
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"regexp.prototype.flags": "^1.1.1",
"regx": "^1.0.4",
"sorted-joyo-kanji": "^0.2.0",
"textlint-rule-helper": "^2.0.0",
"textlint-rule-helper": "^2.2.0",
"textlint-rule-prh": "^5.2.1"
},
"peerDependencies": {
Expand Down
24 changes: 23 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -953,6 +953,11 @@
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.4.2.tgz#d3fda5c9086baba04bc75440039ccf18415c8446"
integrity sha512-m5brKbI7UY/Q8sbIZ7z1KB8ls04nRILshz5fPQ4EZ04jL19qrrUHJR8A6nK3vJ/GelkDWl4I0VDYSAjLEFQV8g==

"@textlint/ast-node-types@^4.4.3":
version "4.4.3"
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.4.3.tgz#fdba16e8126cddc50f45433ce7f6c55e7829566c"
integrity sha512-qi2jjgO6Tn3KNPGnm6B7p6QTEPvY95NFsIAaJuwbulur8iJUEenp1OnoUfiDaC/g2WPPEFkcfXpmnu8XEMFo2A==

"@textlint/ast-tester@^2.3.4":
version "2.3.4"
resolved "https://registry.yarnpkg.com/@textlint/ast-tester/-/ast-tester-2.3.4.tgz#5134bd564f12d685201e61c8df476fa1321249c8"
Expand Down Expand Up @@ -1084,6 +1089,13 @@
dependencies:
"@textlint/ast-node-types" "^4.4.2"

"@textlint/types@^1.5.5":
version "1.5.5"
resolved "https://registry.yarnpkg.com/@textlint/types/-/types-1.5.5.tgz#9c82dbcbf4e00116573f05c6739c6c8ec3b35304"
integrity sha512-80P6fcqgsG9bP6JgR6W/E/oIx+71pplaicYCvvB4vMIeGk0OnWls4Q21kCpDYmq/C/ABtZ/Gy/Ov/8ExQPeQ7A==
dependencies:
"@textlint/ast-node-types" "^4.4.3"

"@textlint/utils@^1.2.4":
version "1.2.4"
resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-1.2.4.tgz#208a052e55d0d717f6c55097866bf84f444c5b66"
Expand Down Expand Up @@ -4177,7 +4189,7 @@ text-table@^0.2.0:
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=

textlint-rule-helper@^2.0.0, textlint-rule-helper@^2.1.1:
textlint-rule-helper@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/textlint-rule-helper/-/textlint-rule-helper-2.1.1.tgz#d572588685359134bc779939b217e61f087dab0f"
integrity sha512-6fxgHzoJVkjl3LaC1b2Egi+5wbhG4i0pU0knJmQujVhxIJ3D3AcQQZPs457xKAi5xKz1WayYeTeJ5jrD/hnO7g==
Expand All @@ -4187,6 +4199,16 @@ textlint-rule-helper@^2.0.0, textlint-rule-helper@^2.1.1:
structured-source "^3.0.2"
unist-util-visit "^1.1.0"

textlint-rule-helper@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/textlint-rule-helper/-/textlint-rule-helper-2.2.0.tgz#30522ba904a03849d57ea3e5ebd5920027cd8da3"
integrity sha512-9S5CsgQuQwPjM2wvr4JGdpkLf+pR9gOjedSQFa/Dkrbh+D9MXt1LIR4Jvx1RujKtt2nq42prmEX2q3xOxyUcIQ==
dependencies:
"@textlint/ast-node-types" "^4.4.3"
"@textlint/types" "^1.5.5"
structured-source "^3.0.2"
unist-util-visit "^1.1.0"

textlint-rule-prh@^5.2.1:
version "5.3.0"
resolved "https://registry.yarnpkg.com/textlint-rule-prh/-/textlint-rule-prh-5.3.0.tgz#c3a002e3e1b59751eb6b93dff81810caeb764a9f"
Expand Down

0 comments on commit 82a4eb4

Please sign in to comment.