@jest/core
Advanced tools
Comparing version 28.0.0-alpha.3 to 28.0.0-alpha.4
@@ -125,3 +125,3 @@ 'use strict'; | ||
await globalModule(globalConfig); | ||
await globalModule(globalConfig, projectConfig); | ||
} | ||
@@ -128,0 +128,0 @@ ); |
{ | ||
"name": "@jest/core", | ||
"description": "Delightful JavaScript Testing.", | ||
"version": "28.0.0-alpha.3", | ||
"version": "28.0.0-alpha.4", | ||
"main": "./build/index.js", | ||
@@ -15,7 +15,7 @@ "types": "./build/index.d.ts", | ||
"dependencies": { | ||
"@jest/console": "^28.0.0-alpha.3", | ||
"@jest/reporters": "^28.0.0-alpha.3", | ||
"@jest/test-result": "^28.0.0-alpha.3", | ||
"@jest/transform": "^28.0.0-alpha.3", | ||
"@jest/types": "^28.0.0-alpha.3", | ||
"@jest/console": "^28.0.0-alpha.4", | ||
"@jest/reporters": "^28.0.0-alpha.4", | ||
"@jest/test-result": "^28.0.0-alpha.4", | ||
"@jest/transform": "^28.0.0-alpha.4", | ||
"@jest/types": "^28.0.0-alpha.4", | ||
"@types/node": "*", | ||
@@ -28,16 +28,16 @@ "ansi-escapes": "^4.2.1", | ||
"jest-changed-files": "^28.0.0-alpha.3", | ||
"jest-config": "^28.0.0-alpha.3", | ||
"jest-haste-map": "^28.0.0-alpha.3", | ||
"jest-message-util": "^28.0.0-alpha.3", | ||
"jest-config": "^28.0.0-alpha.4", | ||
"jest-haste-map": "^28.0.0-alpha.4", | ||
"jest-message-util": "^28.0.0-alpha.4", | ||
"jest-regex-util": "^28.0.0-alpha.3", | ||
"jest-resolve": "^28.0.0-alpha.3", | ||
"jest-resolve-dependencies": "^28.0.0-alpha.3", | ||
"jest-runner": "^28.0.0-alpha.3", | ||
"jest-runtime": "^28.0.0-alpha.3", | ||
"jest-snapshot": "^28.0.0-alpha.3", | ||
"jest-util": "^28.0.0-alpha.3", | ||
"jest-validate": "^28.0.0-alpha.3", | ||
"jest-watcher": "^28.0.0-alpha.3", | ||
"jest-resolve": "^28.0.0-alpha.4", | ||
"jest-resolve-dependencies": "^28.0.0-alpha.4", | ||
"jest-runner": "^28.0.0-alpha.4", | ||
"jest-runtime": "^28.0.0-alpha.4", | ||
"jest-snapshot": "^28.0.0-alpha.4", | ||
"jest-util": "^28.0.0-alpha.4", | ||
"jest-validate": "^28.0.0-alpha.4", | ||
"jest-watcher": "^28.0.0-alpha.4", | ||
"micromatch": "^4.0.4", | ||
"pretty-format": "^28.0.0-alpha.3", | ||
"pretty-format": "^28.0.0-alpha.4", | ||
"rimraf": "^3.0.0", | ||
@@ -48,4 +48,4 @@ "slash": "^3.0.0", | ||
"devDependencies": { | ||
"@jest/test-sequencer": "^28.0.0-alpha.3", | ||
"@jest/test-utils": "^28.0.0-alpha.3", | ||
"@jest/test-sequencer": "^28.0.0-alpha.4", | ||
"@jest/test-utils": "^28.0.0-alpha.4", | ||
"@types/exit": "^0.1.30", | ||
@@ -106,3 +106,3 @@ "@types/graceful-fs": "^4.1.2", | ||
}, | ||
"gitHead": "fc30b27bd94bb7ebeaadc72626ebbdba535150d2" | ||
"gitHead": "c13dab19491ba6b57c2d703e7d7c4b20189e1e17" | ||
} |
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
148071
Updated@jest/types@^28.0.0-alpha.4
Updatedjest-config@^28.0.0-alpha.4
Updatedjest-resolve@^28.0.0-alpha.4
Updatedjest-runner@^28.0.0-alpha.4
Updatedjest-runtime@^28.0.0-alpha.4
Updatedjest-util@^28.0.0-alpha.4
Updatedjest-watcher@^28.0.0-alpha.4