Skip to content

Commit 46b8ef1

Browse files
committed
fix(deps): update minor updates
1 parent b8055f1 commit 46b8ef1

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
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.6.3",
8+
"textlint": "^11.7.6",
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.0.2",
36+
"@textlint/module-interop": "^1.1.4",
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.1",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,11 @@
302302
resolved "https://registry.yarnpkg.com/@textlint/module-interop/-/module-interop-1.0.2.tgz#8342b1a10048e3e9ce624c0000e477a8870a1d4b"
303303
integrity sha512-qQ6dqlg4SYywCywimIbkveQZu1MG6ugf6fcJuWDi3D51FbdkSRsMrPusJ1YoW6Y3XBp0ww9fJjXWtlUStGeQsw==
304304

305+
"@textlint/module-interop@^1.1.4":
306+
version "1.1.4"
307+
resolved "https://registry.yarnpkg.com/@textlint/module-interop/-/module-interop-1.1.4.tgz#d8cb10e5bd1d4d31998c95fb0a52ad8100d6e18a"
308+
integrity sha512-9M3kYG5nBoD2lhp05sqi6fieNU6rBcf+A8Trp+4d8o5uJ4RRsWeRtAQMWM7Tv15onqIITRq7fm3la7xovVB9KA==
309+
305310
"@textlint/regexp-string-matcher@^1.0.2", "@textlint/regexp-string-matcher@^1.1.0":
306311
version "1.1.0"
307312
resolved "https://registry.yarnpkg.com/@textlint/regexp-string-matcher/-/regexp-string-matcher-1.1.0.tgz#e19975029ce228a214d50c6a7e9dbcbef29ad8cd"

0 commit comments

Comments
 (0)