Skip to content

Commit

Permalink
fix(graphql-tools): provide @apollo/client as an optional package
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed May 11, 2021
1 parent 42b1e1c commit 52971f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/six-crews-hunt.md
@@ -0,0 +1,5 @@
---
'graphql-tools': patch
---

fix(graphql-tools): provide @apollo/client as an optional package
3 changes: 3 additions & 0 deletions packages/graphql-tools/package.json
Expand Up @@ -18,6 +18,9 @@
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0"
},
"optionalDependencies": {
"@apollo/client": "~3.2.5 || ~3.3.0"
},
"publishConfig": {
"access": "public",
"directory": "dist"
Expand Down

0 comments on commit 52971f4

Please sign in to comment.