build(deps): update dependency @testing-library/jest-dom to v5.16.3 (#3056)
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>pull/3058/head
parent
2d981f7916
commit
d25685fe0c
|
@ -126,7 +126,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "16.2.3",
|
"@commitlint/cli": "16.2.3",
|
||||||
"@commitlint/config-conventional": "16.2.1",
|
"@commitlint/config-conventional": "16.2.1",
|
||||||
"@testing-library/jest-dom": "5.16.2",
|
"@testing-library/jest-dom": "5.16.3",
|
||||||
"@testing-library/react": "12.1.4",
|
"@testing-library/react": "12.1.4",
|
||||||
"@types/node": "16.11.26",
|
"@types/node": "16.11.26",
|
||||||
"@types/qrcode.react": "1.0.2",
|
"@types/qrcode.react": "1.0.2",
|
||||||
|
|
|
@ -10,7 +10,7 @@ specifiers:
|
||||||
'@material-ui/core': 4.12.3
|
'@material-ui/core': 4.12.3
|
||||||
'@material-ui/icons': 4.11.2
|
'@material-ui/icons': 4.11.2
|
||||||
'@material-ui/styles': 4.11.4
|
'@material-ui/styles': 4.11.4
|
||||||
'@testing-library/jest-dom': 5.16.2
|
'@testing-library/jest-dom': 5.16.3
|
||||||
'@testing-library/react': 12.1.4
|
'@testing-library/react': 12.1.4
|
||||||
'@types/node': 16.11.26
|
'@types/node': 16.11.26
|
||||||
'@types/qrcode.react': 1.0.2
|
'@types/qrcode.react': 1.0.2
|
||||||
|
@ -83,7 +83,7 @@ dependencies:
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@commitlint/cli': 16.2.3
|
'@commitlint/cli': 16.2.3
|
||||||
'@commitlint/config-conventional': 16.2.1
|
'@commitlint/config-conventional': 16.2.1
|
||||||
'@testing-library/jest-dom': 5.16.2
|
'@testing-library/jest-dom': 5.16.3
|
||||||
'@testing-library/react': 12.1.4_react-dom@17.0.2+react@17.0.2
|
'@testing-library/react': 12.1.4_react-dom@17.0.2+react@17.0.2
|
||||||
'@types/node': 16.11.26
|
'@types/node': 16.11.26
|
||||||
'@types/qrcode.react': 1.0.2
|
'@types/qrcode.react': 1.0.2
|
||||||
|
@ -2318,8 +2318,8 @@ packages:
|
||||||
pretty-format: 27.5.1
|
pretty-format: 27.5.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@testing-library/jest-dom/5.16.2:
|
/@testing-library/jest-dom/5.16.3:
|
||||||
resolution: {integrity: sha512-6ewxs1MXWwsBFZXIk4nKKskWANelkdUehchEOokHsN8X7c2eKXGw+77aRV63UU8f/DTSVUPLaGxdrj4lN7D/ug==}
|
resolution: {integrity: sha512-u5DfKj4wfSt6akfndfu1eG06jsdyA/IUrlX2n3pyq5UXgXMhXY+NJb8eNK/7pqPWAhCKsCGWDdDO0zKMKAYkEA==}
|
||||||
engines: {node: '>=8', npm: '>=6', yarn: '>=1'}
|
engines: {node: '>=8', npm: '>=6', yarn: '>=1'}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.17.2
|
'@babel/runtime': 7.17.2
|
||||||
|
|
Loading…
Reference in New Issue