build(deps): update dependency @types/react-dom to v18.2.4 (#5393)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>pull/5395/head
parent
e5e8314832
commit
607bb01560
|
@ -73,7 +73,7 @@
|
|||
"@testing-library/react": "14.0.0",
|
||||
"@types/node": "18.16.4",
|
||||
"@types/react": "18.2.5",
|
||||
"@types/react-dom": "18.2.3",
|
||||
"@types/react-dom": "18.2.4",
|
||||
"@types/testing-library__jest-dom": "5.14.5",
|
||||
"@types/zxcvbn": "4.4.1",
|
||||
"@typescript-eslint/eslint-plugin": "5.59.2",
|
||||
|
|
|
@ -97,8 +97,8 @@ devDependencies:
|
|||
specifier: 18.2.5
|
||||
version: 18.2.5
|
||||
'@types/react-dom':
|
||||
specifier: 18.2.3
|
||||
version: 18.2.3
|
||||
specifier: 18.2.4
|
||||
version: 18.2.4
|
||||
'@types/testing-library__jest-dom':
|
||||
specifier: 5.14.5
|
||||
version: 5.14.5
|
||||
|
@ -2698,7 +2698,7 @@ packages:
|
|||
dependencies:
|
||||
'@babel/runtime': 7.21.0
|
||||
'@testing-library/dom': 9.2.0
|
||||
'@types/react-dom': 18.2.3
|
||||
'@types/react-dom': 18.2.4
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0(react@18.2.0)
|
||||
dev: true
|
||||
|
@ -2835,8 +2835,8 @@ packages:
|
|||
resolution: {integrity: sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==}
|
||||
dev: true
|
||||
|
||||
/@types/react-dom@18.2.3:
|
||||
resolution: {integrity: sha512-hxXEXWxFJXbY0LMj/T69mznqOZJXNtQMqVxIiirVAZnnpeYiD4zt+lPsgcr/cfWg2VLsxZ1y26vigG03prYB+Q==}
|
||||
/@types/react-dom@18.2.4:
|
||||
resolution: {integrity: sha512-G2mHoTMTL4yoydITgOGwWdWMVd8sNgyEP85xVmMKAPUBwQWm9wBPQUmvbeF4V3WBY1P7mmL4BkjQ0SqUpf1snw==}
|
||||
dependencies:
|
||||
'@types/react': 18.2.5
|
||||
dev: true
|
||||
|
|
Loading…
Reference in New Issue