diff --git a/ui/package.json b/ui/package.json index 77b3b2c..1a4924b 100644 --- a/ui/package.json +++ b/ui/package.json @@ -14,7 +14,7 @@ "@types/lodash.uniqby": "4.7.6", "@types/node": "^14.14.35", "@types/react": "^17.0.3", - "@types/react-dom": "^17.0.2", + "@types/react-dom": "^17.0.3", "@types/react-redux": "7.1.16", "@types/react-router-dom": "5.1.7", "@types/react-syntax-highlighter": "13.5.0", diff --git a/ui/yarn.lock b/ui/yarn.lock index ff036e2..4141c1c 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -1958,10 +1958,10 @@ resolved "https://registry.npmjs.org/@types/q/-/q-1.5.4.tgz#15925414e0ad2cd765bfef58842f7e26a7accb24" integrity sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug== -"@types/react-dom@^17.0.2": - version "17.0.2" - resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.2.tgz#35654cf6c49ae162d5bc90843d5437dc38008d43" - integrity sha512-Icd9KEgdnFfJs39KyRyr0jQ7EKhq8U6CcHRMGAS45fp5qgUvxL3ujUCfWFttUK2UErqZNj97t9gsVPNAqcwoCg== +"@types/react-dom@^17.0.3": + version "17.0.3" + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.3.tgz#7fdf37b8af9d6d40127137865bb3fff8871d7ee1" + integrity sha512-4NnJbCeWE+8YBzupn/YrJxZ8VnjcJq5iR1laqQ1vkpQgBiA7bwk0Rp24fxsdNinzJY2U+HHS4dJJDPdoMjdJ7w== dependencies: "@types/react" "*"