Skip to content

Commit d1a3c4a

Browse files
committed
fix(deps): update patch updates
1 parent 2b6c3be commit d1a3c4a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"test": "npm run textlint"
66
},
77
"devDependencies": {
8-
"textlint": "^11.8.0",
8+
"textlint": "^11.8.1",
99
"textlint-filter-rule-comments": "^1.2.2",
1010
"textlint-rule-preset-ja-technical-writing": "file:../"
1111
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"@textlint-rule/textlint-rule-no-invalid-control-character": "^1.2.0",
3535
"@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.7",
36-
"@textlint/module-interop": "^1.2.0",
36+
"@textlint/module-interop": "^1.2.1",
3737
"textlint-rule-ja-no-abusage": "^2.0.1",
3838
"textlint-rule-ja-no-mixed-period": "^2.1.1",
3939
"textlint-rule-ja-no-redundant-expression": "^3.0.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -314,10 +314,10 @@
314314
resolved "https://registry.yarnpkg.com/@textlint/module-interop/-/module-interop-1.1.5.tgz#a6411fea590c35894626ce1b06ab2400842160af"
315315
integrity sha512-YXz4qV6thEuwNfamHFhRsebZM7FWe1x3fD7XAqPxE8J+HLQea3Y0i52hU/rTQvt85omYq+37g3YtqjX60mYjog==
316316

317-
"@textlint/module-interop@^1.2.0":
318-
version "1.2.0"
319-
resolved "https://registry.yarnpkg.com/@textlint/module-interop/-/module-interop-1.2.0.tgz#e7b424fd67736f6b046e53becd18e7f7cafc8f60"
320-
integrity sha512-vyievXVybAFXXOJzK9a1p+hZqBHViJVavNuQpYPPKjN/jyZVOKLSnCUOPjxp6+g7uir6dIdDiJGSM5B2dQwPLw==
317+
"@textlint/module-interop@^1.2.1":
318+
version "1.2.1"
319+
resolved "https://registry.yarnpkg.com/@textlint/module-interop/-/module-interop-1.2.1.tgz#f0556383e7bd4506c35debc5c7f4acb65412f937"
320+
integrity sha512-ZvxTTvEm7nmkRctWKREfvNvnVtRxRbdUms8cqkiYbP2K0fRIMacrWpL8z8cdkkdNZbaYciaUnyE3be7UD4J8EA==
321321

322322
"@textlint/regexp-string-matcher@^1.0.2", "@textlint/regexp-string-matcher@^1.1.0":
323323
version "1.1.0"

0 commit comments

Comments
 (0)