summaryrefslogtreecommitdiffstats
path: root/finished-application/frontend/package.json
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-09-27 10:42:49 -0400
committerWes Bos <wesbos@gmail.com>2018-09-27 10:42:49 -0400
commit88e623f29596ae1d7a78ee6ad922f0e07012a10b (patch)
tree6b71ab7cf00852352757cc744b1e3e522ea01acc /finished-application/frontend/package.json
parent9a07426842433d48e90c5dc743a66033fc15cbd5 (diff)
upgrade deps
Diffstat (limited to 'finished-application/frontend/package.json')
-rw-r--r--finished-application/frontend/package.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/finished-application/frontend/package.json b/finished-application/frontend/package.json
index 4578192..43af0cf 100644
--- a/finished-application/frontend/package.json
+++ b/finished-application/frontend/package.json
@@ -13,28 +13,28 @@
"author": "",
"license": "ISC",
"dependencies": {
- "apollo-boost": "^0.1.15",
- "apollo-client": "^2.4.1",
+ "apollo-boost": "^0.1.16",
+ "apollo-client": "^2.4.2",
"babel-core": "^7.0.0-bridge.0",
- "babel-plugin-styled-components": "^1.6.4",
+ "babel-plugin-styled-components": "^1.7.1",
"date-fns": "^2.0.0-alpha.7",
- "downshift": "^2.2.2",
+ "downshift": "^2.2.3",
"enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.5.0",
"graphql": "^14.0.2",
"graphql-tag": "^2.9.2",
"lodash.debounce": "^4.0.8",
- "next": "^6.1.2",
+ "next": "^7.0.0",
"next-with-apollo": "^3.1.3",
"nprogress": "^0.2.0",
"prop-types": "^15.6.2",
- "react": "^16.5.0",
+ "react": "^16.5.2",
"react-adopt": "^0.6.0",
- "react-apollo": "^2.1.11",
- "react-dom": "^16.5.0",
+ "react-apollo": "^2.2.1",
+ "react-dom": "^16.5.2",
"react-stripe-checkout": "^2.6.3",
- "react-transition-group": "^2.4.0",
- "styled-components": "^3.4.6",
+ "react-transition-group": "^2.5.0",
+ "styled-components": "^3.4.9",
"waait": "^1.0.2"
},
"devDependencies": {
@@ -42,7 +42,7 @@
"babel-plugin-module-resolver": "^3.1.1",
"casual": "^1.5.19",
"enzyme-to-json": "^3.3.4",
- "graphql-tools": "^3.1.1",
+ "graphql-tools": "^4.0.0",
"jest": "^23.6.0",
"jest-transform-graphql": "^2.1.0"
},