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
renovate[bot] 2023-02-17 16:28:42 +11:00 committed by GitHub
parent 3825de14f8
commit d0c4467483
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 14 deletions

View File

@ -146,7 +146,7 @@
"@commitlint/config-conventional": "17.4.3", "@commitlint/config-conventional": "17.4.3",
"@limegrass/eslint-plugin-import-alias": "1.0.6", "@limegrass/eslint-plugin-import-alias": "1.0.6",
"@testing-library/jest-dom": "5.16.5", "@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/jest": "29.4.0",
"@types/node": "18.13.0", "@types/node": "18.13.0",
"@types/qrcode.react": "1.0.2", "@types/qrcode.react": "1.0.2",

View File

@ -15,7 +15,7 @@ specifiers:
'@mui/material': 5.11.9 '@mui/material': 5.11.9
'@mui/styles': 5.11.9 '@mui/styles': 5.11.9
'@testing-library/jest-dom': 5.16.5 '@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/jest': 29.4.0
'@types/node': 18.13.0 '@types/node': 18.13.0
'@types/qrcode.react': 1.0.2 '@types/qrcode.react': 1.0.2
@ -96,7 +96,7 @@ devDependencies:
'@commitlint/config-conventional': 17.4.3 '@commitlint/config-conventional': 17.4.3
'@limegrass/eslint-plugin-import-alias': 1.0.6_eslint@8.34.0 '@limegrass/eslint-plugin-import-alias': 1.0.6_eslint@8.34.0
'@testing-library/jest-dom': 5.16.5 '@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/jest': 29.4.0
'@types/node': 18.13.0 '@types/node': 18.13.0
'@types/qrcode.react': 1.0.2 '@types/qrcode.react': 1.0.2
@ -3553,13 +3553,13 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@testing-library/dom/8.16.0: /@testing-library/dom/9.0.0:
resolution: {integrity: sha512-uxF4zmnLHHDlmW4l+0WDjcgLVwCvH+OVLpD8Dfp+Bjfz85prwxWGbwXgJdLtkgjD0qfOzkJF9SmA6YZPsMYX4w==} resolution: {integrity: sha512-+/TLgKNFsYUshOY/zXsQOk+PlFQK+eyJ9T13IDVNJEi+M+Un7xlJK+FZKkbGSnf0+7E1G6PlDhkSYQ/GFiruBQ==}
engines: {node: '>=12'} engines: {node: '>=14'}
dependencies: dependencies:
'@babel/code-frame': 7.18.6 '@babel/code-frame': 7.18.6
'@babel/runtime': 7.20.13 '@babel/runtime': 7.20.13
'@types/aria-query': 4.2.2 '@types/aria-query': 5.0.1
aria-query: 5.1.3 aria-query: 5.1.3
chalk: 4.1.2 chalk: 4.1.2
dom-accessibility-api: 0.5.14 dom-accessibility-api: 0.5.14
@ -3582,15 +3582,15 @@ packages:
redent: 3.0.0 redent: 3.0.0
dev: true dev: true
/@testing-library/react/13.4.0_biqbaboplfbrettd7655fr4n2y: /@testing-library/react/14.0.0_biqbaboplfbrettd7655fr4n2y:
resolution: {integrity: sha512-sXOGON+WNTh3MLE9rve97ftaZukN3oNf2KjDy7YTx6hcTO2uuLHuCGynMDhFwGw/jYf4OJ2Qk0i4i79qMNNkyw==} resolution: {integrity: sha512-S04gSNJbYE30TlIMLTzv6QCTzt9AqIF5y6s6SzVFILNcNvbV/jU96GeiTPillGQo+Ny64M/5PV7klNYYgv5Dfg==}
engines: {node: '>=12'} engines: {node: '>=14'}
peerDependencies: peerDependencies:
react: ^18.0.0 || 18 react: ^18.0.0 || 18
react-dom: ^18.0.0 || 18 react-dom: ^18.0.0 || 18
dependencies: dependencies:
'@babel/runtime': 7.18.9 '@babel/runtime': 7.20.13
'@testing-library/dom': 8.16.0 '@testing-library/dom': 9.0.0
'@types/react-dom': 18.0.11 '@types/react-dom': 18.0.11
react: 18.2.0 react: 18.2.0
react-dom: 18.2.0_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==} resolution: {integrity: sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==}
dev: true dev: true
/@types/aria-query/4.2.2: /@types/aria-query/5.0.1:
resolution: {integrity: sha512-HnYpAE1Y6kRyKM/XkEuiRQhTHvkzMBurTHnpFLYLBGPIylZNPs9jJcuOOYWxPLJCSEtmZT0Y8rHDokKN7rRTig==} resolution: {integrity: sha512-XTIieEY+gvJ39ChLcB4If5zHtPxt3Syj5rgZR+e1ctpmK8NjPf0zFqsz4JpLJT0xla9GFDKjy8Cpu331nrmE1Q==}
dev: true dev: true
/@types/babel__core/7.1.19: /@types/babel__core/7.1.19: