Showing
1 changed file
with
10 additions
and
8 deletions
... | @@ -2242,14 +2242,6 @@ | ... | @@ -2242,14 +2242,6 @@ |
2242 | "graphql-playground-html": "1.6.12" | 2242 | "graphql-playground-html": "1.6.12" |
2243 | } | 2243 | } |
2244 | }, | 2244 | }, |
2245 | - "graphql-subscriptions": { | ||
2246 | - "version": "0.5.8", | ||
2247 | - "resolved": "https://registry.npmjs.org/graphql-subscriptions/-/graphql-subscriptions-0.5.8.tgz", | ||
2248 | - "integrity": "sha512-0CaZnXKBw2pwnIbvmVckby5Ge5e2ecmjofhYCdyeACbCly2j3WXDP/pl+s+Dqd2GQFC7y99NB+53jrt55CKxYQ==", | ||
2249 | - "requires": { | ||
2250 | - "iterall": "^1.2.1" | ||
2251 | - } | ||
2252 | - }, | ||
2253 | "graphql-tools": { | 2245 | "graphql-tools": { |
2254 | "version": "4.0.7", | 2246 | "version": "4.0.7", |
2255 | "resolved": "https://registry.npmjs.org/graphql-tools/-/graphql-tools-4.0.7.tgz", | 2247 | "resolved": "https://registry.npmjs.org/graphql-tools/-/graphql-tools-4.0.7.tgz", |
... | @@ -2323,6 +2315,16 @@ | ... | @@ -2323,6 +2315,16 @@ |
2323 | "graphql-tools": "^4.0.0", | 2315 | "graphql-tools": "^4.0.0", |
2324 | "graphql-upload": "^8.0.0", | 2316 | "graphql-upload": "^8.0.0", |
2325 | "subscriptions-transport-ws": "^0.9.8" | 2317 | "subscriptions-transport-ws": "^0.9.8" |
2318 | + }, | ||
2319 | + "dependencies": { | ||
2320 | + "graphql-subscriptions": { | ||
2321 | + "version": "0.5.8", | ||
2322 | + "resolved": "https://registry.npmjs.org/graphql-subscriptions/-/graphql-subscriptions-0.5.8.tgz", | ||
2323 | + "integrity": "sha512-0CaZnXKBw2pwnIbvmVckby5Ge5e2ecmjofhYCdyeACbCly2j3WXDP/pl+s+Dqd2GQFC7y99NB+53jrt55CKxYQ==", | ||
2324 | + "requires": { | ||
2325 | + "iterall": "^1.2.1" | ||
2326 | + } | ||
2327 | + } | ||
2326 | } | 2328 | } |
2327 | }, | 2329 | }, |
2328 | "has": { | 2330 | "has": { | ... | ... |
-
Please register or login to post a comment