diff --git a/packages/textlint-rule-preset-mobilus/example/package-lock.json b/packages/textlint-rule-preset-mobilus/example/package-lock.json index 6aa0756..a64a1e8 100644 --- a/packages/textlint-rule-preset-mobilus/example/package-lock.json +++ b/packages/textlint-rule-preset-mobilus/example/package-lock.json @@ -88,12 +88,12 @@ } }, "@textlint/fixer-formatter": { - "version": "3.1.12", - "resolved": "https://registry.npmjs.org/@textlint/fixer-formatter/-/fixer-formatter-3.1.12.tgz", - "integrity": "sha512-MQcVkr6WT4m31gG32IYoOJ+vMw+YI/hpO1S2gwfuQo7z+qBWoqByydbEn4H6dtJzWCX9RBgi8D1lAL2HPvASYw==", + "version": "3.1.13", + "resolved": "https://registry.npmjs.org/@textlint/fixer-formatter/-/fixer-formatter-3.1.13.tgz", + "integrity": "sha512-FXqAJZ+5fLsOZjvFmn1JhCer8gQI4ZQk3R45bXizRJm6DASByPAGGh/MAQxxHSGeR5wR8miO/koxA2BrS8OhAw==", "requires": { "@textlint/module-interop": "^1.0.2", - "@textlint/types": "^1.3.0", + "@textlint/types": "^1.3.1", "chalk": "^1.1.3", "debug": "^4.1.1", "diff": "^4.0.1", @@ -102,6 +102,16 @@ "strip-ansi": "^6.0.0", "text-table": "^0.2.0", "try-resolve": "^1.0.1" + }, + "dependencies": { + "@textlint/types": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@textlint/types/-/types-1.3.1.tgz", + "integrity": "sha512-9MJ6PRPYWiFs2lfvp/Qhq72WrkZLL5ncBUXAVoj1Ug17ug8d7psmr/KJstMMocW3EWHSOuIDj7unh413c3jPqQ==", + "requires": { + "@textlint/ast-node-types": "^4.2.5" + } + } } }, "@textlint/kernel": { @@ -124,14 +134,14 @@ } }, "@textlint/linter-formatter": { - "version": "3.1.11", - "resolved": "https://registry.npmjs.org/@textlint/linter-formatter/-/linter-formatter-3.1.11.tgz", - "integrity": "sha512-tPFz8sGXWuDrhDRiHrLceasAN8AGM2ctt5uLvCxGVJ4Lmx6O7o+kDnHNGfIuF8rTRRQKWJ9jR/SCCH1SZulXmw==", + "version": "3.1.12", + "resolved": "https://registry.npmjs.org/@textlint/linter-formatter/-/linter-formatter-3.1.12.tgz", + "integrity": "sha512-OEP4pklu01MEgBJrftD9vwe3HFx+jhiEe1JFIgf7GZ4a0fSer5vQWXBo5wHW6WtZtSa+iLBsLC3mI5VMeshzdA==", "requires": { "@azu/format-text": "^1.0.1", "@azu/style-format": "^1.0.0", "@textlint/module-interop": "^1.0.2", - "@textlint/types": "^1.3.0", + "@textlint/types": "^1.3.1", "chalk": "^1.0.0", "concat-stream": "^1.5.1", "debug": "^4.1.1", @@ -146,12 +156,22 @@ "text-table": "^0.2.0", "try-resolve": "^1.0.1", "xml-escape": "^1.0.0" + }, + "dependencies": { + "@textlint/types": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@textlint/types/-/types-1.3.1.tgz", + "integrity": "sha512-9MJ6PRPYWiFs2lfvp/Qhq72WrkZLL5ncBUXAVoj1Ug17ug8d7psmr/KJstMMocW3EWHSOuIDj7unh413c3jPqQ==", + "requires": { + "@textlint/ast-node-types": "^4.2.5" + } + } } }, "@textlint/markdown-to-ast": { - "version": "6.1.6", - "resolved": "https://registry.npmjs.org/@textlint/markdown-to-ast/-/markdown-to-ast-6.1.6.tgz", - "integrity": "sha512-xIaMn6gW1Ig+M+2Xcdbxt4cgOqWJSuB0pIO98KppQyqPzQ5k5deea7SBABqLZiKeNIxLl+2C1vfIfnBFFjxlmg==", + "version": "6.1.7", + "resolved": "https://registry.npmjs.org/@textlint/markdown-to-ast/-/markdown-to-ast-6.1.7.tgz", + "integrity": "sha512-B0QtokeQR4a9+4q0NQr8T9l7A1fFihTN5Ze57tVgqW+3ymzXEouh8DvPHeNQ4T6jEkAThvdjk95mxAMpGRJ79w==", "requires": { "@textlint/ast-node-types": "^4.2.5", "debug": "^4.1.1", @@ -189,17 +209,17 @@ } }, "@textlint/textlint-plugin-markdown": { - "version": "5.1.11", - "resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-5.1.11.tgz", - "integrity": "sha512-DnCtNI10kejLPdEFu5pBHCDoBLJQTLnxwu76Mr/5iSEcYcytK2X72qiuvtg3c3s/8+at53TPQ6+5/AmpQKdvfg==", + "version": "5.1.12", + "resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-5.1.12.tgz", + "integrity": "sha512-CJWWTaomR22hQD3ogrZujMH1pNN7DqZadmx9CJXxgKwpI/cuD5d2kClwXO3MeLFckJr5HRso7SFN5ebqKu1ycw==", "requires": { - "@textlint/markdown-to-ast": "^6.1.6" + "@textlint/markdown-to-ast": "^6.1.7" } }, "@textlint/textlint-plugin-text": { - "version": "4.1.12", - "resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-text/-/textlint-plugin-text-4.1.12.tgz", - "integrity": "sha512-WhCzAURZBokAzZ+ismEiS857F4YCRXROtwSiqk3gbgiZWVq47xX6g5xhVDPet3RvCMFzCUkrHVRJ+udORE6sFw==", + "version": "4.1.13", + "resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-text/-/textlint-plugin-text-4.1.13.tgz", + "integrity": "sha512-KQfSYNDt8HSX8ZL/r86N8OrAuQ9LEuevAtGomtfkw0h7Ed/pUfmuYXjht8wYRdysYBa4JyjrXcmqzRAUdkWrag==", "requires": { "@textlint/text-to-ast": "^3.1.7" } @@ -251,16 +271,6 @@ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-1.5.1.tgz", "integrity": "sha1-MU3QpLM2j609/NxU7eYXG4htrzw=" }, - "analyze-desumasu-dearu": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/analyze-desumasu-dearu/-/analyze-desumasu-dearu-4.0.0.tgz", - "integrity": "sha512-3japlt1pOkEaoH7afOJ7Fw20Ojbaz+5NjPX6tPNx1CjrPPKrq6+U6QYqTijz4TxaW/2uLd7r6Iayod1lIEbSZw==", - "requires": { - "array-find": "^1.0.0", - "kuromojin": "^1.4.0", - "object.assign": "^4.1.0" - } - }, "ansi-regex": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", @@ -1658,9 +1668,9 @@ "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==" }, "resolve": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.15.0.tgz", - "integrity": "sha512-+hTmAldEGE80U2wJJDC1lebb5jWqvTYAfm3YZ1ckk1gBr0MnCqUKlwK1e+anaFljIl+F5tR5IoZcm4ZDA1zMQw==", + "version": "1.15.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.15.1.tgz", + "integrity": "sha512-84oo6ZTtoTUpjgNEr5SJyzQhzL72gaRodsSfyxC/AXRvwu0Yse9H8eF9IpGo7b8YetZhlI6v7ZQ6bKBFV/6S7w==", "requires": { "path-parse": "^1.0.6" } @@ -2011,23 +2021,21 @@ "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=" }, "textlint": { - "version": "11.6.2", - "resolved": "https://registry.npmjs.org/textlint/-/textlint-11.6.2.tgz", - "integrity": "sha512-jNW+e4pJ4MJAVciuK1UdG96tl8sAgLPJty+dRdOzDlNA5725xSohn4SQ0Iewv13EgnpXIRxy1SGaBNbv8nYT5Q==", + "version": "11.6.3", + "resolved": "https://registry.npmjs.org/textlint/-/textlint-11.6.3.tgz", + "integrity": "sha512-tTLLgB49zkJgq6GYDJOT6F31kHLulFjzovCHpN6ycv8d/aPcYl9vv7f/luR33YBQZdnGLtn+j8+G4GJAZ6Uz6w==", "requires": { "@textlint/ast-node-types": "^4.2.5", - "@textlint/ast-traverse": "^2.1.6", + "@textlint/ast-traverse": "^2.1.7", "@textlint/feature-flag": "^3.1.6", - "@textlint/fixer-formatter": "^3.1.12", - "@textlint/kernel": "^3.2.0", - "@textlint/linter-formatter": "^3.1.11", + "@textlint/fixer-formatter": "^3.1.13", + "@textlint/kernel": "^3.2.1", + "@textlint/linter-formatter": "^3.1.12", "@textlint/module-interop": "^1.0.2", - "@textlint/textlint-plugin-markdown": "^5.1.11", - "@textlint/textlint-plugin-text": "^4.1.12", - "@textlint/types": "^1.3.0", + "@textlint/textlint-plugin-markdown": "^5.1.12", + "@textlint/textlint-plugin-text": "^4.1.13", + "@textlint/types": "^1.3.1", "@textlint/utils": "^1.0.3", - "@types/bluebird": "^3.5.18", - "bluebird": "^3.7.0", "debug": "^4.1.1", "deep-equal": "^1.1.0", "file-entry-cache": "^5.0.1", @@ -2046,6 +2054,41 @@ "structured-source": "^3.0.2", "try-resolve": "^1.0.1", "unique-concat": "^0.2.2" + }, + "dependencies": { + "@textlint/ast-traverse": { + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/@textlint/ast-traverse/-/ast-traverse-2.1.7.tgz", + "integrity": "sha512-73Nw0R4TaskPmF36Hop1DZ8AbH339WrGiLQjzbOLaXHaBHQ4hdNw28UMlw4glfPZb7/zvxPcJRtg9AB8F3ZW0g==", + "requires": { + "@textlint/ast-node-types": "^4.2.5" + } + }, + "@textlint/kernel": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/@textlint/kernel/-/kernel-3.2.1.tgz", + "integrity": "sha512-gMCgP/tAjCX8dGqgu7nhUwaDC/TzDKeRZb9qa50nqbnILRasKplj3lOWn2osZdkScVZPLQp+al1pDh9pU4D+Dw==", + "requires": { + "@textlint/ast-node-types": "^4.2.5", + "@textlint/ast-tester": "^2.1.6", + "@textlint/ast-traverse": "^2.1.7", + "@textlint/feature-flag": "^3.1.6", + "@textlint/types": "^1.3.1", + "@textlint/utils": "^1.0.3", + "debug": "^4.1.1", + "deep-equal": "^1.1.0", + "map-like": "^2.0.0", + "structured-source": "^3.0.2" + } + }, + "@textlint/types": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@textlint/types/-/types-1.3.1.tgz", + "integrity": "sha512-9MJ6PRPYWiFs2lfvp/Qhq72WrkZLL5ncBUXAVoj1Ug17ug8d7psmr/KJstMMocW3EWHSOuIDj7unh413c3jPqQ==", + "requires": { + "@textlint/ast-node-types": "^4.2.5" + } + } } }, "textlint-rule-date-weekday-mismatch": { @@ -2430,16 +2473,6 @@ } } }, - "textlint-rule-no-mix-dearu-desumasu": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/textlint-rule-no-mix-dearu-desumasu/-/textlint-rule-no-mix-dearu-desumasu-4.0.0.tgz", - "integrity": "sha512-hFI226aboOUq90g78g+Mn1AHyz5/dhRty/PHyD79TbQCXzDF45CFVJTSrDT+z8szzycYLo7ywo+oCdm1O5BRVQ==", - "requires": { - "analyze-desumasu-dearu": "^4.0.0", - "textlint-rule-helper": "^2.0.0", - "unist-util-visit": "^1.1.0" - } - }, "textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet/-/textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet-1.0.1.tgz", @@ -2553,11 +2586,8 @@ "textlint-rule-max-kanji-continuous-len": "^1.1.1", "textlint-rule-max-number-of-lines": "^1.0.3", "textlint-rule-ng-word": "^1.0.0", - "textlint-rule-no-doubled-conjunction": "^1.0.2", - "textlint-rule-no-doubled-joshi": "^3.7.2", "textlint-rule-no-exclamation-question-mark": "^1.0.2", "textlint-rule-no-hankaku-kana": "^1.0.2", - "textlint-rule-no-mix-dearu-desumasu": "^4.0.0", "textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet": "^1.0.1", "textlint-rule-no-start-duplicated-conjunction": "^2.0.2", "textlint-rule-prefer-tari-tari": "^1.0.3", diff --git a/packages/textlint-rule-preset-mobilus/example/package.json b/packages/textlint-rule-preset-mobilus/example/package.json index b483dc1..822c0de 100644 --- a/packages/textlint-rule-preset-mobilus/example/package.json +++ b/packages/textlint-rule-preset-mobilus/example/package.json @@ -7,7 +7,7 @@ "author": "Takeharu.Oshida", "license": "MIT", "dependencies": { - "textlint": "11.6.2", + "textlint": "11.6.3", "textlint-rule-preset-mobilus": "file:.." } }