Update dependency @testing-library/jest-dom to v5.10.1 (https://github.com/woocommerce/woocommerce-blocks/pull/2733)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
6e9da71bbb
commit
0be5642d3a
|
@ -4589,13 +4589,13 @@
|
|||
}
|
||||
},
|
||||
"@testing-library/jest-dom": {
|
||||
"version": "5.9.0",
|
||||
"resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.9.0.tgz",
|
||||
"integrity": "sha512-uZ68dyILuM2VL13lGz4ehFEAgxzvLKRu8wQxyAZfejWnyMhmipJ60w4eG81NQikJHBfaYXx+Or8EaPQTDwGfPA==",
|
||||
"version": "5.10.1",
|
||||
"resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.10.1.tgz",
|
||||
"integrity": "sha512-uv9lLAnEFRzwUTN/y9lVVXVXlEzazDkelJtM5u92PsGkEasmdI+sfzhZHxSDzlhZVTrlLfuMh2safMr8YmzXLg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.9.2",
|
||||
"@types/testing-library__jest-dom": "^5.0.2",
|
||||
"@types/testing-library__jest-dom": "^5.9.1",
|
||||
"chalk": "^3.0.0",
|
||||
"css": "^2.2.4",
|
||||
"css.escape": "^1.5.1",
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
"@storybook/addon-viewport": "5.3.18",
|
||||
"@storybook/addons": "5.3.18",
|
||||
"@storybook/react": "5.3.18",
|
||||
"@testing-library/jest-dom": "5.9.0",
|
||||
"@testing-library/jest-dom": "5.10.1",
|
||||
"@testing-library/react": "10.2.1",
|
||||
"@types/jest": "25.2.3",
|
||||
"@types/react": "16.9.37",
|
||||
|
|
Loading…
Reference in New Issue