chore(deps): update dependency @types/jest to v27 (#1165)
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Samuel Bodin <samuel.bodin@algolia.com>
This commit is contained in:
parent
3b4783553d
commit
086b56f77f
2 changed files with 12 additions and 4 deletions
|
|
@ -50,7 +50,7 @@
|
|||
"@testing-library/dom": "7.23.0",
|
||||
"@testing-library/jest-dom": "5.11.4",
|
||||
"@testing-library/user-event": "12.1.3",
|
||||
"@types/jest": "^26.0.14",
|
||||
"@types/jest": "^27.0.0",
|
||||
"@types/jest-diff": "^24.3.0",
|
||||
"@types/react": "^17.0.0",
|
||||
"@types/react-dom": "^17.0.0",
|
||||
|
|
|
|||
14
yarn.lock
14
yarn.lock
|
|
@ -6047,7 +6047,7 @@
|
|||
dependencies:
|
||||
jest-diff "*"
|
||||
|
||||
"@types/jest@*", "@types/jest@^26.0.14":
|
||||
"@types/jest@*":
|
||||
version "26.0.20"
|
||||
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.20.tgz#cd2f2702ecf69e86b586e1f5223a60e454056307"
|
||||
integrity sha512-9zi2Y+5USJRxd0FsahERhBwlcvFh6D2GLQnY2FH2BzK8J9s9omvNHIbvABwIluXa0fD8XVKMLTO0aOEuUfACAA==
|
||||
|
|
@ -6055,6 +6055,14 @@
|
|||
jest-diff "^26.0.0"
|
||||
pretty-format "^26.0.0"
|
||||
|
||||
"@types/jest@^27.0.0":
|
||||
version "27.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.0.2.tgz#ac383c4d4aaddd29bbf2b916d8d105c304a5fcd7"
|
||||
integrity sha512-4dRxkS/AFX0c5XW6IPMNOydLn2tEhNhJV7DnYK+0bjoJZ+QTmfucBlihX7aoEsh/ocYtkLC73UbnBXBXIxsULA==
|
||||
dependencies:
|
||||
jest-diff "^27.0.0"
|
||||
pretty-format "^27.0.0"
|
||||
|
||||
"@types/json-schema@*", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
|
||||
version "7.0.9"
|
||||
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
|
||||
|
|
@ -14024,7 +14032,7 @@ jest-diff@*, jest-diff@^26.0.0:
|
|||
jest-get-type "^26.3.0"
|
||||
pretty-format "^26.6.2"
|
||||
|
||||
jest-diff@^27.3.1:
|
||||
jest-diff@^27.0.0, jest-diff@^27.3.1:
|
||||
version "27.3.1"
|
||||
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.3.1.tgz#d2775fea15411f5f5aeda2a5e02c2f36440f6d55"
|
||||
integrity sha512-PCeuAH4AWUo2O5+ksW4pL9v5xJAcIKPUPfIhZBcG1RKv/0+dvaWTQK1Nrau8d67dp65fOqbeMdoil+6PedyEPQ==
|
||||
|
|
@ -18469,7 +18477,7 @@ pretty-format@^26.0.0, pretty-format@^26.4.2, pretty-format@^26.6.2:
|
|||
ansi-styles "^4.0.0"
|
||||
react-is "^17.0.1"
|
||||
|
||||
pretty-format@^27.3.1:
|
||||
pretty-format@^27.0.0, pretty-format@^27.3.1:
|
||||
version "27.3.1"
|
||||
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.3.1.tgz#7e9486365ccdd4a502061fa761d3ab9ca1b78df5"
|
||||
integrity sha512-DR/c+pvFc52nLimLROYjnXPtolawm+uWDxr4FjuLDLUn+ktWnSN851KoHwHzzqq6rfCOjkzN8FLgDrSub6UDuA==
|
||||
|
|
|
|||
Loading…
Reference in a new issue