build(deps): update dependency @types/react-dom to v17.0.14 (#3039)
Co-authored-by: Renovate Bot <bot@renovateapp.com>pull/3054/head
parent
b3ee616faf
commit
f8a64171b6
|
@ -131,7 +131,7 @@
|
||||||
"@types/node": "16.11.26",
|
"@types/node": "16.11.26",
|
||||||
"@types/qrcode.react": "1.0.2",
|
"@types/qrcode.react": "1.0.2",
|
||||||
"@types/react": "17.0.41",
|
"@types/react": "17.0.41",
|
||||||
"@types/react-dom": "17.0.13",
|
"@types/react-dom": "17.0.14",
|
||||||
"@typescript-eslint/eslint-plugin": "5.16.0",
|
"@typescript-eslint/eslint-plugin": "5.16.0",
|
||||||
"@typescript-eslint/parser": "5.16.0",
|
"@typescript-eslint/parser": "5.16.0",
|
||||||
"@vitejs/plugin-react": "1.2.0",
|
"@vitejs/plugin-react": "1.2.0",
|
||||||
|
|
|
@ -15,7 +15,7 @@ specifiers:
|
||||||
'@types/node': 16.11.26
|
'@types/node': 16.11.26
|
||||||
'@types/qrcode.react': 1.0.2
|
'@types/qrcode.react': 1.0.2
|
||||||
'@types/react': 17.0.41
|
'@types/react': 17.0.41
|
||||||
'@types/react-dom': 17.0.13
|
'@types/react-dom': 17.0.14
|
||||||
'@typescript-eslint/eslint-plugin': 5.16.0
|
'@typescript-eslint/eslint-plugin': 5.16.0
|
||||||
'@typescript-eslint/parser': 5.16.0
|
'@typescript-eslint/parser': 5.16.0
|
||||||
'@vitejs/plugin-react': 1.2.0
|
'@vitejs/plugin-react': 1.2.0
|
||||||
|
@ -88,7 +88,7 @@ devDependencies:
|
||||||
'@types/node': 16.11.26
|
'@types/node': 16.11.26
|
||||||
'@types/qrcode.react': 1.0.2
|
'@types/qrcode.react': 1.0.2
|
||||||
'@types/react': 17.0.41
|
'@types/react': 17.0.41
|
||||||
'@types/react-dom': 17.0.13
|
'@types/react-dom': 17.0.14
|
||||||
'@typescript-eslint/eslint-plugin': 5.16.0_cfe64e83591b811d47b34970eecdcb5a
|
'@typescript-eslint/eslint-plugin': 5.16.0_cfe64e83591b811d47b34970eecdcb5a
|
||||||
'@typescript-eslint/parser': 5.16.0_typescript@4.6.2
|
'@typescript-eslint/parser': 5.16.0_typescript@4.6.2
|
||||||
'@vitejs/plugin-react': 1.2.0
|
'@vitejs/plugin-react': 1.2.0
|
||||||
|
@ -2342,7 +2342,7 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.17.2
|
'@babel/runtime': 7.17.2
|
||||||
'@testing-library/dom': 8.11.3
|
'@testing-library/dom': 8.11.3
|
||||||
'@types/react-dom': 17.0.13
|
'@types/react-dom': 17.0.14
|
||||||
react: 17.0.2
|
react: 17.0.2
|
||||||
react-dom: 17.0.2_react@17.0.2
|
react-dom: 17.0.2_react@17.0.2
|
||||||
dev: true
|
dev: true
|
||||||
|
@ -2467,8 +2467,8 @@ packages:
|
||||||
'@types/react': 17.0.41
|
'@types/react': 17.0.41
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@types/react-dom/17.0.13:
|
/@types/react-dom/17.0.14:
|
||||||
resolution: {integrity: sha512-wEP+B8hzvy6ORDv1QBhcQia4j6ea4SFIBttHYpXKPFZRviBvknq0FRh3VrIxeXUmsPkwuXVZrVGG7KUVONmXCQ==}
|
resolution: {integrity: sha512-H03xwEP1oXmSfl3iobtmQ/2dHF5aBHr8aUMwyGZya6OW45G+xtdzmq6HkncefiBt5JU8DVyaWl/nWZbjZCnzAQ==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/react': 17.0.41
|
'@types/react': 17.0.41
|
||||||
dev: true
|
dev: true
|
||||||
|
|
Loading…
Reference in New Issue