Skip to content

Commit 5f0c059

Browse files
fix(deps): update patch updates to ^14.0.3
1 parent 5928bb9 commit 5f0c059

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"@textlint/website-generator": "^0.16.2",
14-
"textlint": "^14.0.2",
14+
"textlint": "^14.0.3",
1515
"textlint-filter-rule-comments": "^1.2.2",
1616
"textlint-rule-preset-ja-technical-writing": "file:../"
1717
}

example/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@
688688
resolved "https://registry.yarnpkg.com/@textlint/module-interop/-/module-interop-13.3.0.tgz#898d1b0d7f5e8a83f4e1a69b9918b6833e1f3aad"
689689
integrity sha512-3u5gZR8NL3yKHCh7QDttTNYmKMyfx55NmRfS1HalGFTIgaHwAFCz95KX7JA3WhpIa9Hu7zKlaxA1WGUnJDHLyA==
690690

691-
"@textlint/module-interop@^14.0.2", "@textlint/module-interop@^14.0.3":
691+
"@textlint/module-interop@^14.0.3":
692692
version "14.0.3"
693693
resolved "https://registry.yarnpkg.com/@textlint/module-interop/-/module-interop-14.0.3.tgz#43195d27780220e487a4eb49b7f46e64dc3fba32"
694694
integrity sha512-76K6y4wNCZH3+BGziJm6iGPbKsBtb214332EgdXDMNsYah51LPT9YrXuOI1ROyxvfVoztJMH0MDZdtdY/t7cig==
@@ -4111,7 +4111,7 @@ textlint-rule-no-zero-width-spaces@^1.0.1:
41114111
dependencies:
41124112
"@textlint-rule/textlint-rule-no-invalid-control-character" "^2.0.0"
41134113
"@textlint-rule/textlint-rule-no-unmatched-pair" "^2.0.2"
4114-
"@textlint/module-interop" "^14.0.2"
4114+
"@textlint/module-interop" "^14.0.3"
41154115
textlint-rule-ja-no-abusage "^3.0.0"
41164116
textlint-rule-ja-no-mixed-period "^3.0.1"
41174117
textlint-rule-ja-no-redundant-expression "^4.0.1"
@@ -4199,7 +4199,7 @@ textlint-util-to-string@^3.3.4:
41994199
structured-source "^4.0.0"
42004200
unified "^8.4.0"
42014201

4202-
textlint@^14.0.2:
4202+
textlint@^14.0.3:
42034203
version "14.0.3"
42044204
resolved "https://registry.yarnpkg.com/textlint/-/textlint-14.0.3.tgz#ab3f2821bac682a92edb3a0525a5a4485913a38d"
42054205
integrity sha512-AqEG9OcGBSw4KHss55ZrBv75uWeruqTHfix3koQHwqnazRw3eAkFQwQ+NLpzMut+rIBWUUikUzuBN/SOG+obEw==

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@textlint-rule/textlint-rule-no-invalid-control-character": "^2.0.0",
3434
"@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.2",
35-
"@textlint/module-interop": "^14.0.2",
35+
"@textlint/module-interop": "^14.0.3",
3636
"textlint-rule-ja-no-abusage": "^3.0.0",
3737
"textlint-rule-ja-no-mixed-period": "^3.0.1",
3838
"textlint-rule-ja-no-redundant-expression": "^4.0.1",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@
375375
traverse "^0.6.7"
376376
unified "^9.2.2"
377377

378-
"@textlint/module-interop@^14.0.2":
378+
"@textlint/module-interop@^14.0.3":
379379
version "14.0.3"
380380
resolved "https://registry.yarnpkg.com/@textlint/module-interop/-/module-interop-14.0.3.tgz#43195d27780220e487a4eb49b7f46e64dc3fba32"
381381
integrity sha512-76K6y4wNCZH3+BGziJm6iGPbKsBtb214332EgdXDMNsYah51LPT9YrXuOI1ROyxvfVoztJMH0MDZdtdY/t7cig==

0 commit comments

Comments
 (0)