jest-config
Advanced tools
Comparing version 28.1.0 to 28.1.1
@@ -39,3 +39,3 @@ /** | ||
export declare const isJSONString: ( | ||
text?: string | JSONString | undefined, | ||
text?: JSONString | string, | ||
) => text is JSONString; | ||
@@ -42,0 +42,0 @@ |
@@ -145,3 +145,3 @@ 'use strict'; | ||
const escapeGlobCharacters = path => path.replace(/([()*{}\[\]!?\\])/g, '\\$1'); | ||
const escapeGlobCharacters = path => path.replace(/([()*{}[\]!?\\])/g, '\\$1'); | ||
@@ -148,0 +148,0 @@ exports.escapeGlobCharacters = escapeGlobCharacters; |
{ | ||
"name": "jest-config", | ||
"version": "28.1.0", | ||
"version": "28.1.1", | ||
"repository": { | ||
@@ -33,5 +33,5 @@ "type": "git", | ||
"@babel/core": "^7.11.6", | ||
"@jest/test-sequencer": "^28.1.0", | ||
"@jest/types": "^28.1.0", | ||
"babel-jest": "^28.1.0", | ||
"@jest/test-sequencer": "^28.1.1", | ||
"@jest/types": "^28.1.1", | ||
"babel-jest": "^28.1.1", | ||
"chalk": "^4.0.0", | ||
@@ -42,13 +42,13 @@ "ci-info": "^3.2.0", | ||
"graceful-fs": "^4.2.9", | ||
"jest-circus": "^28.1.0", | ||
"jest-environment-node": "^28.1.0", | ||
"jest-circus": "^28.1.1", | ||
"jest-environment-node": "^28.1.1", | ||
"jest-get-type": "^28.0.2", | ||
"jest-regex-util": "^28.0.2", | ||
"jest-resolve": "^28.1.0", | ||
"jest-runner": "^28.1.0", | ||
"jest-util": "^28.1.0", | ||
"jest-validate": "^28.1.0", | ||
"jest-resolve": "^28.1.1", | ||
"jest-runner": "^28.1.1", | ||
"jest-util": "^28.1.1", | ||
"jest-validate": "^28.1.1", | ||
"micromatch": "^4.0.4", | ||
"parse-json": "^5.2.0", | ||
"pretty-format": "^28.1.0", | ||
"pretty-format": "^28.1.1", | ||
"slash": "^3.0.0", | ||
@@ -63,3 +63,3 @@ "strip-json-comments": "^3.1.1" | ||
"ts-node": "^10.5.0", | ||
"typescript": "^4.6.2" | ||
"typescript": "^4.7.3" | ||
}, | ||
@@ -72,3 +72,3 @@ "engines": { | ||
}, | ||
"gitHead": "f5db241312f46528389e55c38221e6b6968622cf" | ||
"gitHead": "eb954f8874960920ac50a8f976bb333fbb06ada9" | ||
} |
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
105698
Updated@jest/test-sequencer@^28.1.1
Updated@jest/types@^28.1.1
Updatedbabel-jest@^28.1.1
Updatedjest-circus@^28.1.1
Updatedjest-resolve@^28.1.1
Updatedjest-runner@^28.1.1
Updatedjest-util@^28.1.1
Updatedjest-validate@^28.1.1
Updatedpretty-format@^28.1.1