chore(deps): update dependency @testing-library/jest-dom to v5.12.0

This commit is contained in:
Renovate Bot
2021-04-22 17:22:34 +00:00
committed by renovate[bot]
parent 71faba15da
commit 41a7768ca1
2 changed files with 4 additions and 4 deletions

View File

@ -3308,9 +3308,9 @@
}
},
"@testing-library/jest-dom": {
"version": "5.11.10",
"resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.11.10.tgz",
"integrity": "sha512-FuKiq5xuk44Fqm0000Z9w0hjOdwZRNzgx7xGGxQYepWFZy+OYUMOT/wPI4nLYXCaVltNVpU1W/qmD88wLWDsqQ==",
"version": "5.12.0",
"resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.12.0.tgz",
"integrity": "sha512-N9Y82b2Z3j6wzIoAqajlKVF1Zt7sOH0pPee0sUHXHc5cv2Fdn23r+vpWm0MBBoGJtPOly5+Bdx1lnc3CD+A+ow==",
"dev": true,
"requires": {
"@babel/runtime": "^7.9.2",

View File

@ -121,7 +121,7 @@
"validator": "13.6.0"
},
"devDependencies": {
"@testing-library/jest-dom": "5.11.10",
"@testing-library/jest-dom": "5.12.0",
"@testing-library/react": "11.2.6",
"autoprefixer": "9.8.6",
"babel-plugin-transform-imports": "1.5.1",