diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-03-29 16:44:01 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-03-29 16:44:01 -0400 |
| commit | 1e8c7c0fdcdc2c10274723bfbed17256b4e3b7f7 (patch) | |
| tree | 1f9177ff343cbcf231138a78607b7438ba99f98f /frontend/package.json | |
| parent | f6ab501371a759399dd4df46ac6a8ebc1226ca73 (diff) | |
auth problems
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 +} |
