Bump @testing-library/react from 10.4.4 to 10.4.5

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 10.4.4 to 10.4.5.
- [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.4.4...v10.4.5)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-07-13 04:36:33 +00:00 committed by GitHub
parent 2c52ee25ae
commit f7f6f053d2
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

@ -5218,9 +5218,9 @@
}
},
"@testing-library/dom": {
"version": "7.20.0",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.20.0.tgz",
"integrity": "sha512-TywaC+qDGm/Ro34kRYkFQPdT+pxSF4UjZGLIqcGfFQH5IGR43Y7sGLPnkieIW/GNsu337oxNsLUAgpI0JWhXHw==",
"version": "7.20.1",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.20.1.tgz",
"integrity": "sha512-kvAMxpPPPFHIC5vkuSXpx32Q/c1qHoVVuZEvB/pY4u1lL7nwWdM4P7vjzWlDfAEVNmSK2gHA4YrW5+hLxmFuyA==",
"dev": true,
"requires": {
"@babel/runtime": "^7.10.3",
@ -5318,9 +5318,9 @@
}
},
"@testing-library/react": {
"version": "10.4.4",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-10.4.4.tgz",
"integrity": "sha512-SKDQ2jBdg9UQQYQragkvXOzNp4hnCdOvXyZ52rg+OXiiumVxkAutdvvRzBF4PrbvMQ27Z6gx0GVo2YQ1Mcip8g==",
"version": "10.4.5",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-10.4.5.tgz",
"integrity": "sha512-M5A0W4VphBiEm4vgnq7vHC+/e4Bp/3iIOAWap1FtIiA+Zom6BtXpY3RSTOqc8bZsCcu9gFBZ/lxaiMW6uJddWg==",
"dev": true,
"requires": {
"@babel/runtime": "^7.10.3",

View File

@ -48,7 +48,7 @@
"@react-mock/state": "^0.1.8",
"@svgr/webpack": "^5.4.0",
"@testing-library/jest-dom": "^5.11.0",
"@testing-library/react": "^10.4.4",
"@testing-library/react": "^10.4.5",
"auto-changelog": "^2.2.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.1.0",