chore(deps): update dependency @types/react-dom to v17.0.3

This commit is contained in:
Renovate Bot 2021-03-23 00:48:48 +00:00
parent aa52f71503
commit 1cb1b0d76e
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -3870,9 +3870,9 @@
}
},
"@types/react-dom": {
"version": "17.0.2",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.2.tgz",
"integrity": "sha512-Icd9KEgdnFfJs39KyRyr0jQ7EKhq8U6CcHRMGAS45fp5qgUvxL3ujUCfWFttUK2UErqZNj97t9gsVPNAqcwoCg==",
"version": "17.0.3",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.3.tgz",
"integrity": "sha512-4NnJbCeWE+8YBzupn/YrJxZ8VnjcJq5iR1laqQ1vkpQgBiA7bwk0Rp24fxsdNinzJY2U+HHS4dJJDPdoMjdJ7w==",
"dev": true,
"requires": {
"@types/react": "*"

View File

@ -55,7 +55,7 @@
"@types/lru-cache": "5.1.0",
"@types/node": "12.20.6",
"@types/react": "17.0.3",
"@types/react-dom": "17.0.2",
"@types/react-dom": "17.0.3",
"axios": "0.21.1",
"babel-eslint": "10.1.0",
"cross-env": "7.0.3",