Skip to content

Commit

Permalink
chore(deps): update @textlint/types
Browse files Browse the repository at this point in the history
Improve type interface
textlint/textlint#576
  • Loading branch information
azu committed Jan 3, 2019
1 parent 623f86c commit 9079a04
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 72 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"watch": "tsc -p . --watch"
},
"dependencies": {
"@textlint/ast-node-types": "^4.1.0",
"@textlint/types": "^1.1.0",
"@textlint/ast-node-types": "^4.2.1",
"@textlint/types": "^1.1.2",
"structured-source": "^3.0.2",
"unist-util-visit": "^1.1.0"
},
Expand All @@ -37,7 +37,7 @@
"cross-env": "^5.2.0",
"markdown-to-ast": "^6.0.3",
"mocha": "^5.2.0",
"textlint": "^11.1.0",
"textlint": "^11.2.1",
"ts-node": "^7.0.1",
"ts-node-test-register": "^4.0.0",
"txt-ast-traverse": "^2.0.4",
Expand Down
138 changes: 69 additions & 69 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,31 +16,31 @@
version "4.0.3"
resolved "https://registry.npmjs.org/@textlint/ast-node-types/-/ast-node-types-4.0.3.tgz#b51c87bb86022323f764fbdc976b173f19261cc5"

"@textlint/ast-node-types@^4.1.0":
version "4.1.0"
resolved "https://registry.npmjs.org/@textlint/ast-node-types/-/ast-node-types-4.1.0.tgz#34ed1c3bace04be9f1fe38cd16124d8ba97ed458"
integrity sha512-BclIC3gxPQEyrR8BwqMzlu8sKr+VDnrht/AT0is0FLirc+gsr08OVoXlTDbb1APYvKy+7F1TY1XB+8MnRfvUcA==
"@textlint/ast-node-types@^4.2.1":
version "4.2.1"
resolved "https://registry.npmjs.org/@textlint/ast-node-types/-/ast-node-types-4.2.1.tgz#978fa10e23468114462fc08ef29f96980c12a8ef"
integrity sha512-Pqg1LTJpF929Ovi/lCaPqlyz8yDwBFbQulC0jyQcbRAoTxYS4AZMc48Ug2yk0so5hISQXKrlAxyVBmBVl9EKGA==

"@textlint/ast-traverse@^2.1.0":
version "2.1.0"
resolved "https://registry.npmjs.org/@textlint/ast-traverse/-/ast-traverse-2.1.0.tgz#2106604af27090629bf50a5b8a0b03ce4ed652ea"
integrity sha512-PrsCigD33jCwg45uwF7cRJ2HBOcVd6uHODa4ollb50L3Mt/rMsPBB7vYjihxU3Bo6Q/nr0gBALfSECZoj62oYQ==
"@textlint/ast-traverse@^2.1.2":
version "2.1.2"
resolved "https://registry.npmjs.org/@textlint/ast-traverse/-/ast-traverse-2.1.2.tgz#05d04ce0623f650e502d590d0624575836ae3afd"
integrity sha512-0VIx7Ql8OVHPOWKqHvgUDfyNlhZdG+0sn5bOhHJcbJs8HiSIdErO5pV1fPc2Apro3G15v6gq1rmjUR36ScwwdQ==
dependencies:
"@textlint/ast-node-types" "^4.1.0"
"@textlint/ast-node-types" "^4.2.1"

"@textlint/feature-flag@^3.1.0":
version "3.1.0"
resolved "https://registry.npmjs.org/@textlint/feature-flag/-/feature-flag-3.1.0.tgz#4f386cc51a0b1daf4e34bef3a3518274d861924c"
integrity sha512-Q57eT13ajMMUlfrDIv7tX9v5cFv/MYsPPr/75KP/hZlkFLef/0vQBBaLw0ULYJK0xzDGt0uzzQvh0/m3WUIkJw==
"@textlint/feature-flag@^3.1.2":
version "3.1.2"
resolved "https://registry.npmjs.org/@textlint/feature-flag/-/feature-flag-3.1.2.tgz#01b21b688e2779e74ac1b7b6e7ab77d93b5ce078"
integrity sha512-vtD/LXZoUHx++ExUvnUZKvl76+6kFHlHl0XLnyP6ZQSVoXF9ElVdFvvRaptPrpXu8SZYqCN2Hcz5iamXZP0hLQ==
dependencies:
map-like "^2.0.0"

