Skip to content

Commit cc609a4

Browse files
chore(deps): update jest monorepo
1 parent 7d65b23 commit cc609a4

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"@1stg/lib-config": "^4.1.2",
4747
"@changesets/changelog-github": "^0.4.4",
4848
"@changesets/cli": "^2.22.0",
49-
"@jest/types": "^27.2.5",
50-
"@types/jest": "^27.0.2",
49+
"@jest/types": "^27.5.1",
50+
"@types/jest": "^27.5.2",
5151
"@types/mkdirp": "^1.0.2",
5252
"@types/rimraf": "^3.0.2",
5353
"postcss": "^8.4.14",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2022,7 +2022,7 @@
20222022
source-map "^0.6.1"
20232023
write-file-atomic "^3.0.0"
20242024

2025-
"@jest/types@^27.2.5", "@jest/types@^27.5.1":
2025+
"@jest/types@^27.5.1":
20262026
version "27.5.1"
20272027
resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.5.1.tgz#3c79ec4a8ba61c170bf937bcf9e98a9df175ec80"
20282028
integrity sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==
@@ -2526,12 +2526,12 @@
25262526
dependencies:
25272527
"@types/istanbul-lib-report" "*"
25282528

2529-
"@types/jest@^27.0.2":
2530-
version "27.0.2"
2531-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.0.2.tgz#ac383c4d4aaddd29bbf2b916d8d105c304a5fcd7"
2532-
integrity sha512-4dRxkS/AFX0c5XW6IPMNOydLn2tEhNhJV7DnYK+0bjoJZ+QTmfucBlihX7aoEsh/ocYtkLC73UbnBXBXIxsULA==
2529+
"@types/jest@^27.5.2":
2530+
version "27.5.2"
2531+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.5.2.tgz#ec49d29d926500ffb9fd22b84262e862049c026c"
2532+
integrity sha512-mpT8LJJ4CMeeahobofYWIjFo0xonRS/HfxnVEPMPFSQdGUt1uHCnoPT7Zhb+sjDU2wz0oKV0OLUR0WzrHNgfeA==
25332533
dependencies:
2534-
jest-diff "^27.0.0"
2534+
jest-matcher-utils "^27.0.0"
25352535
pretty-format "^27.0.0"
25362536

25372537
"@types/json-schema@^7.0.7", "@types/json-schema@^7.0.9":
@@ -6001,7 +6001,7 @@ jest-config@^27.5.1:
60016001
slash "^3.0.0"
60026002
strip-json-comments "^3.1.1"
60036003

6004-
jest-diff@^27.0.0, jest-diff@^27.5.1:
6004+
jest-diff@^27.5.1:
60056005
version "27.5.1"
60066006
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.5.1.tgz#a07f5011ac9e6643cf8a95a462b7b1ecf6680def"
60076007
integrity sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==
@@ -6110,7 +6110,7 @@ jest-leak-detector@^27.5.1:
61106110
jest-get-type "^27.5.1"
61116111
pretty-format "^27.5.1"
61126112

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

0 commit comments

Comments
 (0)