chore(deps-dev): bump @testing-library/react in /client

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 11.2.2 to 11.2.3.
- [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.2...v11.2.3)

Signed-off-by: dependabot[bot] <support@github.com>
pull/40664/head
dependabot[bot] 2021-01-11 05:33:09 +00:00
parent 3557ce2465
commit 2286e63295
2 changed files with 7 additions and 7 deletions

View File

@ -4182,9 +4182,9 @@
} }
}, },
"@testing-library/dom": { "@testing-library/dom": {
"version": "7.28.1", "version": "7.29.2",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.28.1.tgz", "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.29.2.tgz",
"integrity": "sha512-acv3l6kDwZkQif/YqJjstT3ks5aaI33uxGNVIQmdKzbZ2eMKgg3EV2tB84GDdc72k3Kjhl6mO8yUt6StVIdRDg==", "integrity": "sha512-CBMELfyY1jKdtLcSRmEnZWRzRkCRVSNPTzhzrn8wY8OnzUo7Pe/W+HgLzt4TDnWIPYeusHBodf9wUjJF48kPmA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/code-frame": "^7.10.4", "@babel/code-frame": "^7.10.4",
@ -4325,9 +4325,9 @@
} }
}, },
"@testing-library/react": { "@testing-library/react": {
"version": "11.2.2", "version": "11.2.3",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.2.2.tgz", "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.2.3.tgz",
"integrity": "sha512-jaxm0hwUjv+hzC+UFEywic7buDC9JQ1q3cDsrWVSDAPmLotfA6E6kUHlYm/zOeGCac6g48DR36tFHxl7Zb+N5A==", "integrity": "sha512-BirBUGPkTW28ULuCwIbYo0y2+0aavHczBT6N9r3LrsswEW3pg25l1wgoE7I8QBIy1upXWkwKpYdWY7NYYP0Bxw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/runtime": "^7.12.5", "@babel/runtime": "^7.12.5",

View File

@ -100,7 +100,7 @@
}, },
"devDependencies": { "devDependencies": {
"@testing-library/jest-dom": "^5.11.8", "@testing-library/jest-dom": "^5.11.8",
"@testing-library/react": "^11.2.2", "@testing-library/react": "^11.2.3",
"autoprefixer": "^9.8.6", "autoprefixer": "^9.8.6",
"babel-plugin-transform-imports": "^1.5.1", "babel-plugin-transform-imports": "^1.5.1",
"chokidar": "^3.4.3", "chokidar": "^3.4.3",