build(deps): update dependency @types/react-dom to v18.0.1 (#3192)
Co-authored-by: Renovate Bot <bot@renovateapp.com>pull/3191/head^2
parent
620eb7c5b9
commit
591df10d4a
|
@ -132,7 +132,7 @@
|
|||
"@types/node": "16.11.27",
|
||||
"@types/qrcode.react": "1.0.2",
|
||||
"@types/react": "18.0.5",
|
||||
"@types/react-dom": "18.0.0",
|
||||
"@types/react-dom": "18.0.1",
|
||||
"@types/zxcvbn": "4.4.1",
|
||||
"@typescript-eslint/eslint-plugin": "5.19.0",
|
||||
"@typescript-eslint/parser": "5.19.0",
|
||||
|
|
|
@ -15,7 +15,7 @@ specifiers:
|
|||
'@types/node': 16.11.27
|
||||
'@types/qrcode.react': 1.0.2
|
||||
'@types/react': 18.0.5
|
||||
'@types/react-dom': 18.0.0
|
||||
'@types/react-dom': 18.0.1
|
||||
'@types/zxcvbn': 4.4.1
|
||||
'@typescript-eslint/eslint-plugin': 5.19.0
|
||||
'@typescript-eslint/parser': 5.19.0
|
||||
|
@ -91,7 +91,7 @@ devDependencies:
|
|||
'@types/node': 16.11.27
|
||||
'@types/qrcode.react': 1.0.2
|
||||
'@types/react': 18.0.5
|
||||
'@types/react-dom': 18.0.0
|
||||
'@types/react-dom': 18.0.1
|
||||
'@types/zxcvbn': 4.4.1
|
||||
'@typescript-eslint/eslint-plugin': 5.19.0_50220b0dbff47a6ddc17f4766348ae8f
|
||||
'@typescript-eslint/parser': 5.19.0_typescript@4.6.3
|
||||
|
@ -2494,7 +2494,7 @@ packages:
|
|||
dependencies:
|
||||
'@babel/runtime': 7.17.8
|
||||
'@testing-library/dom': 8.12.0
|
||||
'@types/react-dom': 18.0.0
|
||||
'@types/react-dom': 18.0.1
|
||||
react: 18.0.0
|
||||
react-dom: 18.0.0_react@18.0.0
|
||||
dev: true
|
||||
|
@ -2619,8 +2619,8 @@ packages:
|
|||
'@types/react': 18.0.5
|
||||
dev: true
|
||||
|
||||
/@types/react-dom/18.0.0:
|
||||
resolution: {integrity: sha512-49897Y0UiCGmxZqpC8Blrf6meL8QUla6eb+BBhn69dTXlmuOlzkfr7HHY/O8J25e1lTUMs+YYxSlVDAaGHCOLg==}
|
||||
/@types/react-dom/18.0.1:
|
||||
resolution: {integrity: sha512-jCwTXvHtRLiyVvKm9aEdHXs8rflVOGd5Sl913JZrPshfXjn8NYsTNZOz70bCsA31IR0TOqwi3ad+X4tSCBoMTw==}
|
||||
dependencies:
|
||||
'@types/react': 18.0.5
|
||||
dev: true
|
||||
|
|
Loading…
Reference in New Issue