Skip to content

Commit e8808a4

Browse files
authored
Ensure graphql versions are the same (#1234)
1 parent 1cb4cf8 commit e8808a4

File tree

5 files changed

+2
-8
lines changed

5 files changed

+2
-8
lines changed

packages/gatsby-source-contentful/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"base64-img": "^1.0.3",
1919
"bluebird": "^3.4.6",
2020
"contentful": "^4.3.0",
21-
"graphql": "^0.10.3",
2221
"json-stringify-safe": "^5.0.1",
2322
"lodash": "^4.17.4",
2423
"qs": "^6.4.0"

packages/gatsby-source-filesystem/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
],
1313
"author": "Kyle Mathews <[email protected]>",
1414
"license": "MIT",
15-
"peerDependency": {
16-
"graphql": "^0.9.4"
17-
},
1815
"dependencies": {
1916
"babel-cli": "^6.24.1",
2017
"bluebird": "^3.5.0",

packages/gatsby-transformer-react-docgen/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
],
1616
"author": "Jason Quense <[email protected]>",
1717
"license": "MIT",
18-
"peerDependency": {
19-
"graphql": "^0.9.4"
20-
},
2118
"dependencies": {
2219
"babel-types": "^6.24.1",
2320
"common-tags": "^1.4.0",

packages/gatsby/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"front-matter": "^2.1.0",
4545
"fs-extra": "^3.0.1",
4646
"glob": "^7.1.1",
47+
"graphql": "^0.10.3",
4748
"graphql-relay": "^0.5.1",
4849
"graphql-skip-limit": "^1.0.0-beta.1",
4950
"gray-matter": "^2.1.0",

packages/graphql-skip-limit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Kyle Mathews <[email protected]>",
66
"devDependencies": {
77
"babel-cli": "^6.24.1",
8-
"graphql": "^0.9.4"
8+
"graphql": "^0.10.3"
99
},
1010
"keywords": [
1111
"gatsby",

0 commit comments

Comments
 (0)