@textlint/kernel
Advanced tools
Comparing version 14.0.2 to 14.0.3
{ | ||
"name": "@textlint/kernel", | ||
"version": "14.0.2", | ||
"version": "14.0.3", | ||
"description": "textlint kernel is core logic by pure JavaScript.", | ||
@@ -40,9 +40,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@textlint/ast-node-types": "^14.0.2", | ||
"@textlint/ast-tester": "^14.0.2", | ||
"@textlint/ast-traverse": "^14.0.2", | ||
"@textlint/feature-flag": "^14.0.2", | ||
"@textlint/source-code-fixer": "^14.0.2", | ||
"@textlint/types": "^14.0.2", | ||
"@textlint/utils": "^14.0.2", | ||
"@textlint/ast-node-types": "^14.0.3", | ||
"@textlint/ast-tester": "^14.0.3", | ||
"@textlint/ast-traverse": "^14.0.3", | ||
"@textlint/feature-flag": "^14.0.3", | ||
"@textlint/source-code-fixer": "^14.0.3", | ||
"@textlint/types": "^14.0.3", | ||
"@textlint/utils": "^14.0.3", | ||
"debug": "^4.3.4", | ||
@@ -53,7 +53,7 @@ "fast-equals": "^4.0.3", | ||
"devDependencies": { | ||
"@textlint/markdown-to-ast": "^14.0.2", | ||
"@textlint/markdown-to-ast": "^14.0.3", | ||
"@types/debug": "^4.1.12", | ||
"@types/mocha": "^9.1.1", | ||
"@types/node": "^18.19.9", | ||
"mocha": "^10.2.0", | ||
"mocha": "^10.3.0", | ||
"rimraf": "^3.0.2", | ||
@@ -64,3 +64,3 @@ "shelljs": "^0.8.5", | ||
}, | ||
"gitHead": "70c4bfe9aac372235492daec2336d7bf8e38a417" | ||
"gitHead": "6cef9504c25a7ab771dd45986e4710463c094369" | ||
} |