Skip to content

Commit e5bbdb0

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency @types/jest to v26.0.24
1 parent 49b1e1a commit e5bbdb0

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@testing-library/jest-dom": "5.14.1",
1212
"@testing-library/react": "12.0.0",
1313
"@testing-library/user-event": "13.1.9",
14-
"@types/jest": "26.0.23",
14+
"@types/jest": "26.0.24",
1515
"@types/node": "14.17.4",
1616
"@types/react": "17.0.13",
1717
"@types/react-dom": "17.0.8",

yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2024,14 +2024,22 @@
20242024
dependencies:
20252025
"@types/istanbul-lib-report" "*"
20262026

2027-
"@types/jest@*", "@types/jest@26.0.23":
2027+
"@types/jest@*":
20282028
version "26.0.23"
20292029
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.23.tgz#a1b7eab3c503b80451d019efb588ec63522ee4e7"
20302030
integrity sha512-ZHLmWMJ9jJ9PTiT58juykZpL7KjwJywFN3Rr2pTSkyQfydf/rk22yS7W8p5DaVUMQ2BQC7oYiU3FjbTM/mYrOA==
20312031
dependencies:
20322032
jest-diff "^26.0.0"
20332033
pretty-format "^26.0.0"
20342034

2035+
"@types/jest@26.0.24":
2036+
version "26.0.24"
2037+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.24.tgz#943d11976b16739185913a1936e0de0c4a7d595a"
2038+
integrity sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w==
2039+
dependencies:
2040+
jest-diff "^26.0.0"
2041+
pretty-format "^26.0.0"
2042+
20352043
"@types/json-schema@*", "@types/json-schema@^7.0.3", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6", "@types/json-schema@^7.0.7":
20362044
version "7.0.7"
20372045
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"

0 commit comments

Comments
 (0)