Bump @testing-library/react from 11.1.0 to 11.1.1 (#2353)

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 11.1.0 to 11.1.1.
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testing-library/react-testing-library/compare/v11.1.0...v11.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-11-07 21:58:26 +02:00 committed by GitHub
parent 0d01738029
commit 396c49c7d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 15 deletions

28
package-lock.json generated
View File

@ -3120,9 +3120,9 @@
}
},
"@testing-library/dom": {
"version": "7.26.3",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.26.3.tgz",
"integrity": "sha512-/1P6taENE/H12TofJaS3L1J28HnXx8ZFhc338+XPR5y1E3g5ttOgu86DsGnV9/n2iPrfJQVUZ8eiGYZGSxculw==",
"version": "7.26.5",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.26.5.tgz",
"integrity": "sha512-2v/fv0s4keQjJIcD4bjfJMFtvxz5icartxUWdIZVNJR539WD9oxVrvIAPw+3Ydg4RLgxt0rvQx3L9cAjCci0Kg==",
"requires": {
"@babel/code-frame": "^7.10.4",
"@babel/runtime": "^7.10.3",
@ -3165,9 +3165,9 @@
}
},
"@babel/runtime": {
"version": "7.12.1",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.1.tgz",
"integrity": "sha512-J5AIf3vPj3UwXaAzb5j1xM4WAQDX3EMgemF8rjCP3SoW09LfRKAXQKt6CoVYl230P6iWdRcBbnLDDdnqWxZSCA==",
"version": "7.12.5",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz",
"integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
@ -3339,18 +3339,18 @@
}
},
"@testing-library/react": {
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.1.0.tgz",
"integrity": "sha512-Nfz58jGzW0tgg3irmTB7sa02JLkLnCk+QN3XG6WiaGQYb0Qc4Ok00aujgjdxlIQWZHbb4Zj5ZOIeE9yKFSs4sA==",
"version": "11.1.1",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.1.1.tgz",
"integrity": "sha512-DT/P2opE9o4NWCd/oIL73b6VF/Xk9AY8iYSstKfz9cXw0XYPQ5IhA/cuYfoN9nU+mAynW8DpAVfEWdM6e7zF6g==",
"requires": {
"@babel/runtime": "^7.11.2",
"@testing-library/dom": "^7.26.0"
"@babel/runtime": "^7.12.1",
"@testing-library/dom": "^7.26.4"
},
"dependencies": {
"@babel/runtime": {
"version": "7.12.1",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.1.tgz",
"integrity": "sha512-J5AIf3vPj3UwXaAzb5j1xM4WAQDX3EMgemF8rjCP3SoW09LfRKAXQKt6CoVYl230P6iWdRcBbnLDDdnqWxZSCA==",
"version": "7.12.5",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz",
"integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==",
"requires": {
"regenerator-runtime": "^0.13.4"
}

View File

@ -22,7 +22,7 @@
"@sentry/browser": "5.27.3",
"@sentry/integrations": "5.27.2",
"@testing-library/jest-dom": "5.11.5",
"@testing-library/react": "11.1.0",
"@testing-library/react": "11.1.1",
"@types/jest": "26.0.15",
"@types/nanoid": "2.1.0",
"@types/react": "16.9.56",