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

This commit is contained in:
Renovate Bot
2021-09-30 11:26:20 +00:00
committed by renovate[bot]
parent 2da395ae75
commit dadc5614cc
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View File

@ -7205,9 +7205,9 @@
} }
}, },
"@testing-library/dom": { "@testing-library/dom": {
"version": "8.7.0", "version": "8.7.1",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.7.0.tgz", "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.7.1.tgz",
"integrity": "sha512-8oOfBG51v8aN9D8eehwzgnEETf9Lxv/3dZyPZuar1JAp9OK0I9d7Y2MR6TEQyj/E/iN1kCIeYaCI445s5C9RDg==", "integrity": "sha512-nMqxP8qPHgYAiIPMVb6zko5DInPJ/LdILgrkWB5HBJhBCIU5avso8pU9IafnXVGLRq+LDtbvo0LuVbjEo27BgQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/code-frame": "^7.10.4", "@babel/code-frame": "^7.10.4",
@ -7221,9 +7221,9 @@
}, },
"dependencies": { "dependencies": {
"@jest/types": { "@jest/types": {
"version": "27.2.3", "version": "27.2.4",
"resolved": "https://registry.npmjs.org/@jest/types/-/types-27.2.3.tgz", "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.2.4.tgz",
"integrity": "sha512-UJMDg90+W2i/QsS1NIN6Go8O/rSHLFWUkofGqKsUQs54mhmCVyLTiDy1cwKhoNO5fpmr9fctm9L/bRp/YzA1uQ==", "integrity": "sha512-IDO2ezTxeMvQAHxzG/ZvEyA47q0aVfzT95rGFl7bZs/Go0aIucvfDbS2rmnoEdXxlLQhcolmoG/wvL/uKx4tKA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/istanbul-lib-coverage": "^2.0.0", "@types/istanbul-lib-coverage": "^2.0.0",
@ -7289,12 +7289,12 @@
"dev": true "dev": true
}, },
"pretty-format": { "pretty-format": {
"version": "27.2.3", "version": "27.2.4",
"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.2.3.tgz", "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.2.4.tgz",
"integrity": "sha512-wvg2HzuGKKEE/nKY4VdQ/LM8w8pRZvp0XpqhwgaZBbjTwd5UdF2I4wvwZjyUwu8G+HI6g4t6u9b2FZlKhlzxcQ==", "integrity": "sha512-NUjw22WJHldzxyps2YjLZkUj6q1HvjqFezkB9Y2cklN8NtVZN/kZEXGZdFw4uny3oENzV5EEMESrkI0YDUH8vg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@jest/types": "^27.2.3", "@jest/types": "^27.2.4",
"ansi-regex": "^5.0.1", "ansi-regex": "^5.0.1",
"ansi-styles": "^5.0.0", "ansi-styles": "^5.0.0",
"react-is": "^17.0.1" "react-is": "^17.0.1"

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.0", "@testing-library/dom": "8.7.1",
"@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",