Bump @testing-library/react from 11.0.1 to 11.0.2

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 11.0.1 to 11.0.2.
- [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.0.1...v11.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-09-04 07:13:26 +00:00 committed by GitHub
parent 83af088ec3
commit 2ca9e2d047
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -2871,9 +2871,9 @@
}
},
"@testing-library/dom": {
"version": "7.24.0",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.24.0.tgz",
"integrity": "sha512-Q83bQctoBse3NbHrUHlLypSp+cIchmpLCtVTG2rgVL2RhzgNOjlYgqH/gmwg3ztHVPADSD3PwtoXRhgU6dfTxQ==",
"version": "7.24.1",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.24.1.tgz",
"integrity": "sha512-TemHWY59gvzcScGiE5eooZpzYk9GaED0TuuK4WefbIc/DQg0L5wOpnj7MIEeAGF3B7Ekf1kvmVnQ97vwz4Lmhg==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.10.4",
@ -3033,9 +3033,9 @@
}
},
"@testing-library/react": {
"version": "11.0.1",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.0.1.tgz",
"integrity": "sha512-dpN8pNLncmDX97NIVPjdpj4qYra7+ODk/JeWF4F+qaL7pU84YX7YVHK0pM4zbqTKKPypc0aoL8hrhJ31qYRmVA==",
"version": "11.0.2",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.0.2.tgz",
"integrity": "sha512-iOuNNHt4ZgMH5trSKC4kaWDcKzUOf7e7KQIcu7xvGCd68/w1EegbW89F9T5sZ4IjS0gAXdvOfZbG9ESZ7YjOug==",
"dev": true,
"requires": {
"@babel/runtime": "^7.11.2",

View File

@ -46,7 +46,7 @@
"@babel/preset-react": "^7.10.4",
"@svgr/webpack": "5.4.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.1",
"@testing-library/react": "^11.0.2",
"@testing-library/user-event": "^12.1.3",
"@typescript-eslint/eslint-plugin": "^2.10.0",
"@typescript-eslint/parser": "^2.10.0",