Bump @testing-library/react from 10.0.5 to 10.0.6

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 10.0.5 to 10.0.6.
- [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/v10.0.5...v10.0.6)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-06-03 00:48:35 +00:00 committed by GitHub
parent 8f3e73bafd
commit 666f834c33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -5215,9 +5215,9 @@
}
},
"@testing-library/dom": {
"version": "7.8.0",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.8.0.tgz",
"integrity": "sha512-Dfk8AqRF0h6CuWxTH0nX/kbxWfCkmQtJ+7CuHej/vhd71jX+dZz5JMpxc32WFwrkwKnRoFtPgMauS8A/j8GrUg==",
"version": "7.9.0",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.9.0.tgz",
"integrity": "sha512-WYnJx9I94cYKib/Ber2BU3v1dUB+4n5wnJpvWJLTiwgERRTSElsivEtfX5S0LSljS122One6Bewhx2kgoZKXzA==",
"dev": true,
"requires": {
"@babel/runtime": "^7.10.2",
@ -5313,13 +5313,13 @@
}
},
"@testing-library/react": {
"version": "10.0.5",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-10.0.5.tgz",
"integrity": "sha512-ExpCW9rJcs4Fd7oxWBpGim2H8aLa1u+wh3mS0vOR8iQFObiIC2wlK6x8Ty8F3relX6WfDAeONEDCt7i0nLBdEw==",
"version": "10.0.6",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-10.0.6.tgz",
"integrity": "sha512-7cZ2sHN6zTW1b/pNKzA0icZozshOOuiEQq/zCcf4LUCNGKAOnGCxZDQI7qjpO6lMITmi4Qs0VU1j9Cd4Z36e+w==",
"dev": true,
"requires": {
"@babel/runtime": "^7.10.2",
"@testing-library/dom": "^7.8.0",
"@testing-library/dom": "^7.9.0",
"@types/testing-library__react": "^10.0.1"
},
"dependencies": {

View File

@ -48,7 +48,7 @@
"@react-mock/state": "^0.1.8",
"@svgr/webpack": "^5.4.0",
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^10.0.5",
"@testing-library/react": "^10.0.6",
"auto-changelog": "^2.0.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.0.1",