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

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 11.2.0 to 11.2.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.2.0...v11.2.2)

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-11-23 09:12:44 +00:00 committed by GitHub
parent 1d36a84a2e
commit 13682007bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -2425,9 +2425,9 @@
}
},
"@testing-library/dom": {
"version": "7.27.1",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.27.1.tgz",
"integrity": "sha512-AF56RoeUU8bO4DOvLyMI44H3O1LVKZQi2D/m5fNDr+iR4drfOFikTr26hT6IY7YG+l8g69FXsHERa+uThaYYQg==",
"version": "7.28.1",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.28.1.tgz",
"integrity": "sha512-acv3l6kDwZkQif/YqJjstT3ks5aaI33uxGNVIQmdKzbZ2eMKgg3EV2tB84GDdc72k3Kjhl6mO8yUt6StVIdRDg==",
"requires": {
"@babel/code-frame": "^7.10.4",
"@babel/runtime": "^7.12.5",
@ -2581,12 +2581,12 @@
}
},
"@testing-library/react": {
"version": "11.2.0",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.2.0.tgz",
"integrity": "sha512-90xKYJzskZ7q/AoSuWraQL4EGZlr75uZvDt3nrO4M+rugN02zjO45tmOBq/JBOgDiMIL1tkhHioKXjJsVaSINA==",
"version": "11.2.2",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.2.2.tgz",
"integrity": "sha512-jaxm0hwUjv+hzC+UFEywic7buDC9JQ1q3cDsrWVSDAPmLotfA6E6kUHlYm/zOeGCac6g48DR36tFHxl7Zb+N5A==",
"requires": {
"@babel/runtime": "^7.12.5",
"@testing-library/dom": "^7.27.1"
"@testing-library/dom": "^7.28.1"
},
"dependencies": {
"@babel/runtime": {

View File

@ -8,7 +8,7 @@
"@sentry/react": "^5.27.4",
"@solana/web3.js": "^0.87.1",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.0",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.2.2",
"@types/bn.js": "^4.11.6",
"@types/bs58": "^4.0.1",