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

This commit is contained in:
Renovate Bot
2021-08-25 14:12:46 +00:00
committed by renovate[bot]
parent e78b60a456
commit d493150f26
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -7021,9 +7021,9 @@
} }
}, },
"@testing-library/dom": { "@testing-library/dom": {
"version": "8.1.1", "version": "8.2.0",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.1.1.tgz", "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.2.0.tgz",
"integrity": "sha512-PkyaKetl+at2XWhTVUL8Lpjdl0rFMZ2DCEOQexXFjg1TumMXOtxGTVFf1AIxdh11DFu9w/AO8gZcP3XnVwR8YA==", "integrity": "sha512-U8cTWENQPHO3QHvxBdfltJ+wC78ytMdg69ASvIdkGdQ/XRg4M9H2vvM3mHddxl+w/fM6NNqzGMwpQoh82v9VIA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/code-frame": "^7.10.4", "@babel/code-frame": "^7.10.4",

View File

@ -105,7 +105,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.1.1", "@testing-library/dom": "8.2.0",
"@testing-library/jest-dom": "5.14.1", "@testing-library/jest-dom": "5.14.1",
"@testing-library/user-event": "13.2.1", "@testing-library/user-event": "13.2.1",
"@typescript-eslint/eslint-plugin": "4.29.3", "@typescript-eslint/eslint-plugin": "4.29.3",