Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for missing zen-observable dependencies #2442

Merged
merged 4 commits into from
Nov 1, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/apollo-client/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,4 @@ Michaël De Boey <[email protected]>
Andreas Bergenwall <[email protected]>
Michiel Westerbeek <[email protected]>
James Reggio <[email protected]>
Kacper Wiszczuk <[email protected]>
5 changes: 3 additions & 2 deletions packages/apollo-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,13 @@
"author": "Sashko Stubailo <[email protected]>",
"license": "MIT",
"dependencies": {
"@types/zen-observable": "^0.5.3",
"apollo-cache": "^1.0.0",
"apollo-link": "1.0.0",
"apollo-link-dedup": "1.0.0",
"apollo-utilities": "^1.0.0",
"symbol-observable": "^1.0.2"
"symbol-observable": "^1.0.2",
"zen-observable": "^0.6.0"
},
"peerDependencies": {
"graphql": "^0.11.0"
Expand All @@ -65,7 +67,6 @@
"@types/jest": "21.1.2",
"@types/lodash": "4.14.80",
"@types/node": "8.0.46",
"@types/zen-observable": "0.5.3",
"apollo-cache-inmemory": "^1.0.0",
"benchmark": "2.1.4",
"browserify": "14.5.0",
Expand Down