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

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

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-19 09:11:10 +00:00 committed by GitHub
parent a39b0f6ee5
commit 1cd70edec0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 9 deletions

View File

@ -2425,9 +2425,9 @@
}
},
"@testing-library/dom": {
"version": "7.26.6",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.26.6.tgz",
"integrity": "sha512-/poL7WMpolcGFOHMcxfcFkf1u38DcBUjk3YwNYpBs/MdJ546lg0YdvP2Lq3ujuQzAZxgs8vVvadj3MBnZsBjjA==",
"version": "7.27.1",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.27.1.tgz",
"integrity": "sha512-AF56RoeUU8bO4DOvLyMI44H3O1LVKZQi2D/m5fNDr+iR4drfOFikTr26hT6IY7YG+l8g69FXsHERa+uThaYYQg==",
"requires": {
"@babel/code-frame": "^7.10.4",
"@babel/runtime": "^7.12.5",
@ -2581,12 +2581,22 @@
}
},
"@testing-library/react": {
"version": "11.1.2",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.1.2.tgz",
"integrity": "sha512-foL0/Mo68M51DdgFwEsO2SDEkUpocuEYidOTcJACGEcoakZDINuERYwVdd6T5e3pPE+BZyGwwURaXcrX1v9RbQ==",
"version": "11.2.0",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.2.0.tgz",
"integrity": "sha512-90xKYJzskZ7q/AoSuWraQL4EGZlr75uZvDt3nrO4M+rugN02zjO45tmOBq/JBOgDiMIL1tkhHioKXjJsVaSINA==",
"requires": {
"@babel/runtime": "^7.12.1",
"@testing-library/dom": "^7.26.6"
"@babel/runtime": "^7.12.5",
"@testing-library/dom": "^7.27.1"
},
"dependencies": {
"@babel/runtime": {
"version": "7.12.5",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz",
"integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
}
}
},
"@testing-library/user-event": {

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.1.2",
"@testing-library/react": "^11.2.0",
"@testing-library/user-event": "^12.2.2",
"@types/bn.js": "^4.11.6",
"@types/bs58": "^4.0.1",