diff --git a/.travis.yml b/.travis.yml index 6f84ec4..8be625b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ notifications: branches: only: - master + - /^greenkeeper/.*$/ before_script: - npm prune script: diff --git a/Readme.md b/Readme.md index e30005c..19faa91 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,6 @@ # transform-graphql-type-annotations + +[![Greenkeeper badge](https://badges.greenkeeper.io/transform-it/transform-graphql-type-annotations.svg)](https://greenkeeper.io/) [![Build Status](https://travis-ci.org/transform-it/transform-graphql-type-annotations.svg?branch=master)](https://travis-ci.org/transform-it/transform-graphql-type-annotations) > An utility to generate flow or typescript type annotations from GraphQL schema and query. diff --git a/package.json b/package.json index 9698102..5b3a329 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "license": "MIT", "devDependencies": { "all-contributors-cli": "^4.4.0", - "ava": "^0.21.0", + "ava": "^0.23.0", "babel-core": "^6.25.0", "babel-polyfill": "^6.23.0", "babel-preset-env": "^1.6.0", @@ -47,16 +47,16 @@ "eslint-plugin-promise": "^3.5.0", "eslint-plugin-standard": "^3.0.1", "husky": "^0.14.3", - "jsdom": "^9.12.0", + "jsdom": "^11.3.0", "lint-staged": "^4.0.1", "nyc": "^11.0.3", "pascal-case": "^2.0.1", "prettier-eslint-cli": "^4.1.1", - "rollup": "^0.45.2", - "rollup-plugin-buble": "^0.15.0", + "rollup": "^0.50.0", + "rollup-plugin-buble": "^0.16.0", "rollup-plugin-filesize": "^1.4.2", "rollup-watch": "^4.3.1", - "semantic-release": "^6.3.6" + "semantic-release": "^8.2.0" }, "config": { "commitizen": { @@ -85,7 +85,7 @@ ] }, "dependencies": { - "apollo-codegen": "0.17.0-alpha.1", - "graphql": "^0.10.5" + "apollo-codegen": "0.17.1", + "graphql": "^0.11.7" } }