sdy

remove unnecessary dependency

......@@ -2242,14 +2242,6 @@
"graphql-playground-html": "1.6.12"
}
},
"graphql-subscriptions": {
"version": "0.5.8",
"resolved": "https://registry.npmjs.org/graphql-subscriptions/-/graphql-subscriptions-0.5.8.tgz",
"integrity": "sha512-0CaZnXKBw2pwnIbvmVckby5Ge5e2ecmjofhYCdyeACbCly2j3WXDP/pl+s+Dqd2GQFC7y99NB+53jrt55CKxYQ==",
"requires": {
"iterall": "^1.2.1"
}
},
"graphql-tools": {
"version": "4.0.7",
"resolved": "https://registry.npmjs.org/graphql-tools/-/graphql-tools-4.0.7.tgz",
......@@ -2323,6 +2315,16 @@
"graphql-tools": "^4.0.0",
"graphql-upload": "^8.0.0",
"subscriptions-transport-ws": "^0.9.8"
},
"dependencies": {
"graphql-subscriptions": {
"version": "0.5.8",
"resolved": "https://registry.npmjs.org/graphql-subscriptions/-/graphql-subscriptions-0.5.8.tgz",
"integrity": "sha512-0CaZnXKBw2pwnIbvmVckby5Ge5e2ecmjofhYCdyeACbCly2j3WXDP/pl+s+Dqd2GQFC7y99NB+53jrt55CKxYQ==",
"requires": {
"iterall": "^1.2.1"
}
}
}
},
"has": {
......