Skip to content

Commit c03618c

Browse files
committed
test: fix example test
1 parent 54e0d80 commit c03618c

File tree

2 files changed

+97
-97
lines changed

2 files changed

+97
-97
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"textlint": "textlint",
99
"textlint:fix": "textlint --fix ../README.md",
10-
"test": "npm run textlint -- -f pretty-error ./README.md",
10+
"test": "npm run textlint -- -f pretty-error ../README.md",
1111
"website": "textlint-website-generator --output-dir dist"
1212
},
1313
"author": "azu",

example/yarn.lock

Lines changed: 96 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -242,22 +242,22 @@
242242
resolved "https://registry.yarnpkg.com/@kvs/types/-/types-1.2.0.tgz#45e9e37865dff28a274145ea87857ec8e93515c6"
243243
integrity sha512-88x1wFRMYg6DyCuX2jeLx2s8q7H3ayRtPD+OVhsSC5v7ek+FP7cv9ooVCC/+Ib5QzNWzkZpd4Uap6O9HrAxq6g==
244244

245-
"@textlint/ast-node-types@^12.0.0-beta.1":
246-
version "12.0.0-beta.1"
247-
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-12.0.0-beta.1.tgz#a630a9f57f286c53d8b22d8d1f71ff09d36a9e5c"
248-
integrity sha512-mhMkfF38VaNyRTamCEvetF9Vn97WZ0fun0XY+Tqbt21EZtVFwc2L1kNTAn6RfE+RCSVCC6rwXiq8TkCb8m7Mkw==
245+
"@textlint/ast-node-types@^12.0.0":
246+
version "12.0.0"
247+
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-12.0.0.tgz#23bd683f9fc04209ae28bff72954c8aa67c6b1ca"
248+
integrity sha512-qUjmlpz1vR3AStBA9RPDCVT0/pGtePvBJ5Vb/0PzTrnr04iFktG6P6B1VOmgTh8J9Kl/FonQFo3A9M1Q3UH+JA==
249249

250250
"@textlint/ast-node-types@^4.2.1", "@textlint/ast-node-types@^4.4.3":
251251
version "4.4.3"
252252
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.4.3.tgz#fdba16e8126cddc50f45433ce7f6c55e7829566c"
253253
integrity sha512-qi2jjgO6Tn3KNPGnm6B7p6QTEPvY95NFsIAaJuwbulur8iJUEenp1OnoUfiDaC/g2WPPEFkcfXpmnu8XEMFo2A==
254254

255-
"@textlint/ast-tester@^12.0.0-beta.2":
256-
version "12.0.0-beta.2"
257-
resolved "https://registry.yarnpkg.com/@textlint/ast-tester/-/ast-tester-12.0.0-beta.2.tgz#d96ffa9c98499916ce42a2e0896690d560d6a29b"
258-
integrity sha512-W35GgSyW2BvxVYw3//mGx0jriefv2pWyJlUrCG3N+W+hitzg9C95EqVAG62B9Fj5bhPqh4ndyBWOu/V74EZnUw==
255+
"@textlint/ast-tester@^12.0.0":
256+
version "12.0.0"
257+
resolved "https://registry.yarnpkg.com/@textlint/ast-tester/-/ast-tester-12.0.0.tgz#3cd4395909ad688f56f47d77a80ec6ba4461837f"
258+
integrity sha512-mcAqaOJnAhay8QtDC/na5S72XPxmqGCntOwcLwuSjEmPGAIuLC3GsumLQo4nWSQ2LGnWd6CwLDZT4eBlRWetNA==
259259
dependencies:
260-
"@textlint/ast-node-types" "^12.0.0-beta.1"
260+
"@textlint/ast-node-types" "^12.0.0"
261261
debug "^4.3.1"
262262

263263
"@textlint/ast-tester@^2.3.5":
@@ -267,12 +267,12 @@
267267
dependencies:
268268
"@textlint/ast-node-types" "^4.4.3"
269269

