build(deps): update dependency @types/jest to v28.1.7 (#3844)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Amir Zarrinkafsh <nightah@me.com>pull/3845/head
parent
c5f1255edc
commit
a88af0a7bf
|
@ -146,7 +146,7 @@
|
|||
"@commitlint/config-conventional": "17.0.3",
|
||||
"@testing-library/jest-dom": "5.16.5",
|
||||
"@testing-library/react": "13.3.0",
|
||||
"@types/jest": "28.1.6",
|
||||
"@types/jest": "28.1.7",
|
||||
"@types/node": "16.11.48",
|
||||
"@types/qrcode.react": "1.0.2",
|
||||
"@types/react": "18.0.17",
|
||||
|
|
|
@ -15,7 +15,7 @@ specifiers:
|
|||
'@mui/styles': 5.9.3
|
||||
'@testing-library/jest-dom': 5.16.5
|
||||
'@testing-library/react': 13.3.0
|
||||
'@types/jest': 28.1.6
|
||||
'@types/jest': 28.1.7
|
||||
'@types/node': 16.11.48
|
||||
'@types/qrcode.react': 1.0.2
|
||||
'@types/react': 18.0.17
|
||||
|
@ -95,7 +95,7 @@ devDependencies:
|
|||
'@commitlint/config-conventional': 17.0.3
|
||||
'@testing-library/jest-dom': 5.16.5
|
||||
'@testing-library/react': 13.3.0_biqbaboplfbrettd7655fr4n2y
|
||||
'@types/jest': 28.1.6
|
||||
'@types/jest': 28.1.7
|
||||
'@types/node': 16.11.48
|
||||
'@types/qrcode.react': 1.0.2
|
||||
'@types/react': 18.0.17
|
||||
|
@ -3257,10 +3257,10 @@ packages:
|
|||
'@types/istanbul-lib-report': 3.0.0
|
||||
dev: true
|
||||
|
||||
/@types/jest/28.1.6:
|
||||
resolution: {integrity: sha512-0RbGAFMfcBJKOmqRazM8L98uokwuwD5F8rHrv/ZMbrZBwVOWZUyPG6VFNscjYr/vjM3Vu4fRrCPbOs42AfemaQ==}
|
||||
/@types/jest/28.1.7:
|
||||
resolution: {integrity: sha512-acDN4VHD40V24tgu0iC44jchXavRNVFXQ/E6Z5XNsswgoSO/4NgsXoEYmPUGookKldlZQyIpmrEXsHI9cA3ZTA==}
|
||||
dependencies:
|
||||
jest-matcher-utils: 28.1.3
|
||||
expect: 28.1.3
|
||||
pretty-format: 28.1.3
|
||||
dev: true
|
||||
|
||||
|
@ -3347,7 +3347,7 @@ packages:
|
|||
/@types/testing-library__jest-dom/5.14.5:
|
||||
resolution: {integrity: sha512-SBwbxYoyPIvxHbeHxTZX2Pe/74F/tX2/D3mMvzabdeJ25bBojfW0TyB8BHrbq/9zaaKICJZjLP+8r6AeZMFCuQ==}
|
||||
dependencies:
|
||||
'@types/jest': 28.1.6
|
||||
'@types/jest': 28.1.7
|
||||
dev: true
|
||||
|
||||
/@types/tough-cookie/4.0.2:
|
||||
|
|
Loading…
Reference in New Issue