@ava/babel-preset-transform-test-files
Advanced tools
Comparing version 5.0.0 to 6.0.0
{ | ||
"name": "@ava/babel-preset-transform-test-files", | ||
"version": "5.0.0", | ||
"version": "6.0.0", | ||
"description": "Babel preset for use with AVA test files", | ||
@@ -9,3 +9,3 @@ "license": "MIT", | ||
"engines": { | ||
"node": ">=6.12.3 <7 || >=8.9.4 <9 || >=10.0.0" | ||
"node": ">=8.9.4 <9 || >=10.0.0 <11 || >=12.0.0" | ||
}, | ||
@@ -24,11 +24,11 @@ "scripts": { | ||
"dependencies": { | ||
"@ava/babel-plugin-throws-helper": "^3.0.0", | ||
"@ava/babel-plugin-throws-helper": "^4.0.0", | ||
"babel-plugin-espower": "^3.0.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.3.4", | ||
"ava": "^1.3.1", | ||
"codecov": "^3.2.0", | ||
"@babel/core": "^7.5.5", | ||
"ava": "^2.2.0", | ||
"codecov": "^3.5.0", | ||
"empower-core": "^1.2.0", | ||
"nyc": "^13.3.0", | ||
"nyc": "^14.1.1", | ||
"xo": "^0.24.0" | ||
@@ -35,0 +35,0 @@ }, |
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
3441
+ Added@ava/babel-plugin-throws-helper@4.0.0(transitive)
- Removed@ava/babel-plugin-throws-helper@3.0.0(transitive)