Update dependency @testing-library/react to v10.4.6 (https://github.com/woocommerce/woocommerce-blocks/pull/2829)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-07-15 10:33:10 +01:00 committed by GitHub
parent 8bfb95c808
commit 08969b7fb8
2 changed files with 17 additions and 10 deletions

View File

@ -8065,12 +8065,13 @@
"integrity": "sha512-oocsqY7g0cR+Gur5jRQLSrX2OtpMLMse1I10JQBm8CdGMrDkh1Mg2gjsiquMHRtBs4Qwu5wgEp5GgIYHk4SNPw=="
},
"@testing-library/dom": {
"version": "7.18.0",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.18.0.tgz",
"integrity": "sha512-OD6jgGc4nwM4GNXZJlVcI6wwP5hcJ4T8g752wbtK/Ub7jdATvAdnVSauODdoBMsEZejb1VoWNQsTDc4C9bgrsw==",
"version": "7.20.1",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.20.1.tgz",
"integrity": "sha512-kvAMxpPPPFHIC5vkuSXpx32Q/c1qHoVVuZEvB/pY4u1lL7nwWdM4P7vjzWlDfAEVNmSK2gHA4YrW5+hLxmFuyA==",
"dev": true,
"requires": {
"@babel/runtime": "^7.10.3",
"@types/aria-query": "^4.2.0",
"aria-query": "^4.2.2",
"dom-accessibility-api": "^0.4.5",
"pretty-format": "^25.5.0"
@ -8095,9 +8096,9 @@
}
},
"@testing-library/react": {
"version": "10.4.3",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-10.4.3.tgz",
"integrity": "sha512-A/ydYXcwAcfY7vkPrfUkUTf9HQLL3/GtixTefcu3OyGQtAYQ7XBQj1S9FWbLEhfWa0BLwFwTBFS3Ao1O0tbMJg==",
"version": "10.4.6",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-10.4.6.tgz",
"integrity": "sha512-pVcm8v0HxCEzrtasbC2bdhWM0P5X9o8a/xfBugC97uVVTmhVeGHj+5CdE1JYi/i2K+mCyeq5YqzHLW/gB+K12w==",
"dev": true,
"requires": {
"@babel/runtime": "^7.10.3",
@ -8110,6 +8111,12 @@
"integrity": "sha512-/+CRPXpBDpo2RK9C68N3b2cOvO0Cf5B9aPijHsoDQTHivnGSObdOF2BRQOYjojWTDy6nQvMjmqRXIxH55VjxxA==",
"dev": true
},
"@types/aria-query": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-4.2.0.tgz",
"integrity": "sha512-iIgQNzCm0v7QMhhe4Jjn9uRh+I6GoPmt03CbEtwx3ao8/EfoQcmgtqH4vQ5Db/lxiIGaWDv6nwvunuh0RyX0+A==",
"dev": true
},
"@types/babel-types": {
"version": "7.0.7",
"resolved": "https://registry.npmjs.org/@types/babel-types/-/babel-types-7.0.7.tgz",
@ -41105,9 +41112,9 @@
},
"dependencies": {
"@wordpress/compose": {
"version": "3.19.0",
"resolved": "https://registry.npmjs.org/@wordpress/compose/-/compose-3.19.0.tgz",
"integrity": "sha512-MB/VPJJhyU/GeAeN3dRvUbkaWEKGlrbZvz/cTzF+qf27rtK7PmMyOQIGlTiQtw7wE5nhcWIifTzhyofodTlQiA==",
"version": "3.19.1",
"resolved": "https://registry.npmjs.org/@wordpress/compose/-/compose-3.19.1.tgz",
"integrity": "sha512-D9IoSQJKgQ2Yqz/SDRjoeT26USR7PoTxzyO7Hk2EyolfPoB0sko0LjwbbndfLYYLksAcZ4x1js4cK9+tHkFJNA==",
"requires": {
"@babel/runtime": "^7.9.2",
"@wordpress/element": "^2.16.0",

View File

@ -75,7 +75,7 @@
"@storybook/addons": "5.3.18",
"@storybook/react": "5.3.18",
"@testing-library/jest-dom": "5.11.0",
"@testing-library/react": "10.4.3",
"@testing-library/react": "10.4.6",
"@types/jest": "25.2.3",
"@types/react": "16.9.41",
"@types/wordpress__data": "4.6.7",