@textlint/textlint-plugin-text
Advanced tools
Comparing version 4.0.2 to 4.1.0
@@ -6,2 +6,18 @@ # Change Log | ||
<a name="4.1.0"></a> | ||
# [4.1.0](https://github.com/textlint/textlint/compare/@textlint/textlint-plugin-text@4.0.2...@textlint/textlint-plugin-text@4.1.0) (2019-01-01) | ||
### Chores | ||
* **deps:** update TypeScript deps ([3ea7fb0](https://github.com/textlint/textlint/commit/3ea7fb0)) | ||
### Tests | ||
* **deps:** update no-todo rule reference ([6cecc88](https://github.com/textlint/textlint/commit/6cecc88)) | ||
<a name="4.0.2"></a> | ||
@@ -8,0 +24,0 @@ ## [4.0.2](https://github.com/textlint/textlint/compare/@textlint/textlint-plugin-text@4.0.0...@textlint/textlint-plugin-text@4.0.2) (2018-12-24) |
{ | ||
"name": "@textlint/textlint-plugin-text", | ||
"version": "4.0.2", | ||
"version": "4.1.0", | ||
"description": "plain text plugin for textlint", | ||
@@ -32,3 +32,3 @@ "homepage": "https://github.com/textlint/textlint/tree/master/packages/@textlint/textlint-plugin-text/", | ||
"dependencies": { | ||
"@textlint/text-to-ast": "^3.0.9" | ||
"@textlint/text-to-ast": "^3.1.0" | ||
}, | ||
@@ -41,8 +41,8 @@ "devDependencies": { | ||
"babel-register": "^6.24.1", | ||
"cross-env": "^4.0.0", | ||
"mocha": "^5.1.1", | ||
"power-assert": "^1.4.2", | ||
"cross-env": "^5.2.0", | ||
"mocha": "^5.2.0", | ||
"power-assert": "^1.6.1", | ||
"rimraf": "^2.6.2", | ||
"textlint": "^11.0.2", | ||
"textlint-rule-no-todo": "^2.0.0" | ||
"textlint": "^11.1.0", | ||
"textlint-rule-no-todo": "^2.0.1" | ||
}, | ||
@@ -49,0 +49,0 @@ "publishConfig": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15695
Updated@textlint/text-to-ast@^3.1.0