1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-28 16:47:41 +02:00

Merge pull request #195 from kremalicious/greenkeeper/@testing-library/jest-dom-5.0.0

Update @testing-library/jest-dom to the latest version 🚀
This commit is contained in:
Matthias Kretschmann 2020-01-21 12:47:48 +01:00 committed by GitHub
commit bfa5aa0415
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

@ -3249,9 +3249,9 @@
}
},
"@testing-library/jest-dom": {
"version": "4.2.4",
"resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-4.2.4.tgz",
"integrity": "sha512-j31Bn0rQo12fhCWOUWy9fl7wtqkp7In/YP2p5ZFyRuiiB9Qs3g+hS4gAmDWONbAHcRmVooNJ5eOHQDCOmUFXHg==",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.0.0.tgz",
"integrity": "sha512-PRrB+Y5hTyp6CSFAPe83aP7rPPgAcO29wPyGYlmHhfE9YUQIYsOigODFhgeq+R3T+AT6WYn6bU9rIKNmRCgvWg==",
"dev": true,
"requires": {
"@babel/runtime": "^7.5.1",

View File

@ -64,7 +64,7 @@
"@babel/preset-env": "^7.7.7",
"@react-mock/localstorage": "^0.1.2",
"@svgr/webpack": "^5.0.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/jest-dom": "^5.0.0",
"@testing-library/react": "^9.4.0",
"@welldone-software/why-did-you-render": "^3.5.0",
"babel-eslint": "^10.0.3",