From d9800355ea03d6bb7a7c4298bd514848209d4992 Mon Sep 17 00:00:00 2001 From: gildas Date: Sat, 14 Oct 2017 18:18:30 +0200 Subject: [PATCH 1/2] Update dependencies --- package.json | 4 ++-- yarn.lock | 22 +++++++++++----------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 9698102..4b2e97a 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ ] }, "dependencies": { - "apollo-codegen": "0.17.0-alpha.1", - "graphql": "^0.10.5" + "apollo-codegen": "0.17.0-alpha.13", + "graphql": "^0.11.7" } } diff --git a/yarn.lock b/yarn.lock index 75c7423..fa9b9c5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -220,14 +220,14 @@ anymatch@^1.3.0: arrify "^1.0.0" micromatch "^2.1.5" -apollo-codegen@0.17.0-alpha.1: - version "0.17.0-alpha.1" - resolved "https://registry.yarnpkg.com/apollo-codegen/-/apollo-codegen-0.17.0-alpha.1.tgz#848973a21436ddfb9028ec14a3de71bc0e14eefa" +apollo-codegen@0.17.0-alpha.13: + version "0.17.0-alpha.13" + resolved "https://registry.yarnpkg.com/apollo-codegen/-/apollo-codegen-0.17.0-alpha.13.tgz#466299ccd893da4929dc8a96d0152b2d388c1e1d" dependencies: change-case "^3.0.1" core-js "^2.5.0" glob "^7.1.2" - graphql "^0.10.5" + graphql "^0.11.3" inflected "^2.0.2" mkdirp "^0.5.1" node-fetch "^1.7.2" @@ -2531,11 +2531,11 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6: version "1.0.1" resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725" -graphql@^0.10.5: - version "0.10.5" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.10.5.tgz#c9be17ca2bdfdbd134077ffd9bbaa48b8becd298" +graphql@^0.11.3, graphql@^0.11.7: + version "0.11.7" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.11.7.tgz#e5abaa9cb7b7cccb84e9f0836bf4370d268750c6" dependencies: - iterall "^1.1.0" + iterall "1.1.3" gzip-size@^3.0.0: version "3.0.0" @@ -3102,9 +3102,9 @@ istanbul-reports@^1.1.1: dependencies: handlebars "^4.0.3" -iterall@^1.1.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.1.tgz#f7f0af11e9a04ec6426260f5019d9fcca4d50214" +iterall@1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.3.tgz#1cbbff96204056dde6656e2ed2e2226d0e6d72c9" js-string-escape@^1.0.1: version "1.0.1" From f01f801cbac99794a76ec70a8397572adf327e77 Mon Sep 17 00:00:00 2001 From: gildas Date: Sat, 14 Oct 2017 18:26:20 +0200 Subject: [PATCH 2/2] Remove `npm prune` as it make the tests fail --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6f84ec4..6b01bb0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,6 @@ notifications: branches: only: - master -before_script: - - npm prune script: - yarn lint && yarn test node_js: