1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-02-14 21:10:25 +01:00

Merge pull request #286 from kremalicious/dependabot/npm_and_yarn/types/jest-25.2.3

Bump @types/jest from 25.2.1 to 25.2.3
This commit is contained in:
Matthias Kretschmann 2020-05-19 08:32:36 +02:00 committed by GitHub
commit ee21e747fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -3490,9 +3490,9 @@
}
},
"@types/jest": {
"version": "25.2.1",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-25.2.1.tgz",
"integrity": "sha512-msra1bCaAeEdkSyA0CZ6gW1ukMIvZ5YoJkdXw/qhQdsuuDlFTcEUrUw8CLCPt2rVRUfXlClVvK2gvPs9IokZaA==",
"version": "25.2.3",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-25.2.3.tgz",
"integrity": "sha512-JXc1nK/tXHiDhV55dvfzqtmP4S3sy3T3ouV2tkViZgxY/zeUkcpQcQPGRlgF4KmWzWW5oiWYSZwtCB+2RsE4Fw==",
"dev": true,
"requires": {
"jest-diff": "^25.2.1",

View File

@ -95,7 +95,7 @@
"@testing-library/jest-dom": "^5.7.0",
"@testing-library/react": "^10.0.4",
"@types/classnames": "^2.2.10",
"@types/jest": "^25.2.1",
"@types/jest": "^25.2.3",
"@types/loadable__component": "^5.10.0",
"@types/lunr": "^2.3.3",
"@types/node": "^14.0.0",