Skip to content

Commit 28dcf8c

Browse files
fix(deps): update patch updates to ^12.5.0
1 parent 85f9c51 commit 28dcf8c

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
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@textlint/website-generator": "^0.12.1",
13-
"textlint": "^12.4.0",
13+
"textlint": "^12.5.0",
1414
"textlint-filter-rule-comments": "^1.2.2",
1515
"textlint-rule-preset-ja-technical-writing": "file:../"
1616
}

example/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@
509509
resolved "https://registry.yarnpkg.com/@textlint/module-interop/-/module-interop-12.0.0.tgz#f6f4a513f7d58c25304fc1e6a544989a82565978"
510510
integrity sha512-WSuwd3pd2xYDCYqpA6NE8FwMZS4WJ2gZmsSCXBpOh3qJ/pHbmrfEaiwOpGQJA4RfXVp8Fy5KfaAQJIr+wox98A==
511511

512-
"@textlint/module-interop@^12.3.0", "@textlint/module-interop@^12.5.0":
512+
"@textlint/module-interop@^12.5.0":
513513
version "12.5.0"
514514
resolved "https://registry.yarnpkg.com/@textlint/module-interop/-/module-interop-12.5.0.tgz#3a47f3cd3682b939c7d7576921b968b0020ffd84"
515515
integrity sha512-NmkHL5tt+HEqLm00JSW1f03KTbEqOzupliboSZ2HeNhOqZxSX4wR3lBlGqVeVi5dImMWrt40oa+AbkqkD78b9Q==
@@ -3975,7 +3975,7 @@ textlint-rule-no-zero-width-spaces@^1.0.1:
39753975
dependencies:
39763976
"@textlint-rule/textlint-rule-no-invalid-control-character" "^2.0.0"
39773977
"@textlint-rule/textlint-rule-no-unmatched-pair" "^1.0.9"
3978-
"@textlint/module-interop" "^12.3.0"
3978+
"@textlint/module-interop" "^12.5.0"
39793979
textlint-rule-ja-no-abusage "^3.0.0"
39803980
textlint-rule-ja-no-mixed-period "^2.1.3"
39813981
textlint-rule-ja-no-redundant-expression "^4.0.1"
@@ -4044,7 +4044,7 @@ textlint-util-to-string@^3.0.0, textlint-util-to-string@^3.1.1:
40444044
structured-source "^3.0.2"
40454045
unified "^8.4.0"
40464046

4047-
textlint@^12.4.0:
4047+
textlint@^12.5.0:
40484048
version "12.5.1"
40494049
resolved "https://registry.yarnpkg.com/textlint/-/textlint-12.5.1.tgz#b21ddd6a4c527e607e77707f15e48be5f2794788"
40504050
integrity sha512-LoFU1yBIm/gxM++jDdvdfS2diW14NBHsimRyChi8Kb5h5pUHcG0rGfW2PflUzfYcHF0XykgW9WBdPd1WWnyS7Q==

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": "^1.0.9",
35-
"@textlint/module-interop": "^12.3.0",
35+
"@textlint/module-interop": "^12.5.0",
3636
"textlint-rule-ja-no-abusage": "^3.0.0",
3737
"textlint-rule-ja-no-mixed-period": "^2.1.3",
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
@@ -310,7 +310,7 @@
310310
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.4.3.tgz#fdba16e8126cddc50f45433ce7f6c55e7829566c"
311311
integrity sha512-qi2jjgO6Tn3KNPGnm6B7p6QTEPvY95NFsIAaJuwbulur8iJUEenp1OnoUfiDaC/g2WPPEFkcfXpmnu8XEMFo2A==
312312

313-
"@textlint/module-interop@^12.3.0":
313+
"@textlint/module-interop@^12.5.0":
314314
version "12.5.0"
315315
resolved "https://registry.yarnpkg.com/@textlint/module-interop/-/module-interop-12.5.0.tgz#3a47f3cd3682b939c7d7576921b968b0020ffd84"
316316
integrity sha512-NmkHL5tt+HEqLm00JSW1f03KTbEqOzupliboSZ2HeNhOqZxSX4wR3lBlGqVeVi5dImMWrt40oa+AbkqkD78b9Q==

0 commit comments

Comments
 (0)