fix(instances): add missing apollo-client dependency

This commit is contained in:
Sérgio Ramos 2018-04-09 19:07:33 +01:00
parent 95e420c419
commit 21317db964
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,6 @@
{ {
"name": "my-joy-instances", "name": "my-joy-instances",
"version": "2.3.2", "version": "2.3.4",
"private": true,
"license": "MPL-2.0", "license": "MPL-2.0",
"repository": "github:yldio/joyent-portal", "repository": "github:yldio/joyent-portal",
"main": "lib/index.js", "main": "lib/index.js",
@ -20,6 +19,7 @@
}, },
"dependencies": { "dependencies": {
"@manaflair/redux-batch": "^0.1.0", "@manaflair/redux-batch": "^0.1.0",
"apollo-client": "^2.2.8",
"apr-intercept": "^3.0.3", "apr-intercept": "^3.0.3",
"apr-reduce": "^3.0.3", "apr-reduce": "^3.0.3",
"bytes": "^3.0.0", "bytes": "^3.0.0",