From e2fdba48987be03a330f06c1a9e1f7e19880b7a1 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Tue, 13 Jun 2017 00:00:40 +0700 Subject: [PATCH] Upgrade subscriptions-transport-ws --- package.json | 2 +- yarn.lock | 22 +++++----------------- 2 files changed, 6 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index f623b94ed..f6a969de9 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ "semver": "^5.3.0", "simplemde": "^1.11.2", "snake-case": "^2.1.0", - "subscriptions-transport-ws": "^0.7.1", + "subscriptions-transport-ws": "^0.7.2", "timekeeper": "^1.0.0", "uuid": "^3.0.1", "yaml-loader": "^0.4.0", diff --git a/yarn.lock b/yarn.lock index 7c7907176..6013a3e49 100644 --- a/yarn.lock +++ b/yarn.lock @@ -30,11 +30,7 @@ version "0.8.6" resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.8.6.tgz#b34fb880493ba835b0c067024ee70130d6f9bb68" -"@types/graphql@^0.9.0": - version "0.9.0" - resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.9.0.tgz#fccf859f0d2817687f210737dc3be48a18b1d754" - -"@types/graphql@^0.9.1": +"@types/graphql@^0.9.0", "@types/graphql@^0.9.1": version "0.9.1" resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.9.1.tgz#b04ebe84bc997cc60dbea2ed4d0d4342c737f99d" @@ -3639,14 +3635,6 @@ graphql-subscriptions@^0.2.0: dependencies: es6-promise "^3.2.1" -graphql-subscriptions@^0.4.1: - version "0.4.2" - resolved "https://registry.yarnpkg.com/graphql-subscriptions/-/graphql-subscriptions-0.4.2.tgz#a1a41cebdb95103be348c409d0ed6096ad858455" - dependencies: - "@types/graphql" "^0.9.1" - es6-promise "^4.0.5" - iterall "^1.1.1" - graphql-subscriptions@^0.4.3: version "0.4.3" resolved "https://registry.yarnpkg.com/graphql-subscriptions/-/graphql-subscriptions-0.4.3.tgz#2aed6ba87551cc747742b793497ff24b22991867" @@ -7852,14 +7840,14 @@ stylus@0.54.5, stylus@~0.54.5: sax "0.5.x" source-map "0.1.x" -subscriptions-transport-ws@^0.7.1: - version "0.7.1" - resolved "https://registry.yarnpkg.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.7.1.tgz#32d6a0ab2e29e2246b48952a6ff431774c08c93d" +subscriptions-transport-ws@^0.7.2: + version "0.7.2" + resolved "https://registry.yarnpkg.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.7.2.tgz#26917fd4ba23fa37fcd28accb6fe36a040b3bbe9" dependencies: "@types/ws" "^3.0.0" backo2 "^1.0.2" eventemitter3 "^2.0.3" - graphql-subscriptions "^0.4.1" + graphql-subscriptions "^0.4.3" graphql-tag "^2.0.0" iterall "^1.1.1" lodash.assign "^4.2.0"