Skip to content

Commit dc45a7b

Browse files
authored
chore: remove graphql tools as dep (#1903)
1 parent f1f808f commit dc45a7b

File tree

3 files changed

+39
-9
lines changed

3 files changed

+39
-9
lines changed

.changeset/breezy-ads-walk.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'graphql-yoga': patch
3+
---
4+
5+
remove graphql tools as dep

packages/graphql-yoga/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,26 +48,26 @@
4848
"access": "public"
4949
},
5050
"dependencies": {
51-
"@graphql-tools/utils": "8.12.0",
5251
"@envelop/core": "3.0.2",
5352
"@envelop/parser-cache": "5.0.1",
5453
"@envelop/validation-cache": "5.0.1",
55-
"@graphql-typed-document-node/core": "^3.1.1",
5654
"@graphql-tools/schema": "^9.0.0",
55+
"@graphql-typed-document-node/core": "^3.1.1",
5756
"@graphql-yoga/subscription": "^3.0.0-next.0",
58-
"@whatwg-node/server": "0.4.11",
5957
"@whatwg-node/fetch": "0.4.7",
58+
"@whatwg-node/server": "0.4.11",
6059
"dset": "^3.1.1",
6160
"tslib": "^2.3.1"
6261
},
6362
"devDependencies": {
64-
"@types/node": "16.11.64",
65-
"html-minifier-terser": "7.0.0",
6663
"@envelop/disable-introspection": "4.0.1",
6764
"@envelop/live-query": "5.0.1",
65+
"@graphql-tools/utils": "^8.12.0",
66+
"@types/node": "16.11.64",
6867
"graphql": "^16.0.1",
69-
"graphql-scalars": "1.18.0",
7068
"graphql-http": "^1.6.0",
69+
"graphql-scalars": "1.18.0",
70+
"html-minifier-terser": "7.0.0",
7171
"puppeteer": "18.2.1"
7272
},
7373
"peerDependencies": {

yarn.lock

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2330,14 +2330,22 @@
23302330
apollo-server-types "^3.2.0"
23312331
tslib "^2.4.0"
23322332

2333-
"@envelop/[email protected]", "@envelop/core@^2.4.0":
2333+
"@envelop/[email protected]":
23342334
version "3.0.2"
23352335
resolved "https://registry.yarnpkg.com/@envelop/core/-/core-3.0.2.tgz#0c74b7cf2a1b3fc15bef29dfbebea084249bf5a3"
23362336
integrity sha512-0kYBq0gKIARF6vFYw5upUcBgI2oP3wYaDTUfjiX4RhMIkox3DiKPUwRiZHu16ILGr8Qi6p+HTKXRyoSdl9CCqA==
23372337
dependencies:
23382338
"@envelop/types" "3.0.0"
23392339
tslib "2.4.0"
23402340

2341+
"@envelop/core@^2.4.0":
2342+
version "2.6.0"
2343+
resolved "https://registry.yarnpkg.com/@envelop/core/-/core-2.6.0.tgz#1b7a346a37040c217f0f9b60c3358efc6c3b1b94"
2344+
integrity sha512-yTptKinJN//i6m1kXUbnLBl/FobzddI4ehURAMS08eRUOQwAuXqJU9r8VdTav8nIZLb4t6cuDWFb3n331LiwLw==
2345+
dependencies:
2346+
"@envelop/types" "2.4.0"
2347+
tslib "2.4.0"
2348+
23412349
"@envelop/[email protected]":
23422350
version "4.0.1"
23432351
resolved "https://registry.yarnpkg.com/@envelop/disable-introspection/-/disable-introspection-4.0.1.tgz#e504998ddd3fe1783181852706db1f7c9ef10361"
@@ -2411,6 +2419,13 @@
24112419
lru-cache "^6.0.0"
24122420
tslib "^2.4.0"
24132421

2422+
"@envelop/[email protected]":
2423+
version "2.4.0"
2424+
resolved "https://registry.yarnpkg.com/@envelop/types/-/types-2.4.0.tgz#129163df73503581b68950704f4064a6b0f2c6ed"
2425+
integrity sha512-pjxS98cDQBS84X29VcwzH3aJ/KiLCGwyMxuj7/5FkdiaCXAD1JEvKEj9LARWlFYj1bY43uII4+UptFebrhiIaw==
2426+
dependencies:
2427+
tslib "^2.4.0"
2428+
24142429
"@envelop/[email protected]":
24152430
version "3.0.0"
24162431
resolved "https://registry.yarnpkg.com/@envelop/types/-/types-3.0.0.tgz#33795a7826a541eff00c0d6fb4eab9c35fef784b"
@@ -3022,7 +3037,7 @@
30223037
value-or-promise "^1.0.11"
30233038
ws "^8.3.0"
30243039

3025-
"@graphql-tools/[email protected]", "@graphql-tools/utils@^8.1.1", "@graphql-tools/utils@^8.3.0", "@graphql-tools/utils@^8.5.2", "@graphql-tools/utils@^8.6.5", "@graphql-tools/utils@^8.8.0":
3040+
"@graphql-tools/[email protected]", "@graphql-tools/utils@^8.1.1", "@graphql-tools/utils@^8.12.0", "@graphql-tools/utils@^8.3.0", "@graphql-tools/utils@^8.5.2", "@graphql-tools/utils@^8.6.5", "@graphql-tools/utils@^8.8.0":
30263041
version "8.12.0"
30273042
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.12.0.tgz#243bc4f5fc2edbc9e8fd1038189e57d837cbe31f"
30283043
integrity sha512-TeO+MJWGXjUTS52qfK4R8HiPoF/R7X+qmgtOYd8DTH0l6b+5Y/tlg5aGeUJefqImRq7nvi93Ms40k/Uz4D5CWw==
@@ -12368,7 +12383,17 @@ [email protected], graphql-ws@^5.4.1:
1236812383
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.11.2.tgz#d5e0acae8b4d4a4cf7be410a24135cfcefd7ddc0"
1236912384
integrity sha512-4EiZ3/UXYcjm+xFGP544/yW1+DVI8ZpKASFbzrV5EDTFWJp0ZvLl4Dy2fSZAzz9imKp5pZMIcjB0x/H69Pv/6w==
1237012385

12371-
[email protected], [email protected], [email protected], graphql@^16.0.0, graphql@^16.0.1, graphql@^16.1.0, graphql@^16.2.0, graphql@^16.3.0, graphql@^16.5.0:
12386+
12387+
version "16.0.0-experimental-stream-defer.5"
12388+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.0.0-experimental-stream-defer.5.tgz#d668566fd33053a054dc5367c38c20a4ac4e4224"
12389+
integrity sha512-bluMjYpxh3a1lwZuNP+FAaEDMWzccVhkv+STcw0ckB2EPtLRTYUdXQhF9YBbUHd3tZSAR7LXzsxIw2GZXhg5rw==
12390+
12391+
12392+
version "16.5.0"
12393+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.5.0.tgz#41b5c1182eaac7f3d47164fb247f61e4dfb69c85"
12394+
integrity sha512-qbHgh8Ix+j/qY+a/ZcJnFQ+j8ezakqPiHwPiZhV/3PgGlgf96QMBB5/f2rkiC9sgLoy/xvT6TSiaf2nTHJh5iA==
12395+
12396+
[email protected], graphql@^16.0.0, graphql@^16.0.1, graphql@^16.1.0, graphql@^16.2.0, graphql@^16.3.0, graphql@^16.5.0:
1237212397
version "16.6.0"
1237312398
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.6.0.tgz#c2dcffa4649db149f6282af726c8c83f1c7c5fdb"
1237412399
integrity sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==

0 commit comments

Comments
 (0)