chore(deps): update dependency @testing-library/react to v11.2.6

This commit is contained in:
Renovate Bot
2021-03-30 17:56:12 +00:00
committed by renovate[bot]
parent 1e992546ae
commit 11d6442456
2 changed files with 7 additions and 7 deletions

View File

@ -3223,9 +3223,9 @@
}
},
"@testing-library/dom": {
"version": "7.29.4",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.29.4.tgz",
"integrity": "sha512-CtrJRiSYEfbtNGtEsd78mk1n1v2TUbeABlNIcOCJdDfkN5/JTOwQEbbQpoSRxGqzcWPgStMvJ4mNolSuBRv1NA==",
"version": "7.30.2",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.30.2.tgz",
"integrity": "sha512-NJzHILb5De0J0varzT0W00qDTLcbF86etfAyx5ty7iJhpR6eCs+JR99Ls7AMSUG2bWRYIG0u4KTPH6PMcZhlWQ==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.10.4",
@ -3357,9 +3357,9 @@
}
},
"@testing-library/react": {
"version": "11.2.5",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.2.5.tgz",
"integrity": "sha512-yEx7oIa/UWLe2F2dqK0FtMF9sJWNXD+2PPtp39BvE0Kh9MJ9Kl0HrZAgEuhUJR+Lx8Di6Xz+rKwSdEPY2UV8ZQ==",
"version": "11.2.6",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.2.6.tgz",
"integrity": "sha512-TXMCg0jT8xmuU8BkKMtp8l7Z50Ykew5WNX8UoIKTaLFwKkP2+1YDhOLA2Ga3wY4x29jyntk7EWfum0kjlYiSjQ==",
"dev": true,
"requires": {
"@babel/runtime": "^7.12.5",

View File

@ -121,7 +121,7 @@
},
"devDependencies": {
"@testing-library/jest-dom": "5.11.10",
"@testing-library/react": "11.2.5",
"@testing-library/react": "11.2.6",
"autoprefixer": "9.8.6",
"babel-plugin-transform-imports": "1.5.1",
"chokidar": "3.5.1",