summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-01-30 12:39:31 -0500
committerWes Bos <wesbos@gmail.com>2018-01-30 12:39:31 -0500
commit0a1648bf47490b312169c531aeb51ef4725e8d2e (patch)
treea9c3dd7b50bc8dd563d9efeee3eeafaca1b3019a /package.json
parent0f1b9240bbd05b377e868faf78b89b509a3d7537 (diff)
Saying goodbye to graphcool
Diffstat (limited to 'package.json')
-rw-r--r--package.json45
1 files changed, 27 insertions, 18 deletions
diff --git a/package.json b/package.json
index 602ff70..7cd5e70 100644
--- a/package.json
+++ b/package.json
@@ -14,28 +14,37 @@
"author": "",
"license": "ISC",
"dependencies": {
- "auth0-lock": "^10.20.0",
- "downshift": "^1.6.0",
- "express": "^4.15.4",
+ "apollo-cache-inmemory": "^1.1.5",
+ "apollo-client": "^2.2.0",
+ "apollo-link": "^1.0.7",
+ "apollo-link-http": "^1.3.2",
+ "apollo-link-state": "^0.3.1",
+ "auth0-lock": "^11.1.0",
+ "babel-plugin-styled-components": "^1.5.0",
+ "downshift": "^1.25.0",
+ "express": "^4.16.2",
+ "graphql": "^0.12.3",
+ "graphql-tag": "^2.6.1",
"isomorphic-fetch": "^2.2.1",
"lodash.get": "^4.4.2",
"lodash.has": "^4.5.2",
- "micro": "^9.0.0",
- "micro-dev": "^1.2.3",
- "next": "^3.2.2",
- "next-routes": "^1.0.40",
- "prop-types": "^15.5.10",
- "react": "^15.6.1",
- "react-apollo": "^1.4.15",
- "react-dom": "^15.6.1",
- "react-motion": "^0.5.1",
+ "micro": "^9.1.0",
+ "micro-dev": "^2.2.0",
+ "next": "^4.2.3",
+ "next-routes": "^1.2.0",
+ "nprogress": "^0.2.0",
+ "prop-types": "^15.6.0",
+ "react": "^16.2.0",
+ "react-apollo": "^2.0.4",
+ "react-dom": "^16.2.0",
+ "react-motion": "^0.5.2",
"react-stripe-checkout": "^2.6.3",
- "react-transition-group": "^2.2.0",
- "slugify": "^1.2.1",
- "stripe": "^5.0.0",
- "styled-components": "^2.1.2"
+ "react-transition-group": "^2.2.1",
+ "slugify": "^1.2.9",
+ "stripe": "^5.4.0",
+ "styled-components": "^3.0.2"
},
"devDependencies": {
- "jest": "^21.1.0"
+ "jest": "^22.1.4"
}
-} \ No newline at end of file
+}