chore(deps): update dependency @testing-library/dom to v8.9.0

This commit is contained in:
Renovate Bot
2021-10-13 13:56:23 +00:00
committed by renovate[bot]
parent c17b29e725
commit 1da90ebffb
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View File

@ -7222,9 +7222,9 @@
}
},
"@testing-library/dom": {
"version": "8.7.2",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.7.2.tgz",
"integrity": "sha512-2zN0Zv9dMnaMAd4c/1E1ZChu4QrICyvWtkUvHFQBPhS1oG3VYGcM7SLGLYdda7187ILRXzIUOvOsbXQm4EASjA==",
"version": "8.9.0",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.9.0.tgz",
"integrity": "sha512-fhmAYtGpFqzKdPq5aLNn/T396qfhYkttHT/5RytdDNSCzg9K/0F/WXF5iDsNBK1M3ZIQbPy7Y0qm4Kup5bqT/w==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.10.4",
@ -7238,9 +7238,9 @@
},
"dependencies": {
"@jest/types": {
"version": "27.2.4",
"resolved": "https://registry.npmjs.org/@jest/types/-/types-27.2.4.tgz",
"integrity": "sha512-IDO2ezTxeMvQAHxzG/ZvEyA47q0aVfzT95rGFl7bZs/Go0aIucvfDbS2rmnoEdXxlLQhcolmoG/wvL/uKx4tKA==",
"version": "27.2.5",
"resolved": "https://registry.npmjs.org/@jest/types/-/types-27.2.5.tgz",
"integrity": "sha512-nmuM4VuDtCZcY+eTpw+0nvstwReMsjPoj7ZR80/BbixulhLaiX+fbv8oeLW8WZlJMcsGQsTmMKT/iTZu1Uy/lQ==",
"dev": true,
"requires": {
"@types/istanbul-lib-coverage": "^2.0.0",
@ -7306,12 +7306,12 @@
"dev": true
},
"pretty-format": {
"version": "27.2.4",
"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.2.4.tgz",
"integrity": "sha512-NUjw22WJHldzxyps2YjLZkUj6q1HvjqFezkB9Y2cklN8NtVZN/kZEXGZdFw4uny3oENzV5EEMESrkI0YDUH8vg==",
"version": "27.2.5",
"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.2.5.tgz",
"integrity": "sha512-+nYn2z9GgicO9JiqmY25Xtq8SYfZ/5VCpEU3pppHHNAhd1y+ZXxmNPd1evmNcAd6Hz4iBV2kf0UpGth5A/VJ7g==",
"dev": true,
"requires": {
"@jest/types": "^27.2.4",
"@jest/types": "^27.2.5",
"ansi-regex": "^5.0.1",
"ansi-styles": "^5.0.0",
"react-is": "^17.0.1"

View File

@ -98,7 +98,7 @@
"@babel/preset-react": "7.14.5",
"@babel/preset-typescript": "7.15.0",
"@testing-library/cypress": "7.0.7",
"@testing-library/dom": "8.7.2",
"@testing-library/dom": "8.9.0",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/user-event": "13.3.0",
"@typescript-eslint/eslint-plugin": "4.33.0",