270-
"@textlint/ast-traverse@^12.0.0-beta.2":
271-
version "12.0.0-beta.2"
272-
resolved "https://registry.yarnpkg.com/@textlint/ast-traverse/-/ast-traverse-12.0.0-beta.2.tgz#ea9ec7e2539f4c124a17ea37a5092f5d53a44687"
273-
integrity sha512-E04SEojUDlWArLb9kpkBtc97INTPskVOj5VYBE1eUFLUMqGSzF+CVQyI6DImZUcFeF8AYr5wJ/PEPpcooFJTCg==
270+
"@textlint/ast-traverse@^12.0.0":
271+
version "12.0.0"
272+
resolved "https://registry.yarnpkg.com/@textlint/ast-traverse/-/ast-traverse-12.0.0.tgz#eeb35ec9b646a57a5ab77ca0f461a82f591109bc"
273+
integrity sha512-Mu0il8qWS9YkzVAqwmrTd+ga5S0LJVWOGjE6d9yADf5xObUDFk4g8ITlfEOiicpX5bTUxT4e1bORxPveCJ8iKQ==
274274
dependencies:
275-
"@textlint/ast-node-types" "^12.0.0-beta.1"
275+
"@textlint/ast-node-types" "^12.0.0"
276276

277277
"@textlint/ast-traverse@^2.3.5":
278278
version "2.3.5"
@@ -312,10 +312,10 @@
312312
"@textlint/types" "^1.5.1"
313313
"@textlint/utils" "^1.2.4"
314314

315-
"@textlint/feature-flag@^12.0.0-beta.1":
316-
version "12.0.0-beta.1"
317-
resolved "https://registry.yarnpkg.com/@textlint/feature-flag/-/feature-flag-12.0.0-beta.1.tgz#6e76289324c074e8310363a3b7457ac18db560bd"
318-
integrity sha512-l7P5zHc6CFb6m0yTOSbM2RSWdV9K5Ekxg4DQBxyYDUze0bpvooUJpl2VuCKnl85xKKvYPX+6dEjwTDs6ZBZsmA==
315+
"@textlint/feature-flag@^12.0.0":
316+
version "12.0.0"
317+
resolved "https://registry.yarnpkg.com/@textlint/feature-flag/-/feature-flag-12.0.0.tgz#e09d295c9eaedda90e54bb4ecdc23c325d2e120c"
318+
integrity sha512-xgK6tsf1Gg6xn8/X0HN4LXzSkJYgmByAvzItUPlI0dzvA4HhhT4gkBeshDCuXsHLc970nYgzy1TYHpyscu7PTw==
319319
dependencies:
320320
map-like "^2.0.0"
321321

@@ -326,13 +326,13 @@
326326
dependencies:
327327
map-like "^2.0.0"
328328

329-
"@textlint/fixer-formatter@^12.0.0-beta.2":
330-
version "12.0.0-beta.2"
331-
resolved "https://registry.yarnpkg.com/@textlint/fixer-formatter/-/fixer-formatter-12.0.0-beta.2.tgz#6393a499b4130071b9483bdc285862531d98daf7"
332-
integrity sha512-bgWRj1pK8aHMFSoGPI/Hw/tk+N2xMYKuUdwRiikJEjH9GRq3b5TpyZH3dHBI31UukxYP3EDzkPbxyNDWUkLIpg==
329+
"@textlint/fixer-formatter@^12.0.0":
330+
version "12.0.0"
331+
resolved "https://registry.yarnpkg.com/@textlint/fixer-formatter/-/fixer-formatter-12.0.0.tgz#aa484f23086858f4685dcdfeb3975a5647dcc8ab"
332+
integrity sha512-y2PWue8PANhSF9cXwksxmjDs/n9exOq4daNMhN7VvJk9yrXL+nSuAoyDXjyp09gX4Nfwa/xsOrQRTDVRbizgcw==
333333
dependencies:
334-
"@textlint/module-interop" "^12.0.0-beta.1"
335-
"@textlint/types" "^12.0.0-beta.2"
334+
"@textlint/module-interop" "^12.0.0"
335+
"@textlint/types" "^12.0.0"
336336
chalk "^1.1.3"
337337
debug "^4.3.1"
338338
diff "^4.0.2"
@@ -342,18 +342,18 @@
342342
text-table "^0.2.0"
343343
try-resolve "^1.0.1"
344344

