jest-config
Advanced tools
Comparing version 29.6.2 to 29.6.3
@@ -217,2 +217,3 @@ 'use strict'; | ||
rootDir: options.rootDir, | ||
runInBand: options.runInBand, | ||
runTestsByPath: options.runTestsByPath, | ||
@@ -219,0 +220,0 @@ seed: options.seed, |
{ | ||
"name": "jest-config", | ||
"version": "29.6.2", | ||
"version": "29.6.3", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/facebook/jest.git", | ||
"url": "https://github.com/jestjs/jest.git", | ||
"directory": "packages/jest-config" | ||
@@ -33,5 +33,5 @@ }, | ||
"@babel/core": "^7.11.6", | ||
"@jest/test-sequencer": "^29.6.2", | ||
"@jest/types": "^29.6.1", | ||
"babel-jest": "^29.6.2", | ||
"@jest/test-sequencer": "^29.6.3", | ||
"@jest/types": "^29.6.3", | ||
"babel-jest": "^29.6.3", | ||
"chalk": "^4.0.0", | ||
@@ -42,13 +42,13 @@ "ci-info": "^3.2.0", | ||
"graceful-fs": "^4.2.9", | ||
"jest-circus": "^29.6.2", | ||
"jest-environment-node": "^29.6.2", | ||
"jest-get-type": "^29.4.3", | ||
"jest-regex-util": "^29.4.3", | ||
"jest-resolve": "^29.6.2", | ||
"jest-runner": "^29.6.2", | ||
"jest-util": "^29.6.2", | ||
"jest-validate": "^29.6.2", | ||
"jest-circus": "^29.6.3", | ||
"jest-environment-node": "^29.6.3", | ||
"jest-get-type": "^29.6.3", | ||
"jest-regex-util": "^29.6.3", | ||
"jest-resolve": "^29.6.3", | ||
"jest-runner": "^29.6.3", | ||
"jest-util": "^29.6.3", | ||
"jest-validate": "^29.6.3", | ||
"micromatch": "^4.0.4", | ||
"parse-json": "^5.2.0", | ||
"pretty-format": "^29.6.2", | ||
"pretty-format": "^29.6.3", | ||
"slash": "^3.0.0", | ||
@@ -72,3 +72,3 @@ "strip-json-comments": "^3.1.1" | ||
}, | ||
"gitHead": "0fd5b1c37555f485c56a6ad2d6b010a72204f9f6" | ||
"gitHead": "fb7d95c8af6e0d65a8b65348433d8a0ea0725b5b" | ||
} |
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
114261
3571
Updated@jest/test-sequencer@^29.6.3
Updated@jest/types@^29.6.3
Updatedbabel-jest@^29.6.3
Updatedjest-circus@^29.6.3
Updatedjest-get-type@^29.6.3
Updatedjest-regex-util@^29.6.3
Updatedjest-resolve@^29.6.3
Updatedjest-runner@^29.6.3
Updatedjest-util@^29.6.3
Updatedjest-validate@^29.6.3
Updatedpretty-format@^29.6.3