"@textlint/fixer-formatter@^3.1.0":
version "3.1.0"
resolved "https://registry.npmjs.org/@textlint/fixer-formatter/-/fixer-formatter-3.1.0.tgz#5089d0e5b181314b708de0964f235b13754cf664"
integrity sha512-rokeLkZy/d7rzLaByjWM4l1wLb5pEHBhFHbx+JXtAoE1QoGYspXQDNuSoYj6n+KVWe+25JB8a7W8LIzjkSogww==
"@textlint/fixer-formatter@^3.1.2":
version "3.1.2"
resolved "https://registry.npmjs.org/@textlint/fixer-formatter/-/fixer-formatter-3.1.2.tgz#d4ceae88af33c273167f17cd28a9bd665a213d0b"
integrity sha512-Z+OHngp9dKN5zP5Yqerj//UYnhGPYjf6tYx/LcUT1eMZMk3JQMX6jENBVzO9cEVDbrARmV1zAtM0yO4x5UrpIQ==
dependencies:
"@textlint/types" "^1.1.0"
"@textlint/types" "^1.1.2"
chalk "^1.1.3"
debug "^4.1.1"
diff "^2.2.2"
Expand All @@ -50,15 +50,15 @@
text-table "^0.2.0"
try-resolve "^1.0.1"

"@textlint/kernel@^3.1.0":
version "3.1.0"
resolved "https://registry.npmjs.org/@textlint/kernel/-/kernel-3.1.0.tgz#e2a1fc04148dfad29b3d64bbf70078f591ed6755"
integrity sha512-FTVZKc5XE2FrjSEwM80PxlNW9qDvoxX3Hj+A3erQplciXZze9irD931PFmIQax13RvmsiNBhUA9qbGtvRX32Rg==
"@textlint/kernel@^3.1.2":
version "3.1.2"
resolved "https://registry.npmjs.org/@textlint/kernel/-/kernel-3.1.2.tgz#92b04f065dff16ff8c5c04431c769030a0adc467"
integrity sha512-dTeYpVUqUX7CPaZKFEMZzHiDUrbMrJnwreLTML820t9/nAHq4CL+Gvh+3FutWLu8vs65ek1R86rBjmD5SjRdCA==
dependencies:
"@textlint/ast-node-types" "^4.1.0"
"@textlint/ast-traverse" "^2.1.0"
"@textlint/feature-flag" "^3.1.0"
"@textlint/types" "^1.1.0"
"@textlint/ast-node-types" "^4.2.1"
"@textlint/ast-traverse" "^2.1.2"
"@textlint/feature-flag" "^3.1.2"
"@textlint/types" "^1.1.2"
"@types/bluebird" "^3.5.18"
bluebird "^3.5.1"
debug "^4.1.1"
Expand All @@ -67,14 +67,14 @@
object-assign "^4.1.1"
structured-source "^3.0.2"

"@textlint/linter-formatter@^3.1.0":
version "3.1.0"
resolved "https://registry.npmjs.org/@textlint/linter-formatter/-/linter-formatter-3.1.0.tgz#33025ab16287e70c4f93254a054bda5762a402d1"
integrity sha512-H73EQS58kPUK2+YG7SJ8mCmkJqg3buZraMPjGzutkq8a7wNFE+sTu2OLIEgkokRi0WI6KMLdaSHqN8iHHoovrA==
"@textlint/linter-formatter@^3.1.2":
version "3.1.2"
resolved "https://registry.npmjs.org/@textlint/linter-formatter/-/linter-formatter-3.1.2.tgz#3f7d88d616f916f95c4135d99fd52dc6fbe24a3f"
integrity sha512-yYMh8ZrMJpNS1wTc4fuYz/urfD/ooe1sHE8aLIJkYX6ND09oRWi3gsx/fsdsy6KIwscadzetudK61FmWPr6nSg==
dependencies:
"@azu/format-text" "^1.0.1"
"@azu/style-format" "^1.0.0"
"@textlint/types" "^1.1.0"
"@textlint/types" "^1.1.2"
chalk "^1.0.0"
concat-stream "^1.5.1"
js-yaml "^3.2.4"
Expand All @@ -88,46 +88,46 @@
try-resolve "^1.0.1"
xml-escape "^1.0.0"