345-
"@textlint/kernel@^12.0.0-beta.2":
346-
version "12.0.0-beta.2"
347-
resolved "https://registry.yarnpkg.com/@textlint/kernel/-/kernel-12.0.0-beta.2.tgz#b9015ea6c943abf4111f9e4245be8111f5308efb"
348-
integrity sha512-jTIjwvdn1RpFm4I1OAMIQ+Bbu6jahP/MxwkSlEIawZTGh6AglwsXpGSAsnHjaVwODVJc1JBHLZeov/neuxSmhg==
349-
dependencies:
350-
"@textlint/ast-node-types" "^12.0.0-beta.1"
351-
"@textlint/ast-tester" "^12.0.0-beta.2"
352-
"@textlint/ast-traverse" "^12.0.0-beta.2"
353-
"@textlint/feature-flag" "^12.0.0-beta.1"
354-
"@textlint/source-code-fixer" "^12.0.0-beta.2"
355-
"@textlint/types" "^12.0.0-beta.2"
356-
"@textlint/utils" "^12.0.0-beta.1"
345+
"@textlint/kernel@^12.0.0":
346+
version "12.0.0"
347+
resolved "https://registry.yarnpkg.com/@textlint/kernel/-/kernel-12.0.0.tgz#29cca37644445429fdddad13244d0d40eaf24289"
348+
integrity sha512-8UXHKhSAgn1aexPjyQE1CRVivCfSz+aFuNrktT9+JOMM3XsSd4JFcMKDhPA1utiiRR+4yDVH5be38vuuJOG9cQ==
349+
dependencies:
350+
"@textlint/ast-node-types" "^12.0.0"
351+
"@textlint/ast-tester" "^12.0.0"
352+
"@textlint/ast-traverse" "^12.0.0"
353+
"@textlint/feature-flag" "^12.0.0"
354+
"@textlint/source-code-fixer" "^12.0.0"
355+
"@textlint/types" "^12.0.0"
356+
"@textlint/utils" "^12.0.0"
357357
debug "^4.3.1"
358358
deep-equal "^1.1.1"
359359
map-like "^2.0.0"
@@ -376,15 +376,15 @@
376376
map-like "^2.0.0"
377377
structured-source "^3.0.2"
378378

379-
"@textlint/linter-formatter@^12.0.0-beta.2":
380-
version "12.0.0-beta.2"
381-
resolved "https://registry.yarnpkg.com/@textlint/linter-formatter/-/linter-formatter-12.0.0-beta.2.tgz#f12b025cdf264594a73379678679a150e44ef473"
382-
integrity sha512-MA2ZpUxRefCAN5U2YVrwcaZhq1bmLyiYhE/NiMbLIcelb6g98XKjAK1RJUqQJaR+ukAr0N4UCOrBNveFDHXp3g==
379+
"@textlint/linter-formatter@^12.0.0":
380+
version "12.0.0"
381+
resolved "https://registry.yarnpkg.com/@textlint/linter-formatter/-/linter-formatter-12.0.0.tgz#630b0beaba9a3859cc8784cc51e3b688e9ba493d"
382+
integrity sha512-jRRZluLCBXcP8VlA90N8DJOPy890j7rVOVSuyyFn0ypuUK88X2qH9XoEd9yYbo/HmH9ky2h+TeA8CJtOAIjU2g==
383383
dependencies:
384384
"@azu/format-text" "^1.0.1"
385385
"@azu/style-format" "^1.0.0"
386-
"@textlint/module-interop" "^12.0.0-beta.1"
387-
"@textlint/types" "^12.0.0-beta.2"
386+
"@textlint/module-interop" "^12.0.0"
387+
"@textlint/types" "^12.0.0"
388388
chalk "^1.1.3"
389389
debug "^4.3.1"
390390
is-file "^1.0.0"
@@ -398,12 +398,12 @@
398398
try-resolve "^1.0.1"
399399
xml-escape "^1.1.0"
400400

401-
"@textlint/markdown-to-ast@^12.0.0-beta.2":
402-
version "12.0.0-beta.2"
403-
resolved "https://registry.yarnpkg.com/@textlint/markdown-to-ast/-/markdown-to-ast-12.0.0-beta.2.tgz#e167f45c59032c2267e9fd5dfa6879c98f4a3a2d"
404-
integrity sha512-f7dWVT4W+U2cpqoPY4TbfKOC3eJMf+nxYdyxkke8YgXqWKDMbthJl87/m1uFIH6eXW6nvkWWAyZjMl3Kt/9r+A==
401+
"@textlint/markdown-to-ast@^12.0.0":
402+
version "12.0.0"
403+
resolved "https://registry.yarnpkg.com/@textlint/markdown-to-ast/-/markdown-to-ast-12.0.0.tgz#bdd2f572e12be04b153789413a31fcf78d1f98d2"
404+
integrity sha512-XaiuePJVDGVIwdjIiITdbdRXZDFnAFY/so3Rb8qAId/Qq9fKPUvgefMkdIG73wUC7LzhrAzH6/CuEO+f77HR5g==
405405
dependencies:
406-
"@textlint/ast-node-types" "^12.0.0-beta.1"
406+
"@textlint/ast-node-types" "^12.0.0"
407407
debug "^4.3.1"
408408
remark-footnotes "^3.0.0"
409409
remark-frontmatter "^3.0.0"
@@ -417,10 +417,10 @@
417417
resolved "https://registry.yarnpkg.com/@textlint/module-interop/-/module-interop-1.2.5.tgz#f10582e66e0633ac1aea228f30c5b3f5d8463f45"
418418
integrity sha512-+yEluCSbj6oxk9ENFojVcSxURvXOg7AU3vBiVHPjPEShaqbzZZ6tcut6gbDcIYhEDUkegZGmGwyfOe+wNABhKw==
419419

