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

pull/43870/head
Renovate Bot 2021-10-15 01:02:32 +00:00 committed by renovate[bot]
parent 6618d8b96c
commit fec14c6f8c
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -7222,9 +7222,9 @@
} }
}, },
"@testing-library/dom": { "@testing-library/dom": {
"version": "8.9.0", "version": "8.9.1",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.9.0.tgz", "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.9.1.tgz",
"integrity": "sha512-fhmAYtGpFqzKdPq5aLNn/T396qfhYkttHT/5RytdDNSCzg9K/0F/WXF5iDsNBK1M3ZIQbPy7Y0qm4Kup5bqT/w==", "integrity": "sha512-jXM+FKo5BZA/2WtcsoTGuDs810J3ewQ2yq59Gxd2heux5jr8lo2DnTAl3JWVwAlg2/DcWSYqKY5pi9v0g8hvhw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/code-frame": "^7.10.4", "@babel/code-frame": "^7.10.4",

View File

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