diff --git a/packages/graphql-react-query/package.json b/packages/graphql-react-query/package.json index f987da96..dd9a7c8c 100644 --- a/packages/graphql-react-query/package.json +++ b/packages/graphql-react-query/package.json @@ -16,7 +16,7 @@ "@tanstack/react-query": "^4.26.1", "@types/lodash-es": "^4.17.6", "@types/node": "^18.14.6", - "@types/react": "^18.0.28", + "@types/react": "^18.2.21", "bob-ts": "^4.1.1", "bob-tsm": "^1.1.2", "esbuild": "^0.17.11", @@ -31,10 +31,10 @@ "peerDependencies": { "@soundxyz/gql-string": "workspace:^", "@tanstack/react-query": "^4.26.1", - "@types/react": ">=17", + "@types/react": ">=17.0.65", "lodash-es": "^4.17.21", "ms": "3.0.0-canary.1", - "react": ">=17", + "react": ">=17.0.2", "valtio": "^1.10.3", "zod": "^3.21.4" }, diff --git a/packages/graphql-react-ws/package.json b/packages/graphql-react-ws/package.json index 8cbfc243..99203307 100644 --- a/packages/graphql-react-ws/package.json +++ b/packages/graphql-react-ws/package.json @@ -19,7 +19,7 @@ "devDependencies": { "@soundxyz/gql-string": "workspace:^0.1.0", "@types/node": "^18.14.6", - "@types/react": "^18.0.28", + "@types/react": "^18.2.21", "bob-ts": "^4.1.1", "bob-tsm": "^1.1.2", "esbuild": "^0.17.11", @@ -29,7 +29,7 @@ }, "peerDependencies": { "@soundxyz/gql-string": "workspace:^0.1.0", - "@types/react": "^18.0.28", + "@types/react": "^18.2.21", "graphql": "^16.6.0", "react": "^18.2.0" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2be4b375..0a85f3b8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -194,8 +194,8 @@ importers: specifier: ^18.14.6 version: 18.14.6 '@types/react': - specifier: ^18.0.28 - version: 18.0.28 + specifier: ^18.2.21 + version: 18.2.21 bob-ts: specifier: ^4.1.1 version: 4.1.1(@types/node@18.14.6)(esbuild@0.17.11)(typescript@4.9.5) @@ -247,8 +247,8 @@ importers: specifier: ^18.14.6 version: 18.14.6 '@types/react': - specifier: ^18.0.28 - version: 18.0.28 + specifier: ^18.2.21 + version: 18.2.21 bob-ts: specifier: ^4.1.1 version: 4.1.1(@types/node@18.14.6)(esbuild@0.17.11)(typescript@4.9.5) @@ -2238,6 +2238,14 @@ packages: csstype: 3.1.1 dev: true + /@types/react@18.2.21: + resolution: {integrity: sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==} + dependencies: + '@types/prop-types': 15.7.5 + '@types/scheduler': 0.16.2 + csstype: 3.1.1 + dev: true + /@types/scheduler@0.16.2: resolution: {integrity: sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==} dev: true