Skip to content

Commit 52971f4

Browse files
committedMay 11, 2021
fix(graphql-tools): provide @apollo/client as an optional package
1 parent 42b1e1c commit 52971f4

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
 

‎.changeset/six-crews-hunt.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'graphql-tools': patch
3+
---
4+
5+
fix(graphql-tools): provide @apollo/client as an optional package

‎packages/graphql-tools/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"peerDependencies": {
1919
"graphql": "^14.0.0 || ^15.0.0"
2020
},
21+
"optionalDependencies": {
22+
"@apollo/client": "~3.2.5 || ~3.3.0"
23+
},
2124
"publishConfig": {
2225
"access": "public",
2326
"directory": "dist"

0 commit comments

Comments
 (0)
Please sign in to comment.