Merge pull request #11 from oceanprotocol/greenkeeper/@testing-library/jest-dom-5.0.1

Update @testing-library/jest-dom to the latest version 🚀
This commit is contained in:
Matthias Kretschmann 2020-01-22 14:31:21 +01:00 committed by GitHub
commit b423c4b4a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 4 deletions

16
package-lock.json generated
View File

@ -1581,12 +1581,13 @@
}
},
"@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.1",
"resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.0.1.tgz",
"integrity": "sha512-+ZkwvLfCGfcA9fD5tCkx6p6OPgrRTe/Jd4Xib8r3aWZrgWSZ5TftrakHqVIVj42pZQLXWzprmfLG+Rjx+KrkAA==",
"dev": true,
"requires": {
"@babel/runtime": "^7.5.1",
"@types/testing-library__jest-dom": "^5.0.0",
"chalk": "^2.4.1",
"css": "^2.2.3",
"css.escape": "^1.5.1",
@ -1806,6 +1807,15 @@
"pretty-format": "^24.3.0"
}
},
"@types/testing-library__jest-dom": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.0.0.tgz",
"integrity": "sha512-Pm+2mvqs9sND247oMVJbu3QmPUqMzBuJbY5uHHYQdl9MXq5hwWkTbesw1sPIky52Y0sHksWAZnVvGLbdyFSyrA==",
"dev": true,
"requires": {
"@types/jest": "*"
}
},
"@types/testing-library__react": {
"version": "9.1.2",
"resolved": "https://registry.npmjs.org/@types/testing-library__react/-/testing-library__react-9.1.2.tgz",

View File

@ -28,7 +28,7 @@
},
"devDependencies": {
"@next/bundle-analyzer": "^9.1.7",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/jest-dom": "^5.0.1",
"@testing-library/react": "^9.4.0",
"@types/bn.js": "^4.11.6",
"@types/jest": "^24.0.25",