build(deps): update dependency @types/react-dom to v18.0.10 (#4637)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>pull/4639/head
parent
55a6794370
commit
2449507b23
|
@ -152,7 +152,7 @@
|
|||
"@types/node": "18.11.17",
|
||||
"@types/qrcode.react": "1.0.2",
|
||||
"@types/react": "18.0.26",
|
||||
"@types/react-dom": "18.0.9",
|
||||
"@types/react-dom": "18.0.10",
|
||||
"@types/zxcvbn": "4.4.1",
|
||||
"@typescript-eslint/eslint-plugin": "5.47.0",
|
||||
"@typescript-eslint/parser": "5.47.0",
|
||||
|
|
|
@ -20,7 +20,7 @@ specifiers:
|
|||
'@types/node': 18.11.17
|
||||
'@types/qrcode.react': 1.0.2
|
||||
'@types/react': 18.0.26
|
||||
'@types/react-dom': 18.0.9
|
||||
'@types/react-dom': 18.0.10
|
||||
'@types/zxcvbn': 4.4.1
|
||||
'@typescript-eslint/eslint-plugin': 5.47.0
|
||||
'@typescript-eslint/parser': 5.47.0
|
||||
|
@ -103,7 +103,7 @@ devDependencies:
|
|||
'@types/node': 18.11.17
|
||||
'@types/qrcode.react': 1.0.2
|
||||
'@types/react': 18.0.26
|
||||
'@types/react-dom': 18.0.9
|
||||
'@types/react-dom': 18.0.10
|
||||
'@types/zxcvbn': 4.4.1
|
||||
'@typescript-eslint/eslint-plugin': 5.47.0_ncmi6noazr3nzas7jxykisekym
|
||||
'@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa
|
||||
|
@ -3404,7 +3404,7 @@ packages:
|
|||
dependencies:
|
||||
'@babel/runtime': 7.18.9
|
||||
'@testing-library/dom': 8.16.0
|
||||
'@types/react-dom': 18.0.9
|
||||
'@types/react-dom': 18.0.10
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0_react@18.2.0
|
||||
dev: true
|
||||
|
@ -3551,8 +3551,8 @@ packages:
|
|||
'@types/react': 18.0.26
|
||||
dev: true
|
||||
|
||||
/@types/react-dom/18.0.9:
|
||||
resolution: {integrity: sha512-qnVvHxASt/H7i+XG1U1xMiY5t+IHcPGUK7TDMDzom08xa7e86eCeKOiLZezwCKVxJn6NEiiy2ekgX8aQssjIKg==}
|
||||
/@types/react-dom/18.0.10:
|
||||
resolution: {integrity: sha512-E42GW/JA4Qv15wQdqJq8DL4JhNpB3prJgjgapN3qJT9K2zO5IIAQh4VXvCEDupoqAwnz0cY4RlXeC/ajX5SFHg==}
|
||||
dependencies:
|
||||
'@types/react': 18.0.26
|
||||
dev: true
|
||||
|
|
Loading…
Reference in New Issue