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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-10-04 22:19:38 +05:30
committed by GitHub
parent aae7b7bca0
commit ffe5ef2b22
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -7205,9 +7205,9 @@
} }
}, },
"@testing-library/dom": { "@testing-library/dom": {
"version": "8.7.1", "version": "8.7.2",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.7.1.tgz", "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.7.2.tgz",
"integrity": "sha512-nMqxP8qPHgYAiIPMVb6zko5DInPJ/LdILgrkWB5HBJhBCIU5avso8pU9IafnXVGLRq+LDtbvo0LuVbjEo27BgQ==", "integrity": "sha512-2zN0Zv9dMnaMAd4c/1E1ZChu4QrICyvWtkUvHFQBPhS1oG3VYGcM7SLGLYdda7187ILRXzIUOvOsbXQm4EASjA==",
"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.7.1", "@testing-library/dom": "8.7.2",
"@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.32.0", "@typescript-eslint/eslint-plugin": "4.32.0",