420-
"@textlint/module-interop@^12.0.0-beta.1":
421-
version "12.0.0-beta.1"
422-
resolved "https://registry.yarnpkg.com/@textlint/module-interop/-/module-interop-12.0.0-beta.1.tgz#71223d53b433fc851b9fe18dcb16aba80d01398e"
423-
integrity sha512-C3orVSmahRkEXJspEx8jzF9gUL16jiA98Jdesy+8BCjO5qQ5tcT/ihhniX+ArcWof3AghUelb6mXWixzJotb0A==
420+
"@textlint/module-interop@^12.0.0":
421+
version "12.0.0"
422+
resolved "https://registry.yarnpkg.com/@textlint/module-interop/-/module-interop-12.0.0.tgz#f6f4a513f7d58c25304fc1e6a544989a82565978"
423+
integrity sha512-WSuwd3pd2xYDCYqpA6NE8FwMZS4WJ2gZmsSCXBpOh3qJ/pHbmrfEaiwOpGQJA4RfXVp8Fy5KfaAQJIr+wox98A==
424424

425425
"@textlint/runtime-helper@^0.11.0":
426426
version "0.11.0"
@@ -461,12 +461,12 @@
461461
resolved "https://registry.yarnpkg.com/@textlint/script-parser/-/script-parser-0.11.0.tgz#45e27b7cfeb0b5175ed12b3d9601ac0a9dc94be6"
462462
integrity sha512-XBJR/n/aMVUkda2OjxCuoC/uhRF74a2QzpJZyKRUGzYJPxQ39MMmPc3hskKlg4zjQgQyPNwCaGeJq539MIZ0tQ==
463463

464-
"@textlint/source-code-fixer@^12.0.0-beta.2":
465-
version "12.0.0-beta.2"
466-
resolved "https://registry.yarnpkg.com/@textlint/source-code-fixer/-/source-code-fixer-12.0.0-beta.2.tgz#cc415606ce65e3b926e97ef2ae4d46590458961c"
467-
integrity sha512-vwRl11keG7OJh2/7fWKeqGrZrgmq+SYpG+HTaTcjJ0COLgCXQ9bMexIEY8Nuk517lL0H7zdeQzS4+I17eiSjCw==
464+
"@textlint/source-code-fixer@^12.0.0":
465+
version "12.0.0"
466+
resolved "https://registry.yarnpkg.com/@textlint/source-code-fixer/-/source-code-fixer-12.0.0.tgz#ada198da75ac9dc1c01395fe338a5256247df413"
467+
integrity sha512-+XMJ7unzezEqKh8euWIw1QUprvv7IJzOfV0UPVbkThX2d3ZOzBmK+AzlYbqzCwZ1jkV0QYaRqaptBE+iaaQjNg==
468468
dependencies:
469-
"@textlint/types" "^12.0.0-beta.2"
469+
"@textlint/types" "^12.0.0"
470470
debug "^4.3.1"
471471

472472
"@textlint/source-code-fixer@^3.4.1", "@textlint/source-code-fixer@^3.4.5":
@@ -477,26 +477,26 @@
477477
"@textlint/types" "^1.5.5"
478478
debug "^4.3.1"
479479

