diff --git a/package.json b/package.json index b94eb9cb..eb2fa911 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "dependencies": { "@blueprintjs/core": "3.6.1", "@octokit/rest": "15.12.1", - "@textlint/kernel": "3.0.0", + "@textlint/kernel": "3.1.8", "@textlint/textlint-plugin-markdown": "5.0.0", "browserfs": "1.4.3", "date-fns": "1.29.0", diff --git a/yarn.lock b/yarn.lock index 824ce263..551342d1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1467,31 +1467,36 @@ version "4.0.3" resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.0.3.tgz#b51c87bb86022323f764fbdc976b173f19261cc5" -"@textlint/ast-traverse@^2.0.9": - version "2.0.9" - resolved "https://registry.yarnpkg.com/@textlint/ast-traverse/-/ast-traverse-2.0.9.tgz#4bf427cf01b7195013e75d27540a77ad68c363d9" +"@textlint/ast-node-types@^4.2.4": + version "4.2.4" + resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.2.4.tgz#ae569bd76364040939044d057d5a56284563a7af" + +"@textlint/ast-traverse@^2.1.5": + version "2.1.5" + resolved "https://registry.yarnpkg.com/@textlint/ast-traverse/-/ast-traverse-2.1.5.tgz#0b9e4b95c8e30c899fe66fe066791ad2a16f8b81" dependencies: - "@textlint/ast-node-types" "^4.0.3" + "@textlint/ast-node-types" "^4.2.4" -"@textlint/feature-flag@^3.0.5": - version "3.0.5" - resolved "https://registry.yarnpkg.com/@textlint/feature-flag/-/feature-flag-3.0.5.tgz#3783e0f2661053d2a74fdad775993395a2d530b4" +"@textlint/feature-flag@^3.1.3": + version "3.1.3" + resolved "https://registry.yarnpkg.com/@textlint/feature-flag/-/feature-flag-3.1.3.tgz#72fff92ba5e0e83d31def9df0f201b8df7c6e06d" dependencies: map-like "^2.0.0" -"@textlint/kernel@3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@textlint/kernel/-/kernel-3.0.0.tgz#ba10962acff64f17b9e5fce8089a40f1f8880dcd" +"@textlint/kernel@3.1.8": + version "3.1.8" + resolved "https://registry.yarnpkg.com/@textlint/kernel/-/kernel-3.1.8.tgz#3d5e2197d3e796decea07ae9b7750f70e1bc9f29" dependencies: - "@textlint/ast-node-types" "^4.0.3" - "@textlint/ast-traverse" "^2.0.9" - "@textlint/feature-flag" "^3.0.5" + "@textlint/ast-node-types" "^4.2.4" + "@textlint/ast-traverse" "^2.1.5" + "@textlint/feature-flag" "^3.1.3" + "@textlint/types" "^1.2.1" + "@textlint/utils" "^1.0.2" "@types/bluebird" "^3.5.18" bluebird "^3.5.1" - debug "^2.6.6" + debug "^4.1.1" deep-equal "^1.0.1" map-like "^2.0.0" - object-assign "^4.1.1" structured-source "^3.0.2" "@textlint/markdown-to-ast@^6.0.9": @@ -1512,6 +1517,16 @@ dependencies: "@textlint/markdown-to-ast" "^6.0.9" +"@textlint/types@^1.2.1": + version "1.2.1" + resolved "https://registry.yarnpkg.com/@textlint/types/-/types-1.2.1.tgz#24e1d6e1ac82038f84cea57ead58eeaf247c9e5b" + dependencies: + "@textlint/ast-node-types" "^4.2.4" + +"@textlint/utils@^1.0.2": + version "1.0.2" + resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-1.0.2.tgz#dff98aa13dacbde73af271ad0c2dabee1c3be787" + "@types/bluebird@^3.5.18": version "3.5.24" resolved "https://registry.yarnpkg.com/@types/bluebird/-/bluebird-3.5.24.tgz#11f76812531c14f793b8ecbf1de96f672905de8a" @@ -4363,6 +4378,12 @@ debug@^4.0.0, debug@^4.0.1: dependencies: ms "^2.1.1" +debug@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791" + dependencies: + ms "^2.1.1" + decamelize-keys@^1.0.0: version "1.1.0" resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"