Skip to content

Commit ae1251c

Browse files
committed
fix: complete graphql update to v14
1 parent 9168d1f commit ae1251c

File tree

4 files changed

+871
-481
lines changed

4 files changed

+871
-481
lines changed

packages/gatsby-source-graphql/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.0.0",
11-
"apollo-link": "1.2.1",
12-
"apollo-link-http": "^1.5.4",
11+
"apollo-link": "1.2.8",
12+
"apollo-link-http": "^1.5.11",
1313
"graphql": "^14.1.1",
14-
"graphql-tools": "^3.0.4",
14+
"graphql-tools": "^4.0.4",
1515
"invariant": "^2.2.4",
1616
"node-fetch": "^1.7.3",
1717
"uuid": "^3.1.0"

packages/gatsby-transformer-documentationjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.0.0",
11-
"documentation": "^7.1.0",
11+
"documentation": "^9.1.1",
1212
"prismjs": "^1.14.0"
1313
},
1414
"devDependencies": {

packages/gatsby/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@
5050
"eslint-config-react-app": "^3.0.0",
5151
"eslint-loader": "^2.1.0",
5252
"eslint-plugin-flowtype": "^2.46.1",
53-
"eslint-plugin-graphql": "^2.0.0",
53+
"eslint-plugin-graphql": "^3.0.3",
5454
"eslint-plugin-import": "^2.9.0",
5555
"eslint-plugin-jsx-a11y": "^6.0.3",
5656
"eslint-plugin-react": "^7.8.2",
5757
"express": "^4.16.3",
58-
"express-graphql": "^0.6.12",
58+
"express-graphql": "^0.7.1",
5959
"fast-levenshtein": "~2.0.4",
6060
"file-loader": "^1.1.11",
6161
"flat": "^4.0.0",
@@ -71,7 +71,7 @@
7171
"graphql-playground-middleware-express": "^1.7.10",
7272
"graphql-relay": "^0.6.0",
7373
"graphql-skip-limit": "^2.0.5",
74-
"graphql-tools": "^3.0.4",
74+
"graphql-tools": "^4.0.4",
7575
"graphql-type-json": "^0.2.1",
7676
"hash-mod": "^0.0.5",
7777
"invariant": "^2.2.4",

0 commit comments

Comments
 (0)