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

This commit is contained in:
Renovate Bot
2021-03-23 05:02:08 +00:00
committed by Łukasz Mierzwa
parent 7c9ca52405
commit e22b2ceecf
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -3584,9 +3584,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==",
"requires": {
"@types/react": "*"
}

View File

@@ -29,7 +29,7 @@
"@types/qs": "6.9.6",
"@types/react": "17.0.3",
"@types/react-autosuggest": "10.1.3",
"@types/react-dom": "17.0.2",
"@types/react-dom": "17.0.3",
"@types/react-js-pagination": "3.0.3",
"@types/react-select": "4.0.13",
"@typescript-eslint/eslint-plugin": "4.19.0",