diff --git a/packages/todo-example/client-apollo/package.json b/packages/todo-example/client-apollo/package.json index dd8feb1c..edccea66 100644 --- a/packages/todo-example/client-apollo/package.json +++ b/packages/todo-example/client-apollo/package.json @@ -9,7 +9,7 @@ "@testing-library/react": "12.1.5", "@testing-library/user-event": "13.5.0", "@types/classnames": "2.3.0", - "@types/react-dom": "18.2.4", + "@types/react-dom": "18.2.14", "@vitejs/plugin-react-refresh": "1.3.6", "classnames": "2.3.2", "react": "17.0.2", diff --git a/packages/todo-example/client-relay/package.json b/packages/todo-example/client-relay/package.json index 799535f9..f2b64858 100644 --- a/packages/todo-example/client-relay/package.json +++ b/packages/todo-example/client-relay/package.json @@ -16,7 +16,7 @@ "react-relay": "12.0.0", "react": "17.0.2", "react-dom": "17.0.2", - "@types/react-dom": "18.2.4", + "@types/react-dom": "18.2.14", "@types/react-relay": "11.0.3", "@types/relay-runtime": "12.0.2", "babel-plugin-relay": "12.0.0", diff --git a/packages/todo-example/client-urql/package.json b/packages/todo-example/client-urql/package.json index def313ea..ece0f4d8 100644 --- a/packages/todo-example/client-urql/package.json +++ b/packages/todo-example/client-urql/package.json @@ -13,7 +13,7 @@ "@testing-library/react": "12.1.5", "@testing-library/user-event": "13.5.0", "@types/classnames": "2.3.0", - "@types/react-dom": "18.2.4", + "@types/react-dom": "18.2.14", "@vitejs/plugin-react-refresh": "1.3.6", "classnames": "2.3.2", "react": "17.0.2", diff --git a/yarn.lock b/yarn.lock index b121a931..2ff412d3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2480,10 +2480,10 @@ resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc" integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw== -"@types/react-dom@18.2.4": - version "18.2.4" - resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.4.tgz#13f25bfbf4e404d26f62ac6e406591451acba9e0" - integrity sha512-G2mHoTMTL4yoydITgOGwWdWMVd8sNgyEP85xVmMKAPUBwQWm9wBPQUmvbeF4V3WBY1P7mmL4BkjQ0SqUpf1snw== +"@types/react-dom@18.2.14": + version "18.2.14" + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.14.tgz#c01ba40e5bb57fc1dc41569bb3ccdb19eab1c539" + integrity sha512-V835xgdSVmyQmI1KLV2BEIUgqEuinxp9O4G6g3FqO/SqLac049E53aysv0oEFD2kHfejeKU+ZqL2bcFWj9gLAQ== dependencies: "@types/react" "*"