Skip to content

Commit

Permalink
Ensure graphql versions are the same
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Jun 22, 2017
1 parent 1cb4cf8 commit 77ad866
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 8 deletions.
1 change: 0 additions & 1 deletion packages/gatsby-source-contentful/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 0 additions & 3 deletions packages/gatsby-source-filesystem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
],
"author": "Kyle Mathews <[email protected]>",
"license": "MIT",
"peerDependency": {
"graphql": "^0.9.4"
},
"dependencies": {
"babel-cli": "^6.24.1",
"bluebird": "^3.5.0",
Expand Down
3 changes: 0 additions & 3 deletions packages/gatsby-transformer-react-docgen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
],
"author": "Jason Quense <[email protected]>",
"license": "MIT",
"peerDependency": {
"graphql": "^0.9.4"
},
"dependencies": {
"babel-types": "^6.24.1",
"common-tags": "^1.4.0",
Expand Down
1 change: 1 addition & 0 deletions packages/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-skip-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Kyle Mathews <[email protected]>",
"devDependencies": {
"babel-cli": "^6.24.1",
"graphql": "^0.9.4"
"graphql": "^0.10.3"
},
"keywords": [
"gatsby",
Expand Down

0 comments on commit 77ad866

Please sign in to comment.