summaryrefslogtreecommitdiffstats
path: root/frontend/package.json
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-05-11 12:31:49 -0400
committerWes Bos <wesbos@gmail.com>2018-05-11 12:31:49 -0400
commitd3838ccb799cd8c286efcea90d776e8b6936d484 (patch)
tree4430ea2ada80b1fefb057adfce91867484be7475 /frontend/package.json
parent8ccb0d93cdc064776454c929e15aa03129be37a3 (diff)
move apollo to _app
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/frontend/package.json b/frontend/package.json
index 5c1d911..3e64429 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -12,22 +12,22 @@
"author": "",
"license": "ISC",
"dependencies": {
- "apollo-boost": "^0.1.5",
- "apollo-client": "^2.3.0",
+ "apollo-boost": "^0.1.6",
+ "apollo-client": "^2.3.1",
"babel-plugin-styled-components": "^1.5.1",
"date-fns": "^2.0.0-alpha.7",
"downshift": "^1.31.14",
"graphql": "^0.13.2",
"graphql-import": "^0.5.2",
- "graphql-mock": "0.4.1",
+ "graphql-mock": "1.0.0",
"graphql-tag": "^2.9.2",
"lodash.debounce": "^4.0.8",
- "next": "^6.0.0",
+ "next": "^6.0.1",
"next-with-apollo": "^1.0.6",
"nprogress": "^0.2.0",
"prop-types": "^15.6.1",
"react": "^16.3.2",
- "react-adopt": "^0.4.1",
+ "react-adopt": "^0.5.1",
"react-apollo": "^2.1.4",
"react-dom": "^16.3.2",
"react-stripe-checkout": "^2.6.3",
@@ -40,7 +40,7 @@
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.3",
- "graphql-tools": "^3.0.0",
+ "graphql-tools": "^3.0.1",
"jest": "^22.4.3",
"waait": "^1.0.2"
},