"@textlint/markdown-to-ast@^6.1.0":
version "6.1.0"
resolved "https://registry.npmjs.org/@textlint/markdown-to-ast/-/markdown-to-ast-6.1.0.tgz#3350a4e3a2a1fccf9bbe07619ae5ada31b93477d"
integrity sha512-Um75srNeZcDof/7Y63R7/RNipudn1B+/v67pofSTTyM1gXUlcmTUzFkdYoauhcGU8HCd/VJHvv1+hx4r+IkNrQ==
"@textlint/markdown-to-ast@^6.1.2":
version "6.1.2"
resolved "https://registry.npmjs.org/@textlint/markdown-to-ast/-/markdown-to-ast-6.1.2.tgz#ecd578982ac29412df8d4e139a70f5fc24117f95"
integrity sha512-we9n29GfopUUA0j91xRVQ75ME5YhdnWQZcjfpXQK98DQ//xwVzteMuZe1Og8CArA/aDoTRq0EYFkN2oGu3v20Q==
dependencies:
"@textlint/ast-node-types" "^4.1.0"
"@textlint/ast-node-types" "^4.2.1"
debug "^4.1.1"
remark-frontmatter "^1.2.0"
remark-parse "^5.0.0"
structured-source "^3.0.2"
traverse "^0.6.6"
unified "^6.1.6"

"@textlint/text-to-ast@^3.1.0":
version "3.1.0"
resolved "https://registry.npmjs.org/@textlint/text-to-ast/-/text-to-ast-3.1.0.tgz#61ab3b9962d6fd498d0190b32a3555523cb077da"
integrity sha512-Dx5nSle8JZdMS3gaNfZxm23KQQ71aUpVuI1hN8JhvyoeFjZ/tCPG4dvVu9Y0ojDHLZ9Lv0tZYKmMsBxVqmEsfA==
"@textlint/text-to-ast@^3.1.2":
version "3.1.2"
resolved "https://registry.npmjs.org/@textlint/text-to-ast/-/text-to-ast-3.1.2.tgz#aa1d3058d625f647b35a9f2c1124457d51ec44a9"
integrity sha512-ge8O9p3HYLy2vni0k4Qh12fRKsJySp/wiuJlvGqemA+hJvSC0164N8I61aHBqgTWTciHHhKBH4ofqCOdSbwKTg==
dependencies:
"@textlint/ast-node-types" "^4.1.0"
"@textlint/ast-node-types" "^4.2.1"

"@textlint/textlint-plugin-markdown@^5.1.0":
version "5.1.0"
resolved "https://registry.npmjs.org/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-5.1.0.tgz#b35390b48220bee42a88a2110a17b65c98485b30"
integrity sha512-/O8DYXSkwIF4fEbEDz1y1ZkMbRSDevwKsi2ywZoCCburnDBelJxCNbOS1fxSD3Ekv9MWbu0y95kStaYTziO6FA==
"@textlint/textlint-plugin-markdown@^5.1.2":
version "5.1.2"
resolved "https://registry.npmjs.org/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-5.1.2.tgz#e272f4866620bbd6754f1c3ec93a43ce92dd5dd4"
integrity sha512-J7lyu1FY17EyMna5ouioK3wxhly4D9CPKmsIZnKFYKKBPfb/Prmz7iONbR0h0RCf4GSiKwCuttl0BkOv1eWFXA==
dependencies:
"@textlint/markdown-to-ast" "^6.1.0"
"@textlint/markdown-to-ast" "^6.1.2"

