Skip to content

Commit

Permalink
chore(deps): update dependency graphql to v14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 1, 2018
1 parent 66ff449 commit ebc2f18
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"express": "4.16.3",
"fibers": "3.0.0",
"form-data": "2.3.2",
"graphql": "0.13.2",
"graphql": "14.0.0",
"graphql-subscriptions": "0.5.8",
"graphql-tag": "2.9.2",
"graphql-tools": "3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-cache-control/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"graphql-extensions": "file:../graphql-extensions"
},
"peerDependencies": {
"graphql": "0.10.x - 0.13.x"
"graphql": "0.10.x - 14.0.x"
}
}
2 changes: 1 addition & 1 deletion packages/apollo-tracing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"graphql-extensions": "file:../graphql-extensions"
},
"peerDependencies": {
"graphql": "0.10.x - 0.13.x"
"graphql": "0.10.x - 14.0.x"
}
}
2 changes: 1 addition & 1 deletion packages/graphql-extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"apollo-server-env": "file:../apollo-server-env"
},
"peerDependencies": {
"graphql": "0.10.x - 0.13.x"
"graphql": "0.10.x - 14.0.x"
}
}

0 comments on commit ebc2f18

Please sign in to comment.