diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index 7736d4f2562e3..556b3ceae4dca 100644 --- a/packages/gatsby-source-contentful/package.json +++ b/packages/gatsby-source-contentful/package.json @@ -18,7 +18,6 @@ "base64-img": "^1.0.3", "bluebird": "^3.4.6", "contentful": "^4.3.0", - "graphql": "^0.10.3", "json-stringify-safe": "^5.0.1", "lodash": "^4.17.4", "qs": "^6.4.0" diff --git a/packages/gatsby-source-filesystem/package.json b/packages/gatsby-source-filesystem/package.json index 8229662bba71b..773c2cbf6e58a 100644 --- a/packages/gatsby-source-filesystem/package.json +++ b/packages/gatsby-source-filesystem/package.json @@ -12,9 +12,6 @@ ], "author": "Kyle Mathews ", "license": "MIT", - "peerDependency": { - "graphql": "^0.9.4" - }, "dependencies": { "babel-cli": "^6.24.1", "bluebird": "^3.5.0", diff --git a/packages/gatsby-transformer-react-docgen/package.json b/packages/gatsby-transformer-react-docgen/package.json index 4a18fcf60a9e0..f76ef17169c85 100644 --- a/packages/gatsby-transformer-react-docgen/package.json +++ b/packages/gatsby-transformer-react-docgen/package.json @@ -15,9 +15,6 @@ ], "author": "Jason Quense ", "license": "MIT", - "peerDependency": { - "graphql": "^0.9.4" - }, "dependencies": { "babel-types": "^6.24.1", "common-tags": "^1.4.0", diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index c2c694c7cc43b..6f89a9b0d548c 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -44,6 +44,7 @@ "front-matter": "^2.1.0", "fs-extra": "^3.0.1", "glob": "^7.1.1", + "graphql": "^0.10.3", "graphql-relay": "^0.5.1", "graphql-skip-limit": "^1.0.0-beta.1", "gray-matter": "^2.1.0", diff --git a/packages/graphql-skip-limit/package.json b/packages/graphql-skip-limit/package.json index 3f2a182a808e5..2a79849ee25c1 100644 --- a/packages/graphql-skip-limit/package.json +++ b/packages/graphql-skip-limit/package.json @@ -5,7 +5,7 @@ "author": "Kyle Mathews ", "devDependencies": { "babel-cli": "^6.24.1", - "graphql": "^0.9.4" + "graphql": "^0.10.3" }, "keywords": [ "gatsby",