diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-09-27 10:42:49 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-09-27 10:42:49 -0400 |
| commit | 88e623f29596ae1d7a78ee6ad922f0e07012a10b (patch) | |
| tree | 6b71ab7cf00852352757cc744b1e3e522ea01acc /sick-fits/frontend/package.json | |
| parent | 9a07426842433d48e90c5dc743a66033fc15cbd5 (diff) | |
upgrade deps
Diffstat (limited to 'sick-fits/frontend/package.json')
| -rw-r--r-- | sick-fits/frontend/package.json | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/sick-fits/frontend/package.json b/sick-fits/frontend/package.json index 9cde1de..43af0cf 100644 --- a/sick-fits/frontend/package.json +++ b/sick-fits/frontend/package.json @@ -7,41 +7,42 @@ "dev": "next -p 7777", "build": "next build", "start": "next start", - "test": "NODE_ENV=test jest --watch" + "test": "NODE_ENV=test jest --watch", + "heroku-postbuild": "next build" }, "author": "", "license": "ISC", "dependencies": { - "apollo-boost": "^0.1.6", - "apollo-client": "^2.3.1", + "apollo-boost": "^0.1.16", + "apollo-client": "^2.4.2", "babel-core": "^7.0.0-bridge.0", - "babel-plugin-styled-components": "^1.5.1", + "babel-plugin-styled-components": "^1.7.1", "date-fns": "^2.0.0-alpha.7", - "downshift": "^2.1.4", - "enzyme": "^3.3.0", - "enzyme-adapter-react-16": "^1.1.1", - "graphql": "^0.13.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.1", - "react": "^16.5.1", + "prop-types": "^15.6.2", + "react": "^16.5.2", "react-adopt": "^0.6.0", - "react-apollo": "^2.1.11", - "react-dom": "^16.5.1", + "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.2.6", + "react-transition-group": "^2.5.0", + "styled-components": "^3.4.9", "waait": "^1.0.2" }, "devDependencies": { - "babel-jest": "^23.0.0", + "babel-jest": "^23.6.0", "babel-plugin-module-resolver": "^3.1.1", "casual": "^1.5.19", "enzyme-to-json": "^3.3.4", - "graphql-tools": "^3.0.2", + "graphql-tools": "^4.0.0", "jest": "^23.6.0", "jest-transform-graphql": "^2.1.0" }, @@ -56,7 +57,7 @@ ".*": "babel-jest" } }, - "//": "This is our babel config, I prefer this over a .babelrc file", + "//": "This is out babel config, I prefer this over a .babelrc file", "babel": { "env": { "development": { |
