automatic-semicolon-insertion
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "automatic-semicolon-insertion", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Insert missing semicolons, remove unneeded ones.", | ||
@@ -35,12 +35,12 @@ "main": "src/index.js", | ||
"dependencies": { | ||
"@babel/traverse": "^7.1.6", | ||
"@babel/types": "^7.1.6" | ||
"@babel/traverse": "^7.2.3", | ||
"@babel/types": "^7.3.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/parser": "^7.1.6", | ||
"@types/babel__traverse": "^7.0.1", | ||
"@babel/parser": "^7.3.2", | ||
"@types/babel__traverse": "^7.0.5", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^10.12.10", | ||
"@types/node": "^10.12.21", | ||
"mocha": "^5.2.0", | ||
"typescript": "^3.1.6" | ||
"typescript": "^3.3.1" | ||
}, | ||
@@ -47,0 +47,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
Updated@babel/traverse@^7.2.3
Updated@babel/types@^7.3.2