Skip to content

Commit 82a4eb4

Browse files
committed
chore(deps): update helper deps
1 parent 0ce366f commit 82a4eb4

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"regexp.prototype.flags": "^1.1.1",
5353
"regx": "^1.0.4",
5454
"sorted-joyo-kanji": "^0.2.0",
55-
"textlint-rule-helper": "^2.0.0",
55+
"textlint-rule-helper": "^2.2.0",
5656
"textlint-rule-prh": "^5.2.1"
5757
},
5858
"peerDependencies": {

yarn.lock

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,6 +953,11 @@
953953
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.4.2.tgz#d3fda5c9086baba04bc75440039ccf18415c8446"
954954
integrity sha512-m5brKbI7UY/Q8sbIZ7z1KB8ls04nRILshz5fPQ4EZ04jL19qrrUHJR8A6nK3vJ/GelkDWl4I0VDYSAjLEFQV8g==
955955

956+
"@textlint/ast-node-types@^4.4.3":
957+
version "4.4.3"
958+
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.4.3.tgz#fdba16e8126cddc50f45433ce7f6c55e7829566c"
959+
integrity sha512-qi2jjgO6Tn3KNPGnm6B7p6QTEPvY95NFsIAaJuwbulur8iJUEenp1OnoUfiDaC/g2WPPEFkcfXpmnu8XEMFo2A==
960+
956961
"@textlint/ast-tester@^2.3.4":
957962
version "2.3.4"
958963
resolved "https://registry.yarnpkg.com/@textlint/ast-tester/-/ast-tester-2.3.4.tgz#5134bd564f12d685201e61c8df476fa1321249c8"
@@ -1084,6 +1089,13 @@
10841089
dependencies:
10851090
"@textlint/ast-node-types" "^4.4.2"
10861091

1092+
"@textlint/types@^1.5.5":
1093+
version "1.5.5"
1094+
resolved "https://registry.yarnpkg.com/@textlint/types/-/types-1.5.5.tgz#9c82dbcbf4e00116573f05c6739c6c8ec3b35304"
1095+
integrity sha512-80P6fcqgsG9bP6JgR6W/E/oIx+71pplaicYCvvB4vMIeGk0OnWls4Q21kCpDYmq/C/ABtZ/Gy/Ov/8ExQPeQ7A==
1096+
dependencies:
1097+
"@textlint/ast-node-types" "^4.4.3"
1098+
10871099
"@textlint/utils@^1.2.4":
10881100
version "1.2.4"
10891101
resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-1.2.4.tgz#208a052e55d0d717f6c55097866bf84f444c5b66"
@@ -4177,7 +4189,7 @@ text-table@^0.2.0:
41774189
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
41784190
integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=
41794191

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

4202+
textlint-rule-helper@^2.2.0:
4203+
version "2.2.0"
4204+
resolved "https://registry.yarnpkg.com/textlint-rule-helper/-/textlint-rule-helper-2.2.0.tgz#30522ba904a03849d57ea3e5ebd5920027cd8da3"
4205+
integrity sha512-9S5CsgQuQwPjM2wvr4JGdpkLf+pR9gOjedSQFa/Dkrbh+D9MXt1LIR4Jvx1RujKtt2nq42prmEX2q3xOxyUcIQ==
4206+
dependencies:
4207+
"@textlint/ast-node-types" "^4.4.3"
4208+
"@textlint/types" "^1.5.5"
4209+
structured-source "^3.0.2"
4210+
unist-util-visit "^1.1.0"
4211+
41904212
textlint-rule-prh@^5.2.1:
41914213
version "5.3.0"
41924214
resolved "https://registry.yarnpkg.com/textlint-rule-prh/-/textlint-rule-prh-5.3.0.tgz#c3a002e3e1b59751eb6b93dff81810caeb764a9f"

0 commit comments

Comments
 (0)