From 0eed5c28aedbf738ca83ddc481ba53e53ea0e395 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 22:22:26 +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 97be72d8..79d90e8c 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.42", "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" },