jest-runtime
Advanced tools
Comparing version 29.4.3 to 29.5.0
@@ -28,2 +28,3 @@ /** | ||
watchman: boolean; | ||
workerThreads?: boolean; | ||
}; | ||
@@ -30,0 +31,0 @@ |
{ | ||
"name": "jest-runtime", | ||
"version": "29.4.3", | ||
"version": "29.5.0", | ||
"repository": { | ||
@@ -20,9 +20,9 @@ "type": "git", | ||
"dependencies": { | ||
"@jest/environment": "^29.4.3", | ||
"@jest/fake-timers": "^29.4.3", | ||
"@jest/globals": "^29.4.3", | ||
"@jest/environment": "^29.5.0", | ||
"@jest/fake-timers": "^29.5.0", | ||
"@jest/globals": "^29.5.0", | ||
"@jest/source-map": "^29.4.3", | ||
"@jest/test-result": "^29.4.3", | ||
"@jest/transform": "^29.4.3", | ||
"@jest/types": "^29.4.3", | ||
"@jest/test-result": "^29.5.0", | ||
"@jest/transform": "^29.5.0", | ||
"@jest/types": "^29.5.0", | ||
"@types/node": "*", | ||
@@ -34,9 +34,9 @@ "chalk": "^4.0.0", | ||
"graceful-fs": "^4.2.9", | ||
"jest-haste-map": "^29.4.3", | ||
"jest-message-util": "^29.4.3", | ||
"jest-mock": "^29.4.3", | ||
"jest-haste-map": "^29.5.0", | ||
"jest-message-util": "^29.5.0", | ||
"jest-mock": "^29.5.0", | ||
"jest-regex-util": "^29.4.3", | ||
"jest-resolve": "^29.4.3", | ||
"jest-snapshot": "^29.4.3", | ||
"jest-util": "^29.4.3", | ||
"jest-resolve": "^29.5.0", | ||
"jest-snapshot": "^29.5.0", | ||
"jest-util": "^29.5.0", | ||
"slash": "^3.0.0", | ||
@@ -46,6 +46,6 @@ "strip-bom": "^4.0.0" | ||
"devDependencies": { | ||
"@jest/test-utils": "^29.4.3", | ||
"@jest/test-utils": "^29.5.0", | ||
"@types/glob": "^7.1.1", | ||
"@types/graceful-fs": "^4.1.3", | ||
"jest-environment-node": "^29.4.3" | ||
"jest-environment-node": "^29.5.0" | ||
}, | ||
@@ -58,3 +58,3 @@ "engines": { | ||
}, | ||
"gitHead": "a49c88610e49a3242576160740a32a2fe11161e1" | ||
"gitHead": "39f3beda6b396665bebffab94e8d7c45be30454c" | ||
} |
Sorry, the diff of this file is too big to display
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
88792
2610
Updated@jest/environment@^29.5.0
Updated@jest/fake-timers@^29.5.0
Updated@jest/globals@^29.5.0
Updated@jest/test-result@^29.5.0
Updated@jest/transform@^29.5.0
Updated@jest/types@^29.5.0
Updatedjest-haste-map@^29.5.0
Updatedjest-message-util@^29.5.0
Updatedjest-mock@^29.5.0
Updatedjest-resolve@^29.5.0
Updatedjest-snapshot@^29.5.0
Updatedjest-util@^29.5.0