From 87c71504f9ae691c807dcdcb0ba7d02977362712 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 10:01:04 +0000 Subject: [PATCH] chore(deps): update react monorepo to v18 --- packages/graphql-react-query/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/graphql-react-query/package.json b/packages/graphql-react-query/package.json index f27f874e..ea4898b9 100644 --- a/packages/graphql-react-query/package.json +++ b/packages/graphql-react-query/package.json @@ -31,10 +31,10 @@ "peerDependencies": { "@soundxyz/gql-string": "workspace:^", "@tanstack/react-query": "^4.35.7", - "@types/react": ">=17", + "@types/react": ">=18.2.35", "lodash-es": "^4.17.21", "ms": "3.0.0-canary.1", - "react": ">=17", + "react": ">=18.2.0", "valtio": "^1.11.2", "zod": "^3.22.2" },