@textlint/ast-traverse
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -6,2 +6,14 @@ # Change Log | ||
<a name="2.1.3"></a> | ||
## [2.1.3](https://github.com/textlint/textlint/compare/@textlint/ast-traverse@2.1.2...@textlint/ast-traverse@2.1.3) (2019-04-30) | ||
### Chores | ||
* **deps:** update deps && devDeps ([a19463b](https://github.com/textlint/textlint/commit/a19463b)) | ||
<a name="2.1.2"></a> | ||
@@ -8,0 +20,0 @@ ## [2.1.2](https://github.com/textlint/textlint/compare/@textlint/ast-traverse@2.1.1...@textlint/ast-traverse@2.1.2) (2019-01-03) |
{ | ||
"name": "@textlint/ast-traverse", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "TxtNode traverse library", | ||
@@ -35,14 +35,14 @@ "keywords": [ | ||
"dependencies": { | ||
"@textlint/ast-node-types": "^4.2.1" | ||
"@textlint/ast-node-types": "^4.2.2" | ||
}, | ||
"devDependencies": { | ||
"@textlint/markdown-to-ast": "^6.1.2", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^10.12.18", | ||
"@textlint/markdown-to-ast": "^6.1.3", | ||
"@types/mocha": "^5.2.6", | ||
"@types/node": "^11.13.8", | ||
"cross-env": "^5.2.0", | ||
"mocha": "^5.2.0", | ||
"rimraf": "^2.6.2", | ||
"ts-node": "^7.0.1", | ||
"ts-node-test-register": "^4.0.0", | ||
"typescript": "~3.2.2" | ||
"mocha": "^6.1.4", | ||
"rimraf": "^2.6.3", | ||
"ts-node": "^8.1.0", | ||
"ts-node-test-register": "^8.0.1", | ||
"typescript": "~3.4.5" | ||
}, | ||
@@ -52,3 +52,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "1f82e5f9fcdb6d21aed3b316c8a8e56378fe2847" | ||
"gitHead": "82f5421c02c48f1aeb54e2e9d0c4abf1076b5b69" | ||
} |
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
32182