diff options
| author | Wes Bos <wesbos@gmail.com> | 2017-09-21 15:39:12 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2017-09-21 15:39:12 -0400 |
| commit | 3b45dd7b593825721ec9ee9f6a49c732601b1ae0 (patch) | |
| tree | a2e8e73d6b6b6bc32eda2bb79af817397e4304f5 /package.json | |
| parent | 1450e579c67e3d969cb099dfe6c1cefd1e313fb5 (diff) | |
Cha Ching
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/package.json b/package.json index 1069ef7..6fe8314 100644 --- a/package.json +++ b/package.json @@ -15,24 +15,27 @@ "license": "ISC", "dependencies": { "auth0-lock": "^10.20.0", - "downshift": "^1.4.0", + "downshift": "^1.6.0", + "express": "^4.15.4", "isomorphic-fetch": "^2.2.1", "lodash.get": "^4.4.2", "lodash.has": "^4.5.2", - "micro": "^8.0.3", - "micro-dev": "^1.2.2", - "next": "^3.0.6", + "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", "react-stripe-checkout": "^2.6.3", + "react-transition-group": "^2.2.0", "slugify": "^1.2.1", - "stripe": "^4.24.1", + "stripe": "^5.0.0", "styled-components": "^2.1.2" }, "devDependencies": { - "jest": "^20.0.4" + "jest": "^21.1.0" } -}
\ No newline at end of file +} |
