@jest/transform
Advanced tools
Comparing version 29.5.0 to 29.6.0
@@ -173,3 +173,6 @@ 'use strict'; | ||
} | ||
if (filename.endsWith('.json')) { | ||
return false; | ||
} | ||
return true; | ||
} |
{ | ||
"name": "@jest/transform", | ||
"version": "29.5.0", | ||
"version": "29.6.0", | ||
"repository": { | ||
@@ -21,4 +21,4 @@ "type": "git", | ||
"@babel/core": "^7.11.6", | ||
"@jest/types": "^29.5.0", | ||
"@jridgewell/trace-mapping": "^0.3.15", | ||
"@jest/types": "^29.6.0", | ||
"@jridgewell/trace-mapping": "^0.3.18", | ||
"babel-plugin-istanbul": "^6.1.1", | ||
@@ -29,5 +29,5 @@ "chalk": "^4.0.0", | ||
"graceful-fs": "^4.2.9", | ||
"jest-haste-map": "^29.5.0", | ||
"jest-haste-map": "^29.6.0", | ||
"jest-regex-util": "^29.4.3", | ||
"jest-util": "^29.5.0", | ||
"jest-util": "^29.6.0", | ||
"micromatch": "^4.0.4", | ||
@@ -39,3 +39,3 @@ "pirates": "^4.0.4", | ||
"devDependencies": { | ||
"@jest/test-utils": "^29.5.0", | ||
"@jest/test-utils": "^29.6.0", | ||
"@types/babel__core": "^7.1.14", | ||
@@ -54,3 +54,3 @@ "@types/convert-source-map": "^2.0.0", | ||
}, | ||
"gitHead": "39f3beda6b396665bebffab94e8d7c45be30454c" | ||
"gitHead": "c1e5b8a38ef54bb138409f89831942ebf6a7a67e" | ||
} |
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
52409
1576
Updated@jest/types@^29.6.0
Updatedjest-haste-map@^29.6.0
Updatedjest-util@^29.6.0