diff --git a/packages/todo-example/client-apollo/package.json b/packages/todo-example/client-apollo/package.json index dd8feb1c..965118f0 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.11", "@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..fd2e1118 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.11", "@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..c8059508 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.11", "@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..c3e6a14b 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.11": + version "18.2.11" + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.11.tgz#4332c315544698a0875dfdb6e320dda59e1b3d58" + integrity sha512-zq6Dy0EiCuF9pWFW6I6k6W2LdpUixLE4P6XjXU1QHLfak3GPACQfLwEuHzY5pOYa4hzj1d0GxX/P141aFjZsyg== dependencies: "@types/react" "*"