summaryrefslogtreecommitdiffstats
path: root/frontend/package.json
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-03-23 11:11:09 -0400
committerWes Bos <wesbos@gmail.com>2018-03-23 11:11:09 -0400
commit4fb8969f6994d8414f388f583d8e270d4e4a67e9 (patch)
treedad4cd0eeda0fdc71e4f925c263668763f2e4dff /frontend/package.json
parentfa16c52917305e21823294e3a4e384bfeae50da0 (diff)
ya
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json30
1 files changed, 15 insertions, 15 deletions
diff --git a/frontend/package.json b/frontend/package.json
index 70b27c0..fe8cb02 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -14,41 +14,41 @@
"author": "",
"license": "ISC",
"dependencies": {
- "apollo-boost": "^0.1.2",
- "apollo-cache-inmemory": "^1.1.10",
- "apollo-client": "^2.2.6",
+ "apollo-boost": "^0.1.3",
+ "apollo-cache-inmemory": "^1.1.11",
+ "apollo-client": "^2.2.7",
"apollo-link": "^1.2.1",
"apollo-link-http": "^1.5.3",
- "apollo-link-state": "^0.4.0",
- "auth0-lock": "^11.3.1",
+ "apollo-link-state": "^0.4.1",
+ "auth0-lock": "^11.5.1",
"babel-plugin-styled-components": "^1.5.1",
"date-fns": "^2.0.0-alpha.7",
- "downshift": "^1.29.1",
- "express": "^4.16.2",
- "graphql": "^0.13.1",
+ "downshift": "^1.31.2",
+ "express": "^4.16.3",
+ "graphql": "^0.13.2",
"graphql-tag": "^2.8.0",
"isomorphic-fetch": "^2.2.1",
"lodash.get": "^4.4.2",
"lodash.has": "^4.5.2",
- "micro": "^9.1.0",
- "micro-dev": "^2.2.0",
+ "micro": "^9.1.4",
+ "micro-dev": "^2.2.2",
"next": "^5.0.0",
- "next-routes": "^1.3.0",
+ "next-routes": "^1.4.0",
"nprogress": "^0.2.0",
"prop-types": "^15.6.1",
"react": "^16.3.0-alpha.1",
- "react-apollo": "^2.1.0-rc.5",
+ "react-apollo": "^2.1.0",
"react-dom": "^16.3.0-alpha.1",
"react-stripe-checkout": "^2.6.3",
"react-transition-group": "^2.2.1",
"stripe": "^5.5.0",
- "styled-components": "^3.0.2"
+ "styled-components": "^3.2.3"
},
"devDependencies": {
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
- "jest": "^22.4.2",
- "enzyme-to-json": "^3.3.1"
+ "jest": "^22.4.3",
+ "enzyme-to-json": "^3.3.3"
},
"//": "This is out babel config, I prefer this over a .babelrc file",
"jest": {