babel-plugin-filter-imports
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "babel-plugin-filter-imports", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "A babel transform for filtering out imports", | ||
@@ -34,17 +34,17 @@ "main": "lib/index.js", | ||
"babel-types": "^6.26.0", | ||
"lodash": "^4.17.4" | ||
"lodash": "^4.17.10" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.26.0", | ||
"babel-core": "^6.26.0", | ||
"babel-eslint": "^8.0.1", | ||
"babel-preset-env": "^1.6.0", | ||
"babel-core": "^6.26.3", | ||
"babel-eslint": "^8.2.3", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-register": "^6.26.0", | ||
"eslint": "^4.8.0", | ||
"eslint-config-prettier": "^2.6.0", | ||
"eslint-plugin-prettier": "^2.3.1", | ||
"mocha": "^4.0.1", | ||
"prettier": "^1.7.4", | ||
"eslint": "^4.19.1", | ||
"eslint-config-prettier": "^2.9.0", | ||
"eslint-plugin-prettier": "^2.6.0", | ||
"mocha": "^5.1.1", | ||
"prettier": "^1.12.1", | ||
"rimraf": "^2.6.2" | ||
} | ||
} |
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
22828
Updatedlodash@^4.17.10