From f6e019d8e36d05a048e84bf1aef571cc7a946da9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 14:59:25 +0000 Subject: [PATCH] chore(deps): update react monorepo --- packages/graphql-react-query/package.json | 6 +++--- packages/graphql-react-ws/package.json | 4 ++-- pnpm-lock.yaml | 16 ++++++++++++---- 3 files changed, 17 insertions(+), 9 deletions(-) diff --git a/packages/graphql-react-query/package.json b/packages/graphql-react-query/package.json index d257e74e..3fb48d9c 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.7", "bob-ts": "^4.1.1", "bob-tsm": "^1.1.2", "esbuild": "^0.17.11", @@ -27,8 +27,8 @@ "peerDependencies": { "@soundxyz/gql-string": "workspace:^", "@tanstack/react-query": "^4.26.1", - "@types/react": ">=17", - "react": ">=17" + "@types/react": ">=17.0.59", + "react": ">=17.0.2" }, "publishConfig": { "directory": "dist" diff --git a/packages/graphql-react-ws/package.json b/packages/graphql-react-ws/package.json index 8cbfc243..a82dbdd7 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.7", "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.7", "graphql": "^16.6.0", "react": "^18.2.0" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6574e396..f5b48f41 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -131,7 +131,7 @@ importers: '@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.7 bob-ts: ^4.1.1 bob-tsm: ^1.1.2 esbuild: ^0.17.11 @@ -152,7 +152,7 @@ importers: '@tanstack/react-query': 4.26.1_react@18.2.0 '@types/lodash-es': 4.17.6 '@types/node': 18.14.6 - '@types/react': 18.0.28 + '@types/react': 18.2.7 bob-ts: 4.1.1_l7bghylpejpyi67czwi774u4fa bob-tsm: 1.1.2_jay2j7pinmw7swulggywz7ozhe esbuild: 0.17.11 @@ -165,7 +165,7 @@ importers: specifiers: '@soundxyz/gql-string': workspace:^0.1.0 '@types/node': ^18.14.6 - '@types/react': ^18.0.28 + '@types/react': ^18.2.7 bob-ts: ^4.1.1 bob-tsm: ^1.1.2 esbuild: ^0.17.11 @@ -182,7 +182,7 @@ importers: devDependencies: '@soundxyz/gql-string': link:../gql-string '@types/node': 18.14.6 - '@types/react': 18.0.28 + '@types/react': 18.2.7 bob-ts: 4.1.1_l7bghylpejpyi67czwi774u4fa bob-tsm: 1.1.2_jay2j7pinmw7swulggywz7ozhe esbuild: 0.17.11 @@ -2160,6 +2160,14 @@ packages: csstype: 3.1.1 dev: true + /@types/react/18.2.7: + resolution: {integrity: sha512-ojrXpSH2XFCmHm7Jy3q44nXDyN54+EYKP2lBhJ2bqfyPj6cIUW/FZW/Csdia34NQgq7KYcAlHi5184m4X88+yw==} + 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