Skip to content

Commit 74dc7ee

Browse files
committed
chore(deps): update dependency textlint-rule-ja-space-between-half-and-full-width to v2.1.3
1 parent f77c3d4 commit 74dc7ee

File tree

2 files changed

+28
-6
lines changed

2 files changed

+28
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"prettier": "2.0.2",
3232
"pretty-quick": "^2.0.1",
3333
"textlint": "11.6.2",
34-
"textlint-rule-ja-space-between-half-and-full-width": "2.0.1",
34+
"textlint-rule-ja-space-between-half-and-full-width": "2.1.3",
3535
"textlint-rule-no-todo": "2.0.1"
3636
}
3737
}

yarn.lock

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@
6464
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.2.5.tgz#ae13981bc8711c98313a6ac1c361194d6bf2d39b"
6565
integrity sha512-+rEx4jLOeZpUcdvll7jEg/7hNbwYvHWFy4IGW/tk2JdbyB3SJVyIP6arAwzTH/sp/pO9jftfyZnRj4//sLbLvQ==
6666

67+
"@textlint/ast-node-types@^4.4.3":
68+
version "4.4.3"
69+
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.4.3.tgz#fdba16e8126cddc50f45433ce7f6c55e7829566c"
70+
integrity sha512-qi2jjgO6Tn3KNPGnm6B7p6QTEPvY95NFsIAaJuwbulur8iJUEenp1OnoUfiDaC/g2WPPEFkcfXpmnu8XEMFo2A==
71+
6772
"@textlint/ast-tester@^2.1.6":
6873
version "2.1.6"
6974
resolved "https://registry.yarnpkg.com/@textlint/ast-tester/-/ast-tester-2.1.6.tgz#c7a0308c862426445f551ceb6cf602b35a0e4647"
@@ -197,6 +202,13 @@
197202
dependencies:
198203
"@textlint/ast-node-types" "^4.2.5"
199204

205+
"@textlint/types@^1.5.5":
206+
version "1.5.5"
207+
resolved "https://registry.yarnpkg.com/@textlint/types/-/types-1.5.5.tgz#9c82dbcbf4e00116573f05c6739c6c8ec3b35304"
208+
integrity sha512-80P6fcqgsG9bP6JgR6W/E/oIx+71pplaicYCvvB4vMIeGk0OnWls4Q21kCpDYmq/C/ABtZ/Gy/Ov/8ExQPeQ7A==
209+
dependencies:
210+
"@textlint/ast-node-types" "^4.4.3"
211+
200212
"@textlint/utils@^1.0.3":
201213
version "1.0.3"
202214
resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-1.0.3.tgz#65196f21a5c1884b2dc6088484063f9ad52dfb67"
@@ -2730,13 +2742,23 @@ textlint-rule-helper@^2.0.0:
27302742
structured-source "^3.0.2"
27312743
unist-util-visit "^1.1.0"
27322744

2733-
2734-
version "2.0.1"
2735-
resolved "https://registry.yarnpkg.com/textlint-rule-ja-space-between-half-and-full-width/-/textlint-rule-ja-space-between-half-and-full-width-2.0.1.tgz#a527f83bd833149763e4043965f796c9ec2192ba"
2736-
integrity sha1-pSf4O9gzFJdj5AQ5ZfeWyewhkro=
2745+
textlint-rule-helper@^2.2.0:
2746+
version "2.2.0"
2747+
resolved "https://registry.yarnpkg.com/textlint-rule-helper/-/textlint-rule-helper-2.2.0.tgz#30522ba904a03849d57ea3e5ebd5920027cd8da3"
2748+
integrity sha512-9S5CsgQuQwPjM2wvr4JGdpkLf+pR9gOjedSQFa/Dkrbh+D9MXt1LIR4Jvx1RujKtt2nq42prmEX2q3xOxyUcIQ==
2749+
dependencies:
2750+
"@textlint/ast-node-types" "^4.4.3"
2751+
"@textlint/types" "^1.5.5"
2752+
structured-source "^3.0.2"
2753+
unist-util-visit "^1.1.0"
2754+
2755+
2756+
version "2.1.3"
2757+
resolved "https://registry.yarnpkg.com/textlint-rule-ja-space-between-half-and-full-width/-/textlint-rule-ja-space-between-half-and-full-width-2.1.3.tgz#7678629bd42e3c5af0010c920d61baef316ca72f"
2758+
integrity sha512-Unvqh5C92BUPktVEN8L6occpo6mve0fLlxDwY8B6U9ZzBp0vWasV04GcDKKifDDqYAitm3fAMYtmd2t2J1Zv5A==
27372759
dependencies:
27382760
match-index "^1.0.1"
2739-
textlint-rule-helper "^2.0.0"
2761+
textlint-rule-helper "^2.2.0"
27402762

27412763
27422764
version "2.0.1"

0 commit comments

Comments
 (0)