babel-plugin-transform-cx-imports
Advanced tools
Comparing version 19.1.0 to 21.3.0
{ | ||
"name": "babel-plugin-transform-cx-imports", | ||
"version": "19.1.0", | ||
"version": "21.3.0", | ||
"description": "Rewrite Cx imports for simplicity and optimal output size.", | ||
@@ -10,9 +10,12 @@ "repository": "https://github.com/codaxy/cxjs", | ||
"dependencies": { | ||
"@babel/plugin-syntax-jsx": "^7.2.0" | ||
"@babel/plugin-syntax-jsx": "^7.12.13" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.2.2", | ||
"@babel/preset-env": "^7.2.3", | ||
"mocha": "^2.3.4" | ||
"@babel/core": "^7.13.8", | ||
"@babel/preset-env": "^7.13.9", | ||
"mocha": "^8.3.0" | ||
}, | ||
"peerDependencies": { | ||
"@babel/core" :"^7.0.0-0" | ||
}, | ||
"scripts": { | ||
@@ -19,0 +22,0 @@ "test": "mocha" |
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
6429
2