Bump @types/jest from 26.0.23 to 26.0.24 (#19)

This commit is contained in:
dependabot[bot] 2021-07-07 00:55:59 +00:00 committed by GitHub
parent 3b28e32fd9
commit 47e863a20c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 5 deletions

11
package-lock.json generated
View File

@ -21,7 +21,7 @@
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/jest": "^26.0.24",
"@types/node": "^12.0.0",
"@types/react": "^17.0.13",
"@types/react-blockies": "^1.4.0",
@ -3032,8 +3032,9 @@
}
},
"node_modules/@types/jest": {
"version": "26.0.23",
"license": "MIT",
"version": "26.0.24",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.24.tgz",
"integrity": "sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w==",
"dependencies": {
"jest-diff": "^26.0.0",
"pretty-format": "^26.0.0"
@ -21130,7 +21131,9 @@
}
},
"@types/jest": {
"version": "26.0.23",
"version": "26.0.24",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.24.tgz",
"integrity": "sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w==",
"requires": {
"jest-diff": "^26.0.0",
"pretty-format": "^26.0.0"

View File

@ -17,7 +17,7 @@
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/jest": "^26.0.24",
"@types/node": "^12.0.0",
"@types/react": "^17.0.13",
"@types/react-blockies": "^1.4.0",