Update dependency @testing-library/jest-dom to v5.11.3 (https://github.com/woocommerce/woocommerce-admin/pull/4970)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-08-13 13:06:15 +12:00 committed by GitHub
parent 8c71e548ef
commit d5abba63f7
2 changed files with 7 additions and 7 deletions

View File

@ -5553,9 +5553,9 @@
}
},
"@testing-library/jest-dom": {
"version": "5.11.2",
"resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.11.2.tgz",
"integrity": "sha512-s+rWJx+lanEGKqvOl4qJR0rGjCrxsEjj9qjxFlg4NV4/FRD7fnUUAWPHqwpyafNHfLYArs58FADgdn4UKmjFmw==",
"version": "5.11.3",
"resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.11.3.tgz",
"integrity": "sha512-vP8ABJt4+YIzu9UItbpJ6nM5zN3g9/tpLcp2DJiXyfX9gnwgcmLsa42+YiohNGEtSUTsseb6xB9HAwlgk8WdaQ==",
"dev": true,
"requires": {
"@babel/runtime": "^7.9.2",
@ -5797,9 +5797,9 @@
}
},
"@types/jest": {
"version": "26.0.7",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.7.tgz",
"integrity": "sha512-+x0077/LoN6MjqBcVOe1y9dpryWnfDZ+Xfo3EqGeBcfPRJlQp3Lw62RvNlWxuGv7kOEwlHriAa54updi3Jvvwg==",
"version": "26.0.9",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.9.tgz",
"integrity": "sha512-k4qFfJ5AUKrWok5KYXp2EPm89b0P/KZpl7Vg4XuOTVVQEhLDBDBU3iBFrjjdgd8fLw96aAtmnwhXHl63bWeBQQ==",
"dev": true,
"requires": {
"jest-diff": "^25.2.1",

View File

@ -148,7 +148,7 @@
"@storybook/addon-viewport": "5.3.18",
"@storybook/addons": "5.3.18",
"@storybook/react": "5.3.18",
"@testing-library/jest-dom": "5.11.2",
"@testing-library/jest-dom": "5.11.3",
"@testing-library/react": "10.4.8",
"@testing-library/react-hooks": "3.4.1",
"@testing-library/user-event": "10.4.1",