Skip to content

Commit

Permalink
Fix for missing zen-observable dependencies (#2442)
Browse files Browse the repository at this point in the history
* Fix for missing zen-observable dependencies

- Moved @types/zen-observable dependency to optionalDependencies in apollo-client
- Added zen-observable as a dependency in apollo-client

* Fix for zen-observable dependencies

* Add zen-observable to apollo-client

* Updated AUTHORS
  • Loading branch information
Esemesek authored and James Baxley committed Nov 1, 2017
1 parent 8dee095 commit cc0faa1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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

0 comments on commit cc0faa1

Please sign in to comment.