Skip to content

Commit 78f74fe

Browse files
fix(deps): update dependency @textlint-rule/textlint-rule-no-unmatched-pair to ^2.0.4
1 parent 2568d7b commit 78f74fe

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"@textlint-rule/textlint-rule-no-invalid-control-character": "^3.0.0",
34-
"@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.3",
34+
"@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.4",
3535
"@textlint/module-interop": "^14.3.0",
3636
"textlint-rule-ja-no-abusage": "^3.0.0",
3737
"textlint-rule-ja-no-mixed-period": "^3.0.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,10 @@
258258
resolved "https://registry.yarnpkg.com/@textlint-rule/textlint-rule-no-invalid-control-character/-/textlint-rule-no-invalid-control-character-3.0.0.tgz#9d9da5daaddf2beba1e6eee83cab0a42084ae9a0"
259259
integrity sha512-2o9n4z49ntSPtJPlcJtxakyB4dAg2MKSvR9ZCZEHjye0ee27oWYzK6yHz2HjsXQqt9VeCwxNHDOIGIx2CQX0Dw==
260260

261-
"@textlint-rule/textlint-rule-no-unmatched-pair@^2.0.3":
262-
version "2.0.3"
263-
resolved "https://registry.yarnpkg.com/@textlint-rule/textlint-rule-no-unmatched-pair/-/textlint-rule-no-unmatched-pair-2.0.3.tgz#f1ddfcafbdd1cffe313de3b1c25ca418a39fe138"
264-
integrity sha512-asZI8nYuXP6TNHRKPSDAqBzL/7LWdX5QgFp1ZSezJOzmWinI9r9JK9ywl71T7YZbR8IN06/g35rSFJVziidc2Q==
261+
"@textlint-rule/textlint-rule-no-unmatched-pair@^2.0.4":
262+
version "2.0.4"
263+
resolved "https://registry.yarnpkg.com/@textlint-rule/textlint-rule-no-unmatched-pair/-/textlint-rule-no-unmatched-pair-2.0.4.tgz#ac2466f72d2398895518c9afde37c84fae2431d4"
264+
integrity sha512-g9Ge1xUV9xJy8T7nuutF/2J6Cg2mmPx4gKsC3dCdxVxuL0wMqOOnAi8l6psFpAQ5UFtQuAzwkdclrehPtBT5tg==
265265
dependencies:
266266
sentence-splitter "^5.0.0"
267267
textlint-rule-helper "^2.3.1"

0 commit comments

Comments
 (0)