diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-05-16 12:27:21 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-05-16 12:27:21 -0400 |
| commit | 18752008f9abd7749f61f8d674f66de2a535c131 (patch) | |
| tree | 5825328e58cf8a4a196532f8b40d515b185cd8ea /frontend/package.json | |
| parent | 802b65cfd634305f62d88cb57c54f8c053701d27 (diff) | |
SSR with Auth
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/package.json b/frontend/package.json index 153f435..3eb8b51 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -20,11 +20,11 @@ "downshift": "^1.31.14", "graphql": "^0.13.2", "graphql-import": "^0.5.2", - "graphql-mock": "1.0.0", + "graphql-mock": "1.0.1", "graphql-tag": "^2.9.2", "lodash.debounce": "^4.0.8", "next": "^6.0.3-canary.0", - "next-with-apollo": "^2.0.2", + "next-with-apollo": "^2.1.2", "nprogress": "^0.2.0", "prop-types": "^15.6.1", "react": "^16.3.2", |
