build(deps): update dependency @testing-library/react to v13 (#3082)
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>pull/3085/head
parent
df9492ca0e
commit
87ef1ad9e1
|
@ -127,7 +127,7 @@
|
|||
"@commitlint/cli": "16.2.3",
|
||||
"@commitlint/config-conventional": "16.2.1",
|
||||
"@testing-library/jest-dom": "5.16.3",
|
||||
"@testing-library/react": "12.1.4",
|
||||
"@testing-library/react": "13.0.0",
|
||||
"@types/node": "16.11.26",
|
||||
"@types/qrcode.react": "1.0.2",
|
||||
"@types/react": "17.0.43",
|
||||
|
|
|
@ -11,7 +11,7 @@ specifiers:
|
|||
'@material-ui/icons': 4.11.2
|
||||
'@material-ui/styles': 4.11.4
|
||||
'@testing-library/jest-dom': 5.16.3
|
||||
'@testing-library/react': 12.1.4
|
||||
'@testing-library/react': 13.0.0
|
||||
'@types/node': 16.11.26
|
||||
'@types/qrcode.react': 1.0.2
|
||||
'@types/react': 17.0.43
|
||||
|
@ -84,7 +84,7 @@ devDependencies:
|
|||
'@commitlint/cli': 16.2.3
|
||||
'@commitlint/config-conventional': 16.2.1
|
||||
'@testing-library/jest-dom': 5.16.3
|
||||
'@testing-library/react': 12.1.4_react-dom@18.0.0+react@18.0.0
|
||||
'@testing-library/react': 13.0.0_react-dom@18.0.0+react@18.0.0
|
||||
'@types/node': 16.11.26
|
||||
'@types/qrcode.react': 1.0.2
|
||||
'@types/react': 17.0.43
|
||||
|
@ -2547,12 +2547,12 @@ packages:
|
|||
redent: 3.0.0
|
||||
dev: true
|
||||
|
||||
/@testing-library/react/12.1.4_react-dom@18.0.0+react@18.0.0:
|
||||
resolution: {integrity: sha512-jiPKOm7vyUw311Hn/HlNQ9P8/lHNtArAx0PisXyFixDDvfl8DbD6EUdbshK5eqauvBSvzZd19itqQ9j3nferJA==}
|
||||
/@testing-library/react/13.0.0_react-dom@18.0.0+react@18.0.0:
|
||||
resolution: {integrity: sha512-p0lYA1M7uoEmk2LnCbZLGmHJHyH59sAaZVXChTXlyhV/PRW9LoIh4mdf7tiXsO8BoNG+vN8UnFJff1hbZeXv+w==}
|
||||
engines: {node: '>=12'}
|
||||
peerDependencies:
|
||||
react: '*'
|
||||
react-dom: '*'
|
||||
react: ^18.0.0
|
||||
react-dom: ^18.0.0
|
||||
dependencies:
|
||||
'@babel/runtime': 7.17.2
|
||||
'@testing-library/dom': 8.11.3
|
||||
|
|
Loading…
Reference in New Issue