babel-plugin-dynamic-import-node-babel-7
Advanced tools
Comparing version 2.0.5 to 2.0.6
## Unreleased | ||
## v2.0.6 | ||
- [Update] Update dependencies to babel 40 beta | ||
## v2.0.5 | ||
@@ -3,0 +5,0 @@ - [Update] Update dependencies |
{ | ||
"name": "babel-plugin-dynamic-import-node-babel-7", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "Babel plugin to transpile import() to a deferred require(), for node", | ||
@@ -45,7 +45,7 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@babel/core": "^7.0.0-beta.39", | ||
"@babel/core": "^7.0.0-beta.40", | ||
"airbnb-js-shims": "^1.4.1", | ||
"babel-cli": "^6.26.0", | ||
"babel-core": "^6.26.0", | ||
"babel-eslint": "^8.2.1", | ||
"babel-eslint": "^8.2.2", | ||
"babel-plugin-transform-es2015-template-literals": "^6.22.0", | ||
@@ -56,7 +56,7 @@ "babel-preset-airbnb": "^2.4.0", | ||
"chai": "^4.1.2", | ||
"eslint": "^4.17.0", | ||
"eslint": "^4.18.1", | ||
"eslint-config-airbnb-base": "^12.1.0", | ||
"eslint-plugin-import": "^2.8.0", | ||
"eslint-plugin-import": "^2.9.0", | ||
"in-publish": "^2.0.0", | ||
"mocha": "^5.0.0", | ||
"mocha": "^5.0.1", | ||
"rimraf": "^2.6.2", | ||
@@ -66,4 +66,4 @@ "safe-publish-latest": "^1.1.1" | ||
"dependencies": { | ||
"@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.39" | ||
"@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.40" | ||
} | ||
} |
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
123987