Skip to content

Commit dd6cb77

Browse files
committed
Cleanup website project
1 parent 32faabd commit dd6cb77

File tree

2 files changed

+1
-36
lines changed

2 files changed

+1
-36
lines changed

website/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
"dependencies": {
2727
"@graphql-inspector/core": "latest",
2828
"@graphql-inspector/github": "latest",
29-
"@graphql-yoga/node": "2.13.13",
30-
"@graphql-yoga/render-graphiql": "2.13.12",
3129
"@monaco-editor/react": "4.4.5",
3230
"@theguild/components": "4.0.1",
3331
"critters": "^0.0.16",

yarn.lock

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -2832,39 +2832,6 @@
28322832
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.1.1.tgz#076d78ce99822258cf813ecc1e7fa460fa74d052"
28332833
integrity sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg==
28342834

2835-
"@graphql-yoga/common@^2.12.12":
2836-
version "2.12.12"
2837-
resolved "https://registry.yarnpkg.com/@graphql-yoga/common/-/common-2.12.12.tgz#8e90d94e1a3206f91363bd78278e5b0288d032b6"
2838-
integrity sha512-La2ygIw2qlIJZrRGT4nW70Nam7gQ2xZkOn0FDCnKWSJhQ4nHw4aFAkeHIJdZGK0u2TqtXRrNSAj5cb/TZoqUiQ==
2839-
dependencies:
2840-
"@envelop/core" "^2.5.0"
2841-
"@envelop/parser-cache" "^4.6.0"
2842-
"@envelop/validation-cache" "^4.6.0"
2843-
"@graphql-tools/schema" "^9.0.0"
2844-
"@graphql-tools/utils" "^8.8.0"
2845-
"@graphql-typed-document-node/core" "^3.1.1"
2846-
"@graphql-yoga/subscription" "^2.2.3"
2847-
"@whatwg-node/fetch" "^0.3.0"
2848-
dset "^3.1.1"
2849-
tslib "^2.3.1"
2850-
2851-
"@graphql-yoga/[email protected]":
2852-
version "2.13.13"
2853-
resolved "https://registry.yarnpkg.com/@graphql-yoga/node/-/node-2.13.13.tgz#8f42cab6be3d4d396483c33b490171772569e73b"
2854-
integrity sha512-3NmdEq3BkuVLRbo5yUi401sBiwowSKgY8O1DN1RwYdHRr0nu2dXzlYEETf4XLymyP6mKsVfQgsy7HQjwsc1oNw==
2855-
dependencies:
2856-
"@envelop/core" "^2.5.0"
2857-
"@graphql-tools/utils" "^8.8.0"
2858-
"@graphql-yoga/common" "^2.12.12"
2859-
"@graphql-yoga/subscription" "^2.2.3"
2860-
"@whatwg-node/fetch" "^0.3.0"
2861-
tslib "^2.3.1"
2862-
2863-
"@graphql-yoga/[email protected]":
2864-
version "2.13.12"
2865-
resolved "https://registry.yarnpkg.com/@graphql-yoga/render-graphiql/-/render-graphiql-2.13.12.tgz#7cee57624a854739e866c8c1364fa1840fcfe6b0"
2866-
integrity sha512-l1H8/kwW3FlifeMXI59o+LOSkKHXoxPP5q3H/F5oUKtxMp8Dqfd0CQq2qdW6/ef7q3watrPOggkv4dn5MsPN5g==
2867-
28682835
"@grpc/grpc-js@~1.3.8":
28692836
version "1.3.8"
28702837
resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.3.8.tgz#0d7dce9de7aeb20702a28f0704e61b0bf34061c1"
@@ -5757,7 +5724,7 @@
57575724
"@webassemblyjs/ast" "1.11.1"
57585725
"@xtuc/long" "4.2.2"
57595726

5760-
"@whatwg-node/[email protected]", "@whatwg-node/fetch@^0.3.0", "@whatwg-node/fetch@^0.4.0", "@whatwg-node/fetch@^0.4.2":
5727+
"@whatwg-node/[email protected]", "@whatwg-node/fetch@^0.4.0", "@whatwg-node/fetch@^0.4.2":
57615728
version "0.4.3"
57625729
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.4.3.tgz#6c95c039f0912bbcb1af8e5c496104bbeab242d2"
57635730
integrity sha512-+NzflVRaWl48Jdjq7FOxkmb8wLpSWtk6XKAEMfr/yDOqJS7HWxA+Rc5rTVqh2IRi6QZJyKGoaGKjOAqrGq07nA==

0 commit comments

Comments
 (0)