|
47 | 47 | version "4.0.2"
|
48 | 48 | resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.0.2.tgz#5386a15187798efb48eb71fa1cbf6ca2770b206a"
|
49 | 49 |
|
50 |
| -"@textlint/ast-traverse@^2.0.6": |
51 |
| - version "2.0.6" |
52 |
| - resolved "https://registry.yarnpkg.com/@textlint/ast-traverse/-/ast-traverse-2.0.6.tgz#d8936dc2c63eb1aff3c7af98e561309be6f15641" |
| 50 | +"@textlint/ast-traverse@^2.0.8": |
| 51 | + version "2.0.8" |
| 52 | + resolved "https://registry.yarnpkg.com/@textlint/ast-traverse/-/ast-traverse-2.0.8.tgz#c180fe23dc3b8a6aa68539be70efb4ff17c38a3a" |
53 | 53 | dependencies:
|
54 | 54 | "@textlint/ast-node-types" "^4.0.2"
|
55 | 55 |
|
|
59 | 59 | dependencies:
|
60 | 60 | map-like "^2.0.0"
|
61 | 61 |
|
62 |
| -"@textlint/fixer-formatter@^3.0.5": |
63 |
| - version "3.0.5" |
64 |
| - resolved "https://registry.yarnpkg.com/@textlint/fixer-formatter/-/fixer-formatter-3.0.5.tgz#d046aabea44c31469d3b1d16b3b2b079ff77c59d" |
| 62 | +"@textlint/fixer-formatter@^3.0.7": |
| 63 | + version "3.0.7" |
| 64 | + resolved "https://registry.yarnpkg.com/@textlint/fixer-formatter/-/fixer-formatter-3.0.7.tgz#4ef15d5e606e2d32b89257afd382ed9dbb218846" |
65 | 65 | dependencies:
|
66 |
| - "@textlint/kernel" "^2.0.7" |
| 66 | + "@textlint/kernel" "^2.0.9" |
67 | 67 | chalk "^1.1.3"
|
68 | 68 | debug "^2.1.0"
|
69 | 69 | diff "^2.2.2"
|
|
73 | 73 | text-table "^0.2.0"
|
74 | 74 | try-resolve "^1.0.1"
|
75 | 75 |
|
76 |
| -"@textlint/kernel@^2.0.7": |
77 |
| - version "2.0.7" |
78 |
| - resolved "https://registry.yarnpkg.com/@textlint/kernel/-/kernel-2.0.7.tgz#b6339ad878d1272970dbacc3db428b3f0f4696d5" |
| 76 | +"@textlint/kernel@^2.0.9": |
| 77 | + version "2.0.9" |
| 78 | + resolved "https://registry.yarnpkg.com/@textlint/kernel/-/kernel-2.0.9.tgz#a4471b7969e192551230c35ea9fae32d80128ee0" |
79 | 79 | dependencies:
|
80 | 80 | "@textlint/ast-node-types" "^4.0.2"
|
81 |
| - "@textlint/ast-traverse" "^2.0.6" |
| 81 | + "@textlint/ast-traverse" "^2.0.8" |
82 | 82 | "@textlint/feature-flag" "^3.0.4"
|
83 | 83 | "@types/bluebird" "^3.5.18"
|
84 | 84 | bluebird "^3.5.1"
|
|
87 | 87 | object-assign "^4.1.1"
|
88 | 88 | structured-source "^3.0.2"
|
89 | 89 |
|
90 |
| -"@textlint/linter-formatter@^3.0.5": |
91 |
| - version "3.0.5" |
92 |
| - resolved "https://registry.yarnpkg.com/@textlint/linter-formatter/-/linter-formatter-3.0.5.tgz#c5a7c6e583f8743a0e77d7de4d595846e4d070ca" |
| 90 | +"@textlint/linter-formatter@^3.0.7": |
| 91 | + version "3.0.7" |
| 92 | + resolved "https://registry.yarnpkg.com/@textlint/linter-formatter/-/linter-formatter-3.0.7.tgz#66716cac94c047d94627a7e6af427a0d199eda7c" |
93 | 93 | dependencies:
|
94 | 94 | "@azu/format-text" "^1.0.1"
|
95 | 95 | "@azu/style-format" "^1.0.0"
|
96 |
| - "@textlint/kernel" "^2.0.7" |
| 96 | + "@textlint/kernel" "^2.0.9" |
97 | 97 | chalk "^1.0.0"
|
98 | 98 | concat-stream "^1.5.1"
|
99 | 99 | js-yaml "^3.2.4"
|
|
107 | 107 | try-resolve "^1.0.1"
|
108 | 108 | xml-escape "^1.0.0"
|
109 | 109 |
|
110 |
| -"@textlint/markdown-to-ast@^6.0.6": |
111 |
| - version "6.0.6" |
112 |
| - resolved "https://registry.yarnpkg.com/@textlint/markdown-to-ast/-/markdown-to-ast-6.0.6.tgz#bef5a6a4a4a135a776d24f0ac12d97ca0ed17e70" |
| 110 | +"@textlint/markdown-to-ast@^6.0.8": |
| 111 | + version "6.0.8" |
| 112 | + resolved "https://registry.yarnpkg.com/@textlint/markdown-to-ast/-/markdown-to-ast-6.0.8.tgz#baa509c42f842b4dba36ad91547a288c063396b8" |
113 | 113 | dependencies:
|
114 | 114 | "@textlint/ast-node-types" "^4.0.2"
|
115 | 115 | debug "^2.1.3"
|
116 |
| - remark "^7.0.1" |
| 116 | + remark-frontmatter "^1.2.0" |
| 117 | + remark-parse "^5.0.0" |
117 | 118 | structured-source "^3.0.2"
|
118 | 119 | traverse "^0.6.6"
|
| 120 | + unified "^6.1.6" |
119 | 121 |
|
120 |
| -"@textlint/text-to-ast@^3.0.6": |
121 |
| - version "3.0.6" |
122 |
| - resolved "https://registry.yarnpkg.com/@textlint/text-to-ast/-/text-to-ast-3.0.6.tgz#c026835ad8e6fd5fa469818b182a2148a9681bf7" |
| 122 | +"@textlint/text-to-ast@^3.0.8": |
| 123 | + version "3.0.8" |
| 124 | + resolved "https://registry.yarnpkg.com/@textlint/text-to-ast/-/text-to-ast-3.0.8.tgz#6211977f369cec484447867f10dc155120f4c082" |
123 | 125 | dependencies:
|
124 | 126 | "@textlint/ast-node-types" "^4.0.2"
|
125 | 127 |
|
126 |
| -"@textlint/textlint-plugin-markdown@^4.0.8": |
127 |
| - version "4.0.8" |
128 |
| - resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-4.0.8.tgz#43743bc2867b105c05c5e21e212c0a83657dfa01" |
| 128 | +"@textlint/textlint-plugin-markdown@^4.0.10": |
| 129 | + version "4.0.10" |
| 130 | + resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-4.0.10.tgz#a99b4a308067597e89439a9e87bc1c4a7f4d076b" |
129 | 131 | dependencies:
|
130 |
| - "@textlint/markdown-to-ast" "^6.0.6" |
| 132 | + "@textlint/markdown-to-ast" "^6.0.8" |
131 | 133 |
|
132 |
| -"@textlint/textlint-plugin-text@^3.0.8": |
133 |
| - version "3.0.8" |
134 |
| - resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-text/-/textlint-plugin-text-3.0.8.tgz#e62dfcb3d80889979d43d31e5dba8d11565aabd3" |
| 134 | +"@textlint/textlint-plugin-text@^3.0.10": |
| 135 | + version "3.0.10" |
| 136 | + resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-text/-/textlint-plugin-text-3.0.10.tgz#619600bdc352d33a68e7a73d77d58b0c52b2a44f" |
135 | 137 | dependencies:
|
136 |
| - "@textlint/text-to-ast" "^3.0.6" |
| 138 | + "@textlint/text-to-ast" "^3.0.8" |
137 | 139 |
|
138 | 140 | "@types/bluebird@^3.5.18":
|
139 | 141 | version "3.5.20"
|
@@ -4010,18 +4012,18 @@ textlint-util-to-string@^1.1.0:
|
4010 | 4012 | object-assign "^4.0.1"
|
4011 | 4013 | structured-source "^3.0.2"
|
4012 | 4014 |
|
4013 |
| -textlint@^10.1.5: |
4014 |
| - version "10.1.5" |
4015 |
| - resolved "https://registry.yarnpkg.com/textlint/-/textlint-10.1.5.tgz#da8dd16145dfff0ee6c28edfdff120ac454cc980" |
| 4015 | +textlint@^10.2.1: |
| 4016 | + version "10.2.1" |
| 4017 | + resolved "https://registry.yarnpkg.com/textlint/-/textlint-10.2.1.tgz#ee22b7967d59cef7c74a04a5f4e8883134e5c79d" |
4016 | 4018 | dependencies:
|
4017 | 4019 | "@textlint/ast-node-types" "^4.0.2"
|
4018 |
| - "@textlint/ast-traverse" "^2.0.6" |
| 4020 | + "@textlint/ast-traverse" "^2.0.8" |
4019 | 4021 | "@textlint/feature-flag" "^3.0.4"
|
4020 |
| - "@textlint/fixer-formatter" "^3.0.5" |
4021 |
| - "@textlint/kernel" "^2.0.7" |
4022 |
| - "@textlint/linter-formatter" "^3.0.5" |
4023 |
| - "@textlint/textlint-plugin-markdown" "^4.0.8" |
4024 |
| - "@textlint/textlint-plugin-text" "^3.0.8" |
| 4022 | + "@textlint/fixer-formatter" "^3.0.7" |
| 4023 | + "@textlint/kernel" "^2.0.9" |
| 4024 | + "@textlint/linter-formatter" "^3.0.7" |
| 4025 | + "@textlint/textlint-plugin-markdown" "^4.0.10" |
| 4026 | + "@textlint/textlint-plugin-text" "^3.0.10" |
4025 | 4027 | "@types/bluebird" "^3.5.18"
|
4026 | 4028 | bluebird "^3.0.5"
|
4027 | 4029 | debug "^2.1.0"
|
|
0 commit comments