Skip to content

Commit 03e9e10

Browse files
chore(deps): update dependency @types/jest to v27.4.1 (#903)
Co-authored-by: Renovate Bot <[email protected]>
1 parent f601a33 commit 03e9e10

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@babel/preset-env": "7.16.11",
1515
"@babel/preset-typescript": "7.16.7",
1616
"@changesets/cli": "2.21.0",
17-
"@types/jest": "27.4.0",
17+
"@types/jest": "27.4.1",
1818
"babel-jest": "27.5.1",
1919
"bob-the-bundler": "1.5.1",
2020
"chalk": "4.1.2",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2175,12 +2175,12 @@
21752175
dependencies:
21762176
"@types/istanbul-lib-report" "*"
21772177

2178-
"@types/jest@*", "@types/[email protected].0":
2179-
version "27.4.0"
2180-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.4.0.tgz#037ab8b872067cae842a320841693080f9cb84ed"
2181-
integrity sha512-gHl8XuC1RZ8H2j5sHv/JqsaxXkDDM9iDOgu0Wp8sjs4u/snb2PVehyWXJPr+ORA0RPpgw231mnutWI1+0hgjIQ==
2178+
"@types/jest@*", "@types/[email protected].1":
2179+
version "27.4.1"
2180+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.4.1.tgz#185cbe2926eaaf9662d340cc02e548ce9e11ab6d"
2181+
integrity sha512-23iPJADSmicDVrWk+HT58LMJtzLAnB2AgIzplQuq/bSrGaxCrlvRFjGbXmamnnk/mAmCdLStiGqggu28ocUyiw==
21822182
dependencies:
2183-
jest-diff "^27.0.0"
2183+
jest-matcher-utils "^27.0.0"
21842184
pretty-format "^27.0.0"
21852185

21862186
"@types/js-yaml@^4.0.0":
@@ -5353,7 +5353,7 @@ jest-config@^27.5.1:
53535353
slash "^3.0.0"
53545354
strip-json-comments "^3.1.1"
53555355

5356-
jest-diff@^27.0.0, jest-diff@^27.5.1:
5356+
jest-diff@^27.5.1:
53575357
version "27.5.1"
53585358
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.5.1.tgz#a07f5011ac9e6643cf8a95a462b7b1ecf6680def"
53595359
integrity sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==
@@ -5462,7 +5462,7 @@ jest-leak-detector@^27.5.1:
54625462
jest-get-type "^27.5.1"
54635463
pretty-format "^27.5.1"
54645464

5465-
jest-matcher-utils@^27.5.1:
5465+
jest-matcher-utils@^27.0.0, jest-matcher-utils@^27.5.1:
54665466
version "27.5.1"
54675467
resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz#9c0cdbda8245bc22d2331729d1091308b40cf8ab"
54685468
integrity sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==

0 commit comments

Comments
 (0)