Skip to content

Commit 5bfc228

Browse files
committed
Just one copy of GraphQL please
1 parent 64571f3 commit 5bfc228

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@
6565
"ts-jest": "29.1.0",
6666
"typescript": "^5.0.4"
6767
},
68+
"resolutions": {
69+
"graphql": "16.1.0-experimental-stream-defer.6"
70+
},
6871
"files": [
6972
"dist"
7073
]

yarn.lock

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3044,16 +3044,11 @@ graphql-ws@^5.14.0:
30443044
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.14.3.tgz#fb1fba011a0ae9c4e86d831cae2ec27955168b9a"
30453045
integrity sha512-F/i2xNIVbaEF2xWggID0X/UZQa2V8kqKDPO8hwmu53bVOcTL7uNkxnexeEgSCVxYBQUTUNEI8+e4LO1FOhKPKQ==
30463046

3047-
graphql@16.1.0-experimental-stream-defer.6:
3047+
graphql@16.1.0-experimental-stream-defer.6, graphql@^16.1.0-experimental-stream-defer.6:
30483048
version "16.1.0-experimental-stream-defer.6"
30493049
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.1.0-experimental-stream-defer.6.tgz#8f00e27b11cf2c71ddec0350c663270cd3230659"
30503050
integrity sha512-qNedUtVDai94Ptxz7IXHoQR/GU27cuC/SfAU2CogIEfOflr7tW52GTnAF9SDa2i8gneowK0Ye5vyeQUJpGRvAQ==
30513051

3052-
graphql@^16.1.0-experimental-stream-defer.6:
3053-
version "16.8.1"
3054-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.8.1.tgz#1930a965bef1170603702acdb68aedd3f3cf6f07"
3055-
integrity sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==
3056-
30573052
has-bigints@^1.0.1, has-bigints@^1.0.2:
30583053
version "1.0.2"
30593054
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa"

0 commit comments

Comments
 (0)