Update dependency @types/jest to v26.0.20 (https://github.com/woocommerce/woocommerce-blocks/pull/3675)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
1502967dc0
commit
178d6d9f8a
|
@ -4772,9 +4772,9 @@
|
|||
}
|
||||
},
|
||||
"@types/jest": {
|
||||
"version": "26.0.19",
|
||||
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.19.tgz",
|
||||
"integrity": "sha512-jqHoirTG61fee6v6rwbnEuKhpSKih0tuhqeFbCmMmErhtu3BYlOZaXWjffgOstMM4S/3iQD31lI5bGLTrs97yQ==",
|
||||
"version": "26.0.20",
|
||||
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.20.tgz",
|
||||
"integrity": "sha512-9zi2Y+5USJRxd0FsahERhBwlcvFh6D2GLQnY2FH2BzK8J9s9omvNHIbvABwIluXa0fD8XVKMLTO0aOEuUfACAA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"jest-diff": "^26.0.0",
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
"@testing-library/jest-dom": "5.11.9",
|
||||
"@testing-library/react": "11.2.2",
|
||||
"@testing-library/user-event": "12.6.0",
|
||||
"@types/jest": "26.0.19",
|
||||
"@types/jest": "26.0.20",
|
||||
"@types/react": "16.14.2",
|
||||
"@types/wordpress__data": "4.6.9",
|
||||
"@types/wordpress__element": "2.4.1",
|
||||
|
|
Loading…
Reference in New Issue