diff --git a/package.json b/package.json index 21c4816..3df7e53 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@types/chroma-js": "^2.1.3", "@types/jest": "^26.0.24", "@types/react": "^17.0.13", - "@types/react-dom": "^17.0.9", + "@types/react-dom": "^18.0.3", "@typescript-eslint/eslint-plugin": "^4.28.4", "@typescript-eslint/parser": "^4.21.0", "conventional-changelog-conventionalcommits": "^4.6.0", diff --git a/yarn.lock b/yarn.lock index 8ce6987..2e5eca9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5294,10 +5294,10 @@ dependencies: "@types/react" "*" -"@types/react-dom@^17.0.9": - version "17.0.9" - resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.9.tgz#441a981da9d7be117042e1a6fd3dac4b30f55add" - integrity sha512-wIvGxLfgpVDSAMH5utdL9Ngm5Owu0VsGmldro3ORLXV8CShrL8awVj06NuEXFQ5xyaYfdca7Sgbk/50Ri1GdPg== +"@types/react-dom@^18.0.3": + version "18.0.3" + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.3.tgz#a022ea08c75a476fe5e96b675c3e673363853831" + integrity sha512-1RRW9kst+67gveJRYPxGmVy8eVJ05O43hg77G2j5m76/RFJtMbcfAs2viQ2UNsvvDg8F7OfQZx8qQcl6ymygaQ== dependencies: "@types/react" "*"