diff options
Diffstat (limited to 'sick-fits/frontend/package.json')
| -rw-r--r-- | sick-fits/frontend/package.json | 29 |
1 files changed, 19 insertions, 10 deletions
diff --git a/sick-fits/frontend/package.json b/sick-fits/frontend/package.json index 7bd0405..243daa9 100644 --- a/sick-fits/frontend/package.json +++ b/sick-fits/frontend/package.json @@ -17,20 +17,22 @@ "babel-core": "^7.0.0-bridge.0", "babel-plugin-styled-components": "^1.5.1", "date-fns": "^2.0.0-alpha.7", - "downshift": "^1.31.14", + "downshift": "^2.1.4", + "enzyme": "^3.3.0", + "enzyme-adapter-react-16": "^1.1.1", "graphql": "^0.13.2", "graphql-tag": "^2.9.2", "lodash.debounce": "^4.0.8", - "next": "^6.0.3", - "next-with-apollo": "^3.0.2", + "next": "^6.1.2", + "next-with-apollo": "^3.1.3", "nprogress": "^0.2.0", "prop-types": "^15.6.1", - "react": "^16.3.2", + "react": "^16.5.1", "react-adopt": "^0.6.0", - "react-apollo": "^2.1.4", - "react-dom": "^16.3.2", + "react-apollo": "^2.1.11", + "react-dom": "^16.5.1", "react-stripe-checkout": "^2.6.3", - "react-transition-group": "^2.3.1", + "react-transition-group": "^2.4.0", "styled-components": "^3.2.6", "waait": "^1.0.2" }, @@ -38,14 +40,11 @@ "babel-jest": "^23.0.0", "babel-plugin-module-resolver": "^3.1.1", "casual": "^1.5.19", - "enzyme": "^3.3.0", - "enzyme-adapter-react-16": "^1.1.1", "enzyme-to-json": "^3.3.4", "graphql-tools": "^3.0.2", "jest": "^22.4.4", "jest-transform-graphql": "^2.1.0" }, - "//": "This is our babel config, I prefer this over a .babelrc file", "jest": { "setupTestFrameworkScriptFile": "<rootDir>/jest.setup.js", "testPathIgnorePatterns": [ @@ -57,6 +56,7 @@ ".*": "babel-jest" } }, + "//": "This is our babel config, I prefer this over a .babelrc file", "babel": { "env": { "development": { @@ -97,6 +97,15 @@ } } ] + ], + "plugins": [ + [ + "styled-components", + { + "ssr": true, + "displayName": true + } + ] ] } } |
