babel-plugin-dynamic-import-node-babel-7
Advanced tools
Comparing version 2.0.6 to 2.0.7
## Unreleased | ||
## v2.0.7 | ||
- [Update] Update dependencies to babel 42 beta | ||
## v2.0.6 | ||
@@ -3,0 +5,0 @@ - [Update] Update dependencies to babel 40 beta |
{ | ||
"name": "babel-plugin-dynamic-import-node-babel-7", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "Babel plugin to transpile import() to a deferred require(), for node", | ||
@@ -45,3 +45,3 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@babel/core": "^7.0.0-beta.40", | ||
"@babel/core": "^7.0.0-beta.42", | ||
"airbnb-js-shims": "^1.4.1", | ||
@@ -56,7 +56,7 @@ "babel-cli": "^6.26.0", | ||
"chai": "^4.1.2", | ||
"eslint": "^4.18.1", | ||
"eslint": "^4.18.2", | ||
"eslint-config-airbnb-base": "^12.1.0", | ||
"eslint-plugin-import": "^2.9.0", | ||
"in-publish": "^2.0.0", | ||
"mocha": "^5.0.1", | ||
"mocha": "^5.0.4", | ||
"rimraf": "^2.6.2", | ||
@@ -66,4 +66,4 @@ "safe-publish-latest": "^1.1.1" | ||
"dependencies": { | ||
"@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.40" | ||
"@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.42" | ||
} | ||
} |
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
124045