Skip to content

Commit

Permalink
Merge pull request #196 from adriencohen/master
Browse files Browse the repository at this point in the history
Add graphql to peerDependencies.
  • Loading branch information
jaydenseric committed Jun 28, 2020
2 parents 4546c83 + 62302f3 commit b52dfb2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# apollo-upload-client changelog

## Next

### Patch

- Added the [`graphql`](https://npm.im/graphql) peer dependency to support a wider range of package managers, via [#196](https://github.com/jaydenseric/apollo-upload-client/pull/196).

## 13.0.0

### Major
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
"node": ">=10"
},
"browserslist": "Node >= 10, > 0.5%, not OperaMini all, not dead",
"peerDependencies": {
"graphql": "^0.11.3 || ^0.12.3 || ^0.13.0 || ^14.0.0 || ^15.0.0"
},
"dependencies": {
"@babel/runtime": "^7.9.2",
"apollo-link": "^1.2.12",
Expand Down

0 comments on commit b52dfb2

Please sign in to comment.