chore:(deps): bump @testing-library/react in /explorer (#11777)

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 10.4.8 to 10.4.9.
- [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.8...v10.4.9)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-08-21 08:16:26 +00:00 committed by GitHub
parent c8d67aa8eb
commit 0e1de75af8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 18 deletions

View File

@ -2893,21 +2893,21 @@
}
},
"@testing-library/dom": {
"version": "7.21.8",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.21.8.tgz",
"integrity": "sha512-iK1rJubFoeD5gxCryokwh09tnJa1Y4doNDbNFYYqOqz6ELwB1+kEAwlezA5xwMi8QrK7xg+1/aBMzb9X/A/EmA==",
"version": "7.22.3",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.22.3.tgz",
"integrity": "sha512-IK6/eL1Xza/0goDKrwnBvlM06L+5eL9b1o+hUhX7HslfUvMETh0TYgXEr2LVpsVkHiOhRmUbUyml95KV/VlRNw==",
"requires": {
"@babel/runtime": "^7.10.3",
"@types/aria-query": "^4.2.0",
"aria-query": "^4.2.2",
"dom-accessibility-api": "^0.4.6",
"dom-accessibility-api": "^0.5.1",
"pretty-format": "^25.5.0"
},
"dependencies": {
"@babel/runtime": {
"version": "7.11.1",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.1.tgz",
"integrity": "sha512-nH5y8fLvVl3HAb+ezbgcgwrH8QbClWo8xzkOu7+oyqngo3EVorwpWJQaqXPjGRpfj7mQvsJCl/S8knkfkPWqrw==",
"version": "7.11.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz",
"integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
@ -3151,18 +3151,18 @@
}
},
"@testing-library/react": {
"version": "10.4.8",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-10.4.8.tgz",
"integrity": "sha512-clgpFR6QHiRRcdhFfAKDhH8UXpNASyfkkANhtCsCVBnai+O+mK1rGtMES+Apc7ql5Wyxu7j8dcLiC4pV5VblHA==",
"version": "10.4.9",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-10.4.9.tgz",
"integrity": "sha512-pHZKkqUy0tmiD81afs8xfiuseXfU/N7rAX3iKjeZYje86t9VaB0LrxYVa+OOsvkrveX5jCK3IjajVn2MbePvqA==",
"requires": {
"@babel/runtime": "^7.10.3",
"@testing-library/dom": "^7.17.1"
"@testing-library/dom": "^7.22.3"
},
"dependencies": {
"@babel/runtime": {
"version": "7.11.1",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.1.tgz",
"integrity": "sha512-nH5y8fLvVl3HAb+ezbgcgwrH8QbClWo8xzkOu7+oyqngo3EVorwpWJQaqXPjGRpfj7mQvsJCl/S8knkfkPWqrw==",
"version": "7.11.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz",
"integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
@ -6771,9 +6771,9 @@
}
},
"dom-accessibility-api": {
"version": "0.4.7",
"resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.4.7.tgz",
"integrity": "sha512-5+GzhTpCQYHz4NjL8loYTDVBnXIjNLBadWQBKxXk+osFEplLt3EsSYBu2YZcdZ8QqrvCHgW6TSMGMbmgfhrn2g=="
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.1.tgz",
"integrity": "sha512-8DhtmKTYWXNpPiL/QOszbnkAbCGuPz9ieVwDrmWM1rNx4KRI3zqmvKANAD1PJdvvov3+eq1BPLXQkYTpqTrWng=="
},
"dom-converter": {
"version": "0.2.0",

View File

@ -7,7 +7,7 @@
"@sentry/react": "^5.21.1",
"@solana/web3.js": "^0.71.6",
"@testing-library/jest-dom": "^5.11.3",
"@testing-library/react": "^10.4.8",
"@testing-library/react": "^10.4.9",
"@testing-library/user-event": "^12.1.1",
"@types/bn.js": "^4.11.6",
"@types/bs58": "^4.0.1",