|
396 | 396 | dependencies:
|
397 | 397 | "@textlint/ast-node-types" "^13.3.2"
|
398 | 398 |
|
399 |
| -"@textlint/config-inliner@^0.13.0": |
400 |
| - version "0.13.0" |
401 |
| - resolved "https://registry.yarnpkg.com/@textlint/config-inliner/-/config-inliner-0.13.0.tgz#248f8eabcf3713a419fd4637c3d340e5bf85440f" |
402 |
| - integrity sha512-K0u496KXe6+qUtIvnf9aH9dH7nXLRxICHUc3TsgOgk/Vt7rX1BO7RKrtH8dzub6vQcO5xPK7CW43K9Sd9HDTIQ== |
| 399 | +"@textlint/config-inliner@^0.13.1": |
| 400 | + version "0.13.1" |
| 401 | + resolved "https://registry.yarnpkg.com/@textlint/config-inliner/-/config-inliner-0.13.1.tgz#757f8a90fb6a832dbeec760544b6e2fd8875dd2f" |
| 402 | + integrity sha512-7B9DEuvDoU86RthxnqYx6f6C+5Qd2LwCgmyg5RoFkM1iBzUIwyjZPpBFmbETHAXcHAQRwunVAHc2nRqBaejExQ== |
403 | 403 | dependencies:
|
404 | 404 | "@textlint/config-loader" "^13.3.0"
|
405 | 405 | untildify "^4.0.0"
|
|
618 | 618 | lodash.uniq "^4.5.0"
|
619 | 619 | lodash.uniqwith "^4.5.0"
|
620 | 620 |
|
621 |
| -"@textlint/runtime-helper@^0.13.0": |
622 |
| - version "0.13.0" |
623 |
| - resolved "https://registry.yarnpkg.com/@textlint/runtime-helper/-/runtime-helper-0.13.0.tgz#d4037b3762b99df91f8a96f6d1c08010ccbb1f32" |
624 |
| - integrity sha512-3Mxg4DjMC993zXEgdA/n6f93qCsB+wc0Edu509vKJ8FcUOUNPdLyC1rd1yCnErggAwAAAO3wGQl4EY+Bb5Jvkw== |
| 621 | +"@textlint/runtime-helper@^0.13.1": |
| 622 | + version "0.13.1" |
| 623 | + resolved "https://registry.yarnpkg.com/@textlint/runtime-helper/-/runtime-helper-0.13.1.tgz#cc634b79314445189aadb51161941ea17f0282d0" |
| 624 | + integrity sha512-C7r5hnV9MzEjrmKAnT1kSKLOaSe0Udx37WLIK7eNqiJ/OwbGIFroMOFVO9NQCMDNKr9bcXk1TDyJPAV70CMsyA== |
625 | 625 | dependencies:
|
626 | 626 | "@kvs/env" "^1.1.0"
|
627 | 627 | "@textlint/config-loader" "^13.3.0"
|
|
630 | 630 | "@textlint/types" "^13.3.0"
|
631 | 631 | "@textlint/utils" "^13.3.0"
|
632 | 632 |
|
633 |
| -"@textlint/script-compiler@^0.13.0": |
634 |
| - version "0.13.0" |
635 |
| - resolved "https://registry.yarnpkg.com/@textlint/script-compiler/-/script-compiler-0.13.0.tgz#47323d289e1e8b3493ac2405c8141967fd19ddb3" |
636 |
| - integrity sha512-uoKdCrUA0ZJKNMjHg5tU5Vhh2OGw5dBcHgBFpFVm8Lcy1dfW1xlgLHEsrnB4/qkPWh3CBI4EfslmJc20Xv9vXA== |
| 633 | +"@textlint/script-compiler@^0.13.1": |
| 634 | + version "0.13.1" |
| 635 | + resolved "https://registry.yarnpkg.com/@textlint/script-compiler/-/script-compiler-0.13.1.tgz#805b8f4f52f48ec014154af8099d367dbc0eb2c0" |
| 636 | + integrity sha512-WCrd7/jclAeehGYL9G+MAMzoqTyVzdYTSv+dC3o1XxeNw1MKfNOiFpujWSA6CO0Ta4gG5NpWP4xP1xyC8PtvoA== |
637 | 637 | dependencies:
|
638 | 638 | "@babel/core" "^7.12.10"
|
639 |
| - "@textlint/config-inliner" "^0.13.0" |
| 639 | + "@textlint/config-inliner" "^0.13.1" |
640 | 640 | "@textlint/config-loader" "^13.3.0"
|
641 | 641 | "@textlint/config-partial-parser" "^0.13.0"
|
642 | 642 | "@textlint/kernel" "^13.3.0"
|
643 |
| - "@textlint/runtime-helper" "^0.13.0" |
644 |
| - "@textlint/script-parser" "^0.13.0" |
| 643 | + "@textlint/runtime-helper" "^0.13.1" |
| 644 | + "@textlint/script-parser" "^0.13.1" |
645 | 645 | "@textlint/textlint-plugin-markdown" "^13.3.0"
|
646 | 646 | "@textlint/textlint-plugin-text" "^13.3.0"
|
647 | 647 | "@textlint/types" "^13.3.0"
|
|
654 | 654 | terser-webpack-plugin "^5.3.6"
|
655 | 655 | webpack "^5.75.0"
|
656 | 656 |
|
657 |
| -"@textlint/script-parser@^0.13.0": |
658 |
| - version "0.13.0" |
659 |
| - resolved "https://registry.yarnpkg.com/@textlint/script-parser/-/script-parser-0.13.0.tgz#bf72ef779e43b39e7ed658f76f451b47c3f061b7" |
660 |
| - integrity sha512-bji4V0KZZ1SLN+yg37tj/KBAGmNWWVbXwipc4sofFK05y8nDU+dRL9NCRzEa+mXrDRBB8ciklhKLaQ1xdYaTOw== |
| 657 | +"@textlint/script-parser@^0.13.1": |
| 658 | + version "0.13.1" |
| 659 | + resolved "https://registry.yarnpkg.com/@textlint/script-parser/-/script-parser-0.13.1.tgz#393f2fe5bbf6296ffb3d0c2553331a4fbd73c5d6" |
| 660 | + integrity sha512-7+4qbvlEhWao9t6egA4hW4puhX+AwuXuvVnY2yZO/MxSP7ay9xkPVwtPp5KnwNanD7jC3hw5ErGbxyCbCXoF8A== |
661 | 661 |
|
662 | 662 | "@textlint/source-code-fixer@^13.3.0":
|
663 | 663 | version "13.3.0"
|
|
796 | 796 | resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-13.3.2.tgz#4854e22c9434bd5d69d8151c2aacf88ddc09cff5"
|
797 | 797 | integrity sha512-eEi4j5vyQ0WRkfkBS+Sa2q1YQVo0B6cFXde2+TVpoDp7f8yPAb4wMv9jgQ23N+DpiafJVOhRQLyJdrITFwnmFw==
|
798 | 798 |
|
799 |
| -"@textlint/website-generator@^0.13.0": |
800 |
| - version "0.13.0" |
801 |
| - resolved "https://registry.yarnpkg.com/@textlint/website-generator/-/website-generator-0.13.0.tgz#fbc5b3d0c3cb6fe86192f2ce963d45b3f9e05972" |
802 |
| - integrity sha512-eGT5Ya8zP+qVYW7HtYMs6TMWJI6UmFhEg1IK2mw1wdJMoOf85ybEvztLbitvrNSoYrXIIHVXzLo8IjjccJcuow== |
| 799 | +"@textlint/website-generator@^0.13.1": |
| 800 | + version "0.13.1" |
| 801 | + resolved "https://registry.yarnpkg.com/@textlint/website-generator/-/website-generator-0.13.1.tgz#beb615735329e01feb5d57693e9f516758c6a1c8" |
| 802 | + integrity sha512-wyGezCOuAO3M4hl4AMXGdYCs/35o6lKf5VEpQ9W2Fk8zf5A6jH58zRgHqePaOd3HxyiR69CGK5KyDcwg7SR5gw== |
803 | 803 | dependencies:
|
804 |
| - "@textlint/script-compiler" "^0.13.0" |
| 804 | + "@textlint/script-compiler" "^0.13.1" |
805 | 805 | meow "^9.0.0"
|
806 | 806 | read-pkg "^5.2.0"
|
807 |
| - textchecker-element "^0.13.0" |
| 807 | + textchecker-element "^0.13.1" |
808 | 808 |
|
809 | 809 | "@types/eslint-scope@^3.7.3":
|
810 | 810 | version "3.7.4"
|
@@ -3884,10 +3884,10 @@ text-table@^0.2.0:
|
3884 | 3884 | resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
|
3885 | 3885 | integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=
|
3886 | 3886 |
|
3887 |
| -textchecker-element@^0.13.0: |
3888 |
| - version "0.13.0" |
3889 |
| - resolved "https://registry.yarnpkg.com/textchecker-element/-/textchecker-element-0.13.0.tgz#0aa029e9a091df6d8bcef56e060f7b1b568810b9" |
3890 |
| - integrity sha512-LRsGPr08JHYyNFknkeuHMl4rI2Cpi+SPspbr5aPqG+2S/QlzNC4S5j/F8MxCSx3tZor3Lnh8e6SAG7Ir73Eb5A== |
| 3887 | +textchecker-element@^0.13.1: |
| 3888 | + version "0.13.1" |
| 3889 | + resolved "https://registry.yarnpkg.com/textchecker-element/-/textchecker-element-0.13.1.tgz#afb015379d59e7c468cf2a4e43a58736b719cf5b" |
| 3890 | + integrity sha512-eJmamxJl+Qg9pOMxm9dUM68dDECNR6JrcVE8abvvoes2hdFlxEUbST541Yuaq9znStuVEm2FWhyB2xT9ITrFfw== |
3891 | 3891 | dependencies:
|
3892 | 3892 | "@textlint/source-code-fixer" "^13.3.0"
|
3893 | 3893 | delay "^4.4.0"
|
|
0 commit comments