chore:(deps): bump @testing-library/react in /explorer (#13382)
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 11.1.0 to 11.1.1. - [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.0...v11.1.1) 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:
parent
d498ac229f
commit
169b334660
|
@ -2416,9 +2416,9 @@
|
|||
}
|
||||
},
|
||||
"@testing-library/dom": {
|
||||
"version": "7.26.3",
|
||||
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.26.3.tgz",
|
||||
"integrity": "sha512-/1P6taENE/H12TofJaS3L1J28HnXx8ZFhc338+XPR5y1E3g5ttOgu86DsGnV9/n2iPrfJQVUZ8eiGYZGSxculw==",
|
||||
"version": "7.26.5",
|
||||
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.26.5.tgz",
|
||||
"integrity": "sha512-2v/fv0s4keQjJIcD4bjfJMFtvxz5icartxUWdIZVNJR539WD9oxVrvIAPw+3Ydg4RLgxt0rvQx3L9cAjCci0Kg==",
|
||||
"requires": {
|
||||
"@babel/code-frame": "^7.10.4",
|
||||
"@babel/runtime": "^7.10.3",
|
||||
|
@ -2536,12 +2536,12 @@
|
|||
}
|
||||
},
|
||||
"@testing-library/react": {
|
||||
"version": "11.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.1.0.tgz",
|
||||
"integrity": "sha512-Nfz58jGzW0tgg3irmTB7sa02JLkLnCk+QN3XG6WiaGQYb0Qc4Ok00aujgjdxlIQWZHbb4Zj5ZOIeE9yKFSs4sA==",
|
||||
"version": "11.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.1.1.tgz",
|
||||
"integrity": "sha512-DT/P2opE9o4NWCd/oIL73b6VF/Xk9AY8iYSstKfz9cXw0XYPQ5IhA/cuYfoN9nU+mAynW8DpAVfEWdM6e7zF6g==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.11.2",
|
||||
"@testing-library/dom": "^7.26.0"
|
||||
"@babel/runtime": "^7.12.1",
|
||||
"@testing-library/dom": "^7.26.4"
|
||||
}
|
||||
},
|
||||
"@testing-library/user-event": {
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"@sentry/react": "^5.27.2",
|
||||
"@solana/web3.js": "^0.86.4",
|
||||
"@testing-library/jest-dom": "^5.11.5",
|
||||
"@testing-library/react": "^11.1.0",
|
||||
"@testing-library/react": "^11.1.1",
|
||||
"@testing-library/user-event": "^12.1.10",
|
||||
"@types/bn.js": "^4.11.6",
|
||||
"@types/bs58": "^4.0.1",
|
||||
|
|
Loading…
Reference in New Issue