480-
"@textlint/text-to-ast@^12.0.0-beta.2":
481-
version "12.0.0-beta.2"
482-
resolved "https://registry.yarnpkg.com/@textlint/text-to-ast/-/text-to-ast-12.0.0-beta.2.tgz#dac28039a061ea357b82f700731b104f76532b42"
483-
integrity sha512-LDICEQg+D0YvfWLOvyOK/H7bsBNDscHltzTc81d7b8eXlns2xZXRAkkPge2EngdwUecX1TCAXvOfljkjhTPRDQ==
480+
"@textlint/text-to-ast@^12.0.0":
481+
version "12.0.0"
482+
resolved "https://registry.yarnpkg.com/@textlint/text-to-ast/-/text-to-ast-12.0.0.tgz#db0293107c09a2f5b89005105e4ea78182f3e803"
483+
integrity sha512-j73hF6BiwdZurNdzHfOtP5j3v+nTWaTP7RtJf5wpfQBigT4RA+EqmKxUd/OpO+gt/Xy1NkpceLFNllZGRLEvkw==
484484
dependencies:
485-
"@textlint/ast-node-types" "^12.0.0-beta.1"
485+
"@textlint/ast-node-types" "^12.0.0"
486486

487-
"@textlint/textlint-plugin-markdown@^12.0.0-beta.2":
488-
version "12.0.0-beta.2"
489-
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-12.0.0-beta.2.tgz#1735bf9e72f2626d71dc6919a8a5a172d6236d1a"
490-
integrity sha512-vIK4XyZaov0A1ZjJACsQWr4zRhVRXnIEKfiaoAaB2Zb9nrGFQDEZ6h1MiQ75qJ7aH/ZyZsS7DWRbGFEbK6Nt9Q==
487+
"@textlint/textlint-plugin-markdown@^12.0.0":
488+
version "12.0.0"
489+
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-12.0.0.tgz#17e5334288c2e7d26dab6b2fc344f043641cd7df"
490+
integrity sha512-eo9deECYMkytoiJUqDxEwzugL8sLcCFUbeCpzV5IuIRwQBh85Hds3lp/mtW1B3Q/BxcSa08im2HAa9uRdcoe4Q==
491491
dependencies:
492-
"@textlint/markdown-to-ast" "^12.0.0-beta.2"
492+
"@textlint/markdown-to-ast" "^12.0.0"
493493

494-
"@textlint/textlint-plugin-text@^12.0.0-beta.2":
495-
version "12.0.0-beta.2"
496-
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-text/-/textlint-plugin-text-12.0.0-beta.2.tgz#95017f61e83c04b67cb0b69f538845fe7e87ee9c"
497-
integrity sha512-uuY8l33jBEZU5VBYYg4Ntaw/NfM/cdJliGaDAbj2ebvYH9iAhXwQkoa6jHpVoKryrG6hvSrcSdAt62TdmjM/AA==
494+
"@textlint/textlint-plugin-text@^12.0.0":
495+
version "12.0.0"
496+
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-text/-/textlint-plugin-text-12.0.0.tgz#61f09f72b5d092e95ac2ed5ac2c2870b343841cc"
497+
integrity sha512-brtexdqu7yvFLstYvVlotMZz5T7SwKfnFnV9Sm+uhg/d3Ddea9exzpiWWcXfRAhfOBd12mmEGM6gwAuSwzrhqg==
498498
dependencies:
499-
"@textlint/text-to-ast" "^12.0.0-beta.2"
499+
"@textlint/text-to-ast" "^12.0.0"
500500

501501
"@textlint/types@^1.1.2", "@textlint/types@^1.5.1", "@textlint/types@^1.5.5":
502502
version "1.5.5"
@@ -505,22 +505,22 @@
505505
dependencies:
506506
"@textlint/ast-node-types" "^4.4.3"
507507

508-
"@textlint/types@^12.0.0-beta.2":
509-
version "12.0.0-beta.2"
510-
resolved "https://registry.yarnpkg.com/@textlint/types/-/types-12.0.0-beta.2.tgz#9667f683e5cb8c77c3169d49ca13c7fb722f404f"
511-
integrity sha512-5gtm5H0sqIZDuQvnlePHu9JsVSvDTlDbN/ZsKGSGn6yYhxw7C4CAiiPeGi0lw0DpT0lydEEOrAALseHU+IzKfQ==
508+
"@textlint/types@^12.0.0":
509+
version "12.0.0"
510+
resolved "https://registry.yarnpkg.com/@textlint/types/-/types-12.0.0.tgz#c197b756070cdf413c1a6b311520d927b1d47069"
511+
integrity sha512-3sB22cGtN9nPViDrW7FJxWkDrpGtyJbvNsvZqzX83HJbAiOmzzeHDkRRLvz9tax76lcdjlNk+2rHY3iSnjhEag==
512512
dependencies:
513-
"@textlint/ast-node-types" "^12.0.0-beta.1"
513+
"@textlint/ast-node-types" "^12.0.0"
514514

