diff options
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/frontend/package.json b/frontend/package.json index 88f43ec..15ec605 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -28,11 +28,12 @@ "graphql-tag": "^2.8.0", "isomorphic-fetch": "^2.2.1", "next": "^5.1.0", + "next-apollo": "^1.0.13", "next-with-apollo": "^1.0.6", "nprogress": "^0.2.0", "prop-types": "^15.6.1", "react": "^16.3.0-alpha.1", - "react-apollo": "^2.1.1", + "react-apollo": "^2.1.0", "react-dom": "^16.3.0-alpha.1", "react-spinners": "^0.2.6", "react-stripe-checkout": "^2.6.3", @@ -110,4 +111,4 @@ } } } -}
\ No newline at end of file +} |
