Update dependency @testing-library/react to v11.1.1
This commit is contained in:
parent
84bd8b75dd
commit
32fe882069
|
@ -66,7 +66,7 @@
|
||||||
"@storybook/addons": "6.0.26",
|
"@storybook/addons": "6.0.26",
|
||||||
"@storybook/react": "6.0.26",
|
"@storybook/react": "6.0.26",
|
||||||
"@testing-library/jest-dom": "5.11.4",
|
"@testing-library/jest-dom": "5.11.4",
|
||||||
"@testing-library/react": "11.1.0",
|
"@testing-library/react": "11.1.1",
|
||||||
"@testing-library/react-hooks": "3.4.2",
|
"@testing-library/react-hooks": "3.4.2",
|
||||||
"@testing-library/user-event": "12.1.10",
|
"@testing-library/user-event": "12.1.10",
|
||||||
"@woocommerce/components": "file:packages/components",
|
"@woocommerce/components": "file:packages/components",
|
||||||
|
@ -7464,9 +7464,9 @@
|
||||||
"integrity": "sha512-oocsqY7g0cR+Gur5jRQLSrX2OtpMLMse1I10JQBm8CdGMrDkh1Mg2gjsiquMHRtBs4Qwu5wgEp5GgIYHk4SNPw=="
|
"integrity": "sha512-oocsqY7g0cR+Gur5jRQLSrX2OtpMLMse1I10JQBm8CdGMrDkh1Mg2gjsiquMHRtBs4Qwu5wgEp5GgIYHk4SNPw=="
|
||||||
},
|
},
|
||||||
"node_modules/@testing-library/dom": {
|
"node_modules/@testing-library/dom": {
|
||||||
"version": "7.26.3",
|
"version": "7.26.4",
|
||||||
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.26.3.tgz",
|
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.26.4.tgz",
|
||||||
"integrity": "sha512-/1P6taENE/H12TofJaS3L1J28HnXx8ZFhc338+XPR5y1E3g5ttOgu86DsGnV9/n2iPrfJQVUZ8eiGYZGSxculw==",
|
"integrity": "sha512-3sJmqN9NSqISDjvJOhR6xtuiXTXdYagfJIQz+6UVWwRs+Yc9Et9dFQm1ODqR1BaZpTv3HntBzkp5ZWuZTU75WA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/code-frame": "^7.10.4",
|
"@babel/code-frame": "^7.10.4",
|
||||||
|
@ -7477,6 +7477,9 @@
|
||||||
"dom-accessibility-api": "^0.5.1",
|
"dom-accessibility-api": "^0.5.1",
|
||||||
"lz-string": "^1.4.4",
|
"lz-string": "^1.4.4",
|
||||||
"pretty-format": "^26.4.2"
|
"pretty-format": "^26.4.2"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=10"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@testing-library/dom/node_modules/@jest/types": {
|
"node_modules/@testing-library/dom/node_modules/@jest/types": {
|
||||||
|
@ -7618,13 +7621,20 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@testing-library/react": {
|
"node_modules/@testing-library/react": {
|
||||||
"version": "11.1.0",
|
"version": "11.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.1.1.tgz",
|
||||||
"integrity": "sha512-Nfz58jGzW0tgg3irmTB7sa02JLkLnCk+QN3XG6WiaGQYb0Qc4Ok00aujgjdxlIQWZHbb4Zj5ZOIeE9yKFSs4sA==",
|
"integrity": "sha512-DT/P2opE9o4NWCd/oIL73b6VF/Xk9AY8iYSstKfz9cXw0XYPQ5IhA/cuYfoN9nU+mAynW8DpAVfEWdM6e7zF6g==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.11.2",
|
"@babel/runtime": "^7.12.1",
|
||||||
"@testing-library/dom": "^7.26.0"
|
"@testing-library/dom": "^7.26.4"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=10"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"react": "*",
|
||||||
|
"react-dom": "*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@testing-library/react-hooks": {
|
"node_modules/@testing-library/react-hooks": {
|
||||||
|
@ -45844,9 +45854,9 @@
|
||||||
"integrity": "sha512-oocsqY7g0cR+Gur5jRQLSrX2OtpMLMse1I10JQBm8CdGMrDkh1Mg2gjsiquMHRtBs4Qwu5wgEp5GgIYHk4SNPw=="
|
"integrity": "sha512-oocsqY7g0cR+Gur5jRQLSrX2OtpMLMse1I10JQBm8CdGMrDkh1Mg2gjsiquMHRtBs4Qwu5wgEp5GgIYHk4SNPw=="
|
||||||
},
|
},
|
||||||
"@testing-library/dom": {
|
"@testing-library/dom": {
|
||||||
"version": "7.26.3",
|
"version": "7.26.4",
|
||||||
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.26.3.tgz",
|
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.26.4.tgz",
|
||||||
"integrity": "sha512-/1P6taENE/H12TofJaS3L1J28HnXx8ZFhc338+XPR5y1E3g5ttOgu86DsGnV9/n2iPrfJQVUZ8eiGYZGSxculw==",
|
"integrity": "sha512-3sJmqN9NSqISDjvJOhR6xtuiXTXdYagfJIQz+6UVWwRs+Yc9Et9dFQm1ODqR1BaZpTv3HntBzkp5ZWuZTU75WA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/code-frame": "^7.10.4",
|
"@babel/code-frame": "^7.10.4",
|
||||||
|
@ -46002,13 +46012,13 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@testing-library/react": {
|
"@testing-library/react": {
|
||||||
"version": "11.1.0",
|
"version": "11.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.1.1.tgz",
|
||||||
"integrity": "sha512-Nfz58jGzW0tgg3irmTB7sa02JLkLnCk+QN3XG6WiaGQYb0Qc4Ok00aujgjdxlIQWZHbb4Zj5ZOIeE9yKFSs4sA==",
|
"integrity": "sha512-DT/P2opE9o4NWCd/oIL73b6VF/Xk9AY8iYSstKfz9cXw0XYPQ5IhA/cuYfoN9nU+mAynW8DpAVfEWdM6e7zF6g==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/runtime": "^7.11.2",
|
"@babel/runtime": "^7.12.1",
|
||||||
"@testing-library/dom": "^7.26.0"
|
"@testing-library/dom": "^7.26.4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@testing-library/react-hooks": {
|
"@testing-library/react-hooks": {
|
||||||
|
|
|
@ -143,7 +143,7 @@
|
||||||
"@storybook/addons": "6.0.26",
|
"@storybook/addons": "6.0.26",
|
||||||
"@storybook/react": "6.0.26",
|
"@storybook/react": "6.0.26",
|
||||||
"@testing-library/jest-dom": "5.11.4",
|
"@testing-library/jest-dom": "5.11.4",
|
||||||
"@testing-library/react": "11.1.0",
|
"@testing-library/react": "11.1.1",
|
||||||
"@testing-library/react-hooks": "3.4.2",
|
"@testing-library/react-hooks": "3.4.2",
|
||||||
"@testing-library/user-event": "12.1.10",
|
"@testing-library/user-event": "12.1.10",
|
||||||
"@woocommerce/components": "file:packages/components",
|
"@woocommerce/components": "file:packages/components",
|
||||||
|
|
Loading…
Reference in New Issue