babel-jest
Advanced tools
Comparing version 27.3.1 to 27.4.0
{ | ||
"name": "babel-jest", | ||
"description": "Jest plugin to use babel for transformation.", | ||
"version": "27.3.1", | ||
"version": "27.4.0", | ||
"repository": { | ||
@@ -14,11 +14,14 @@ "type": "git", | ||
"exports": { | ||
".": "./build/index.js", | ||
".": { | ||
"types": "./build/index.d.ts", | ||
"default": "./build/index.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"dependencies": { | ||
"@jest/transform": "^27.3.1", | ||
"@jest/types": "^27.2.5", | ||
"@jest/transform": "^27.4.0", | ||
"@jest/types": "^27.4.0", | ||
"@types/babel__core": "^7.1.14", | ||
"babel-plugin-istanbul": "^6.0.0", | ||
"babel-preset-jest": "^27.2.0", | ||
"babel-preset-jest": "^27.4.0", | ||
"chalk": "^4.0.0", | ||
@@ -30,3 +33,3 @@ "graceful-fs": "^4.2.4", | ||
"@babel/core": "^7.1.0", | ||
"@jest/test-utils": "^27.3.1", | ||
"@jest/test-utils": "^27.4.0", | ||
"@types/graceful-fs": "^4.1.3" | ||
@@ -43,3 +46,3 @@ }, | ||
}, | ||
"gitHead": "4f3328f3227aa0668486f819b3353af5b6cc797b" | ||
"gitHead": "0dc6dde296550370ade2574d6665748fed37f9c9" | ||
} |
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
14316
Updated@jest/transform@^27.4.0
Updated@jest/types@^27.4.0
Updatedbabel-preset-jest@^27.4.0