"@textlint/textlint-plugin-text@^4.1.0":
version "4.1.0"
resolved "https://registry.npmjs.org/@textlint/textlint-plugin-text/-/textlint-plugin-text-4.1.0.tgz#19e7542666268b2c0df121433d4e3e9f98ae1e49"
integrity sha512-05+SNMVmyo/kJYO80bOzKphPJxMivY/oHiducQ4f7CFPPlpK8eP474KUejjXBF/SoCFVDf84PC1plY/EvAcXRg==
"@textlint/textlint-plugin-text@^4.1.2":
version "4.1.2"
resolved "https://registry.npmjs.org/@textlint/textlint-plugin-text/-/textlint-plugin-text-4.1.2.tgz#7eeb1d259522eebeac8fc22792aabee888b057ca"
integrity sha512-jELCMWVWxxegeY5oy3GmP7eWT5G/6lfG1bpEFUGvcVz70l4GAtV9mvZ0SV4344w4qzk0fgahlS0ZJ/0EAsmEig==
dependencies:
"@textlint/text-to-ast" "^3.1.0"
"@textlint/text-to-ast" "^3.1.2"

"@textlint/types@^1.1.0":
version "1.1.0"
resolved "https://registry.npmjs.org/@textlint/types/-/types-1.1.0.tgz#94565e82bb5aef05fa8237ecb17d31aac9caede8"
integrity sha512-TVKUXSkpaXJurjEnzkmJ6Iw7TfYpXIYcf7TXZRAmdAkazuUJBMu9Ie2I5kw1E/iCn1SpOZsywNRJMB4adHHZLw==
"@textlint/types@^1.1.2":
version "1.1.2"
resolved "https://registry.npmjs.org/@textlint/types/-/types-1.1.2.tgz#c17359ad29fec59a8212c4d19de71331487a3c5f"
integrity sha512-XNsS9GTi3lrhKYbqrZZIaYOXxi1DUeMdNyg9bbcRG9yZUD6T6TVEFI0s2fCvPpUFk31JSsOyWpEBLcd/TwrsNQ==
dependencies:
"@textlint/ast-node-types" "^4.1.0"
"@textlint/ast-node-types" "^4.2.1"
structured-source "^3.0.2"

"@types/bluebird@^3.5.18":
Expand Down Expand Up @@ -1279,19 +1279,19 @@ text-table@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"

textlint@^11.1.0:
version "11.1.0"
resolved "https://registry.npmjs.org/textlint/-/textlint-11.1.0.tgz#1ea998ad58e2aefe62e3a5134db66fe4ac065b3e"
integrity sha512-qa2U2qG74mqo6nyEKAQHdX12QBCfqRYY9XLCORlokRl3Xep5bzWZnu5s9aOdTGvRV4+c7/R7e2JY+4AyBD70QA==
dependencies:
"@textlint/ast-node-types" "^4.1.0"
"@textlint/ast-traverse" "^2.1.0"
"@textlint/feature-flag" "^3.1.0"
"@textlint/fixer-formatter" "^3.1.0"
"@textlint/kernel" "^3.1.0"
"@textlint/linter-formatter" "^3.1.0"
"@textlint/textlint-plugin-markdown" "^5.1.0"
"@textlint/textlint-plugin-text" "^4.1.0"
textlint@^11.2.1:
version "11.2.1"
resolved "https://registry.npmjs.org/textlint/-/textlint-11.2.1.tgz#cdcec460d56e0705cca2913bd78ecb2743bba351"
integrity sha512-BXknewyTyypmC7vBvY+2SY5uXmHPG8jnnbiV7f4PBOX8xRciMX7qU5ilGiOb8qDI0NBaNRcwn3lHUqW/90GBIg==
dependencies:
"@textlint/ast-node-types" "^4.2.1"
"@textlint/ast-traverse" "^2.1.2"
"@textlint/feature-flag" "^3.1.2"
"@textlint/fixer-formatter" "^3.1.2"
"@textlint/kernel" "^3.1.2"
"@textlint/linter-formatter" "^3.1.2"
"@textlint/textlint-plugin-markdown" "^5.1.2"
"@textlint/textlint-plugin-text" "^4.1.2"
"@types/bluebird" "^3.5.18"
bluebird "^3.0.5"
debug "^4.1.1"
Expand Down

0 comments on commit 9079a04

Please sign in to comment.