diff --git a/hashira-web/package.json b/hashira-web/package.json index e42522ea..153736a8 100644 --- a/hashira-web/package.json +++ b/hashira-web/package.json @@ -16,7 +16,7 @@ "devDependencies": { "@types/babel__core": "^7.1.19", "@types/react": "^18.0.22", - "@types/react-dom": "^18.0.6", + "@types/react-dom": "^18.0.7", "@types/styled-components": "^5.1.26", "@types/uuid": "^8.3.4", "@types/ws": "^8.5.3", diff --git a/hashira-web/yarn.lock b/hashira-web/yarn.lock index 4eb516bc..9427e999 100644 --- a/hashira-web/yarn.lock +++ b/hashira-web/yarn.lock @@ -1089,10 +1089,10 @@ resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.4.tgz#fcf7205c25dff795ee79af1e30da2c9790808f11" integrity sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ== -"@types/react-dom@^18.0.6": - version "18.0.6" - resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.6.tgz#36652900024842b74607a17786b6662dd1e103a1" - integrity sha512-/5OFZgfIPSwy+YuIBP/FgJnQnsxhZhjjrnxudMddeblOouIodEQ75X14Rr4wGSG/bknL+Omy9iWlLo1u/9GzAA== +"@types/react-dom@^18.0.7": + version "18.0.7" + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.7.tgz#ee7cf8ec4e6977e3f0a7b1d38bd89c75aa2aec28" + integrity sha512-HaXc+BbqAZE1RdsK3tC8SbkFy6UL2xF76lT9rQs5JkPrJg3rWA3Ou/Lhw3YJQzEDkBpmJ79nBsfnd05WrBd2QQ== dependencies: "@types/react" "*"