Bump @testing-library/react from 10.4.5 to 10.4.6 in /explorer (#11038)

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

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-07-14 00:11:30 +00:00 committed by GitHub
parent d3784cab4f
commit b37192b809
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 18 deletions

View File

@ -2412,14 +2412,14 @@
} }
}, },
"@testing-library/dom": { "@testing-library/dom": {
"version": "7.20.0", "version": "7.20.2",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.20.0.tgz", "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.20.2.tgz",
"integrity": "sha512-TywaC+qDGm/Ro34kRYkFQPdT+pxSF4UjZGLIqcGfFQH5IGR43Y7sGLPnkieIW/GNsu337oxNsLUAgpI0JWhXHw==", "integrity": "sha512-9KOD0fFCTVFsT1EgB8C5qKs1nV7KdIGe0YIANAKeIDWWC0vwkiLXA/8HlrM2+w7YXiRXIeeHh0LxTYQpvaoGgA==",
"requires": { "requires": {
"@babel/runtime": "^7.10.3", "@babel/runtime": "^7.10.3",
"@types/aria-query": "^4.2.0", "@types/aria-query": "^4.2.0",
"aria-query": "^4.2.2", "aria-query": "^4.2.2",
"dom-accessibility-api": "^0.4.5", "dom-accessibility-api": "^0.4.6",
"pretty-format": "^25.5.0" "pretty-format": "^25.5.0"
}, },
"dependencies": { "dependencies": {
@ -2669,13 +2669,12 @@
} }
}, },
"@testing-library/react": { "@testing-library/react": {
"version": "10.4.5", "version": "10.4.6",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-10.4.5.tgz", "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-10.4.6.tgz",
"integrity": "sha512-M5A0W4VphBiEm4vgnq7vHC+/e4Bp/3iIOAWap1FtIiA+Zom6BtXpY3RSTOqc8bZsCcu9gFBZ/lxaiMW6uJddWg==", "integrity": "sha512-pVcm8v0HxCEzrtasbC2bdhWM0P5X9o8a/xfBugC97uVVTmhVeGHj+5CdE1JYi/i2K+mCyeq5YqzHLW/gB+K12w==",
"requires": { "requires": {
"@babel/runtime": "^7.10.3", "@babel/runtime": "^7.10.3",
"@testing-library/dom": "^7.17.1", "@testing-library/dom": "^7.17.1"
"semver": "^7.3.2"
}, },
"dependencies": { "dependencies": {
"@babel/runtime": { "@babel/runtime": {
@ -2685,11 +2684,6 @@
"requires": { "requires": {
"regenerator-runtime": "^0.13.4" "regenerator-runtime": "^0.13.4"
} }
},
"semver": {
"version": "7.3.2",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.2.tgz",
"integrity": "sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ=="
} }
} }
}, },
@ -6145,9 +6139,9 @@
} }
}, },
"dom-accessibility-api": { "dom-accessibility-api": {
"version": "0.4.5", "version": "0.4.6",
"resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.4.5.tgz", "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.4.6.tgz",
"integrity": "sha512-HcPDilI95nKztbVikaN2vzwvmv0sE8Y2ZJFODy/m15n7mGXLeOKGiys9qWVbFbh+aq/KYj2lqMLybBOkYAEXqg==" "integrity": "sha512-qxFVFR/ymtfamEQT/AsYLe048sitxFCoCHiM+vuOdR3fE94i3so2SCFJxyz/RxV69PZ+9FgToYWOd7eqJqcbYw=="
}, },
"dom-converter": { "dom-converter": {
"version": "0.2.0", "version": "0.2.0",

View File

@ -6,7 +6,7 @@
"@react-hook/debounce": "^3.0.0", "@react-hook/debounce": "^3.0.0",
"@solana/web3.js": "^0.62.0", "@solana/web3.js": "^0.62.0",
"@testing-library/jest-dom": "^5.11.0", "@testing-library/jest-dom": "^5.11.0",
"@testing-library/react": "^10.4.5", "@testing-library/react": "^10.4.6",
"@testing-library/user-event": "^12.0.11", "@testing-library/user-event": "^12.0.11",
"@types/bs58": "^4.0.1", "@types/bs58": "^4.0.1",
"@types/jest": "^26.0.4", "@types/jest": "^26.0.4",