515515
"@textlint/utils@^1.2.1", "@textlint/utils@^1.2.4", "@textlint/utils@^1.2.5":
516516
version "1.2.5"
517517
resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-1.2.5.tgz#1406e179d44d130d8e60322f3f873a721c93ba75"
518518
integrity sha512-2vgz4x3tKK+R9N0OlOovJClRCHubxZi86ki218cvRVpoU9pPrHwkwZud+rjItDl2xFBj7Gujww7c0W1wyytWVQ==
519519

520-
"@textlint/utils@^12.0.0-beta.1":
521-
version "12.0.0-beta.1"
522-
resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-12.0.0-beta.1.tgz#d85cfd65bd87b7886fc1cb3fa5b5c2b0fb775926"
523-
integrity sha512-sx/+acZhDLQWZMyMl67kGXsHSxFr4GWS/G7812EZ1xv1WhwAgA2K9fZmIk4+LB9MwMRduvb55LaZUhbC5nq9BA==
520+
"@textlint/utils@^12.0.0":
521+
version "12.0.0"
522+
resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-12.0.0.tgz#e457b4ebbf3925b3bf0d32c597e1a20beaa1b121"
523+
integrity sha512-bnIr17iouc4MtVR+r7v8mBasNn3ZsQpfTLTi4RelrZJdICHMBUMOWRX70cVRV/xJck/nfY9igt325qI0y2ELoQ==
524524

525525
"@textlint/website-generator@^0.11.3":
526526
version "0.11.3"
@@ -3345,22 +3345,22 @@ textlint-rule-prh@^5.2.1:
33453345
textlint-rule-helper "^2.1.1"
33463346
untildify "^3.0.3"
33473347

3348-
textlint@^12.0.0-beta.2:
3349-
version "12.0.0-beta.2"
3350-
resolved "https://registry.yarnpkg.com/textlint/-/textlint-12.0.0-beta.2.tgz#8f42b27c532abff175901ace52c094692038bcb1"
3351-
integrity sha512-ILIz9FFgylbaLEwo2DGalDBEGaCvEx6bN1UGcb9pw1A+RUD5MvhAxPOSTEhVmngeZVHb64CtHBJH5STSzgdFjw==
3352-
dependencies:
3353-
"@textlint/ast-node-types" "^12.0.0-beta.1"
3354-
"@textlint/ast-traverse" "^12.0.0-beta.2"
3355-
"@textlint/feature-flag" "^12.0.0-beta.1"
3356-
"@textlint/fixer-formatter" "^12.0.0-beta.2"
3357-
"@textlint/kernel" "^12.0.0-beta.2"
3358-
"@textlint/linter-formatter" "^12.0.0-beta.2"
3359-
"@textlint/module-interop" "^12.0.0-beta.1"
3360-
"@textlint/textlint-plugin-markdown" "^12.0.0-beta.2"
3361-
"@textlint/textlint-plugin-text" "^12.0.0-beta.2"
3362-
"@textlint/types" "^12.0.0-beta.2"
3363-
"@textlint/utils" "^12.0.0-beta.1"
3348+
textlint@^12.0.0:
3349+
version "12.0.0"
3350+
resolved "https://registry.yarnpkg.com/textlint/-/textlint-12.0.0.tgz#07cda480f50aaeb7164584d6e86d3ac737531f84"
3351+
integrity sha512-hpXezTFR/BxNzc0iJqwspAuHYrCWF/nF7mBS9OGzgBJx5FfS1xfsAIityV65Ffcr+nxCExzTQqRHR6qSWOZmbg==
3352+
dependencies:
3353+
"@textlint/ast-node-types" "^12.0.0"
3354+
"@textlint/ast-traverse" "^12.0.0"
3355+
"@textlint/feature-flag" "^12.0.0"
3356+
"@textlint/fixer-formatter" "^12.0.0"
3357+
"@textlint/kernel" "^12.0.0"
3358+
"@textlint/linter-formatter" "^12.0.0"
3359+
"@textlint/module-interop" "^12.0.0"
3360+
"@textlint/textlint-plugin-markdown" "^12.0.0"
3361+
"@textlint/textlint-plugin-text" "^12.0.0"
3362+
"@textlint/types" "^12.0.0"
3363+
"@textlint/utils" "^12.0.0"
33643364
debug "^4.3.1"
33653365
deep-equal "^1.1.1"
33663366
file-entry-cache "^5.0.1"

0 commit comments

Comments
 (0)