build(deps): update dependency @testing-library/react to v14 (#4944)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>pull/4949/head
parent
3825de14f8
commit
d0c4467483
|
@ -146,7 +146,7 @@
|
|||
"@commitlint/config-conventional": "17.4.3",
|
||||
"@limegrass/eslint-plugin-import-alias": "1.0.6",
|
||||
"@testing-library/jest-dom": "5.16.5",
|
||||
"@testing-library/react": "13.4.0",
|
||||
"@testing-library/react": "14.0.0",
|
||||
"@types/jest": "29.4.0",
|
||||
"@types/node": "18.13.0",
|
||||
"@types/qrcode.react": "1.0.2",
|
||||
|
|
|
@ -15,7 +15,7 @@ specifiers:
|
|||
'@mui/material': 5.11.9
|
||||
'@mui/styles': 5.11.9
|
||||
'@testing-library/jest-dom': 5.16.5
|
||||
'@testing-library/react': 13.4.0
|
||||
'@testing-library/react': 14.0.0
|
||||
'@types/jest': 29.4.0
|
||||
'@types/node': 18.13.0
|
||||
'@types/qrcode.react': 1.0.2
|
||||
|
@ -96,7 +96,7 @@ devDependencies:
|
|||
'@commitlint/config-conventional': 17.4.3
|
||||
'@limegrass/eslint-plugin-import-alias': 1.0.6_eslint@8.34.0
|
||||
'@testing-library/jest-dom': 5.16.5
|
||||
'@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y
|
||||
'@testing-library/react': 14.0.0_biqbaboplfbrettd7655fr4n2y
|
||||
'@types/jest': 29.4.0
|
||||
'@types/node': 18.13.0
|
||||
'@types/qrcode.react': 1.0.2
|
||||
|
@ -3553,13 +3553,13 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@testing-library/dom/8.16.0:
|
||||
resolution: {integrity: sha512-uxF4zmnLHHDlmW4l+0WDjcgLVwCvH+OVLpD8Dfp+Bjfz85prwxWGbwXgJdLtkgjD0qfOzkJF9SmA6YZPsMYX4w==}
|
||||
engines: {node: '>=12'}
|
||||
/@testing-library/dom/9.0.0:
|
||||
resolution: {integrity: sha512-+/TLgKNFsYUshOY/zXsQOk+PlFQK+eyJ9T13IDVNJEi+M+Un7xlJK+FZKkbGSnf0+7E1G6PlDhkSYQ/GFiruBQ==}
|
||||
engines: {node: '>=14'}
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.18.6
|
||||
'@babel/runtime': 7.20.13
|
||||
'@types/aria-query': 4.2.2
|
||||
'@types/aria-query': 5.0.1
|
||||
aria-query: 5.1.3
|
||||
chalk: 4.1.2
|
||||
dom-accessibility-api: 0.5.14
|
||||
|
@ -3582,15 +3582,15 @@ packages:
|
|||
redent: 3.0.0
|
||||
dev: true
|
||||
|
||||
/@testing-library/react/13.4.0_biqbaboplfbrettd7655fr4n2y:
|
||||
resolution: {integrity: sha512-sXOGON+WNTh3MLE9rve97ftaZukN3oNf2KjDy7YTx6hcTO2uuLHuCGynMDhFwGw/jYf4OJ2Qk0i4i79qMNNkyw==}
|
||||
engines: {node: '>=12'}
|
||||
/@testing-library/react/14.0.0_biqbaboplfbrettd7655fr4n2y:
|
||||
resolution: {integrity: sha512-S04gSNJbYE30TlIMLTzv6QCTzt9AqIF5y6s6SzVFILNcNvbV/jU96GeiTPillGQo+Ny64M/5PV7klNYYgv5Dfg==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
react: ^18.0.0 || 18
|
||||
react-dom: ^18.0.0 || 18
|
||||
dependencies:
|
||||
'@babel/runtime': 7.18.9
|
||||
'@testing-library/dom': 8.16.0
|
||||
'@babel/runtime': 7.20.13
|
||||
'@testing-library/dom': 9.0.0
|
||||
'@types/react-dom': 18.0.11
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0_react@18.2.0
|
||||
|
@ -3617,8 +3617,8 @@ packages:
|
|||
resolution: {integrity: sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==}
|
||||
dev: true
|
||||
|
||||
/@types/aria-query/4.2.2:
|
||||
resolution: {integrity: sha512-HnYpAE1Y6kRyKM/XkEuiRQhTHvkzMBurTHnpFLYLBGPIylZNPs9jJcuOOYWxPLJCSEtmZT0Y8rHDokKN7rRTig==}
|
||||
/@types/aria-query/5.0.1:
|
||||
resolution: {integrity: sha512-XTIieEY+gvJ39ChLcB4If5zHtPxt3Syj5rgZR+e1ctpmK8NjPf0zFqsz4JpLJT0xla9GFDKjy8Cpu331nrmE1Q==}
|
||||
dev: true
|
||||
|
||||
/@types/babel__core/7.1.19:
|
||||
|
|
Loading…
Reference in New Issue