diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-03-29 15:56:11 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-03-29 15:56:11 -0400 |
| commit | f6ab501371a759399dd4df46ac6a8ebc1226ca73 (patch) | |
| tree | 91348e24ed7fd718fbc19fd811fb607daa72e246 /frontend/package.json | |
| parent | 59bdd179c34d0c5675347bd3833a2a1edf135a6e (diff) | |
migrate to next-with-apollo
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/frontend/package.json b/frontend/package.json index a019b73..88f43ec 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -14,9 +14,9 @@ "author": "", "license": "ISC", "dependencies": { - "apollo-boost": "^0.1.3", - "apollo-cache-inmemory": "^1.1.11", - "apollo-client": "^2.2.7", + "apollo-boost": "^0.1.4", + "apollo-cache-inmemory": "^1.1.12", + "apollo-client": "^2.2.8", "apollo-link": "^1.2.1", "apollo-link-http": "^1.5.3", "apollo-link-state": "^0.4.1", @@ -28,6 +28,7 @@ "graphql-tag": "^2.8.0", "isomorphic-fetch": "^2.2.1", "next": "^5.1.0", + "next-with-apollo": "^1.0.6", "nprogress": "^0.2.0", "prop-types": "^15.6.1", "react": "^16.3.0-alpha.1", @@ -35,7 +36,7 @@ "react-dom": "^16.3.0-alpha.1", "react-spinners": "^0.2.6", "react-stripe-checkout": "^2.6.3", - "react-transition-group": "^2.2.1", + "react-transition-group": "^2.3.0", "styled-components": "^3.2.3" }, "devDependencies": { @@ -109,4 +110,4 @@ } } } -} +}
\ No newline at end of file |
