diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-05-25 14:06:53 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-05-25 14:06:53 -0400 |
| commit | 22635ea05dab85a71fa93dbb98f93da7670ef899 (patch) | |
| tree | b9e974dee484634d0401a9149c9a68f5537553db /frontend/package.json | |
| parent | 549cfa77c9fec0936c3a8d87a49b69401cbfbd7a (diff) | |
Delete and Add refetch refinements
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/package.json b/frontend/package.json index bd01c42..e826aac 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -33,7 +33,8 @@ "react-dom": "^16.3.2", "react-stripe-checkout": "^2.6.3", "react-transition-group": "^2.3.1", - "styled-components": "^3.2.6" + "styled-components": "^3.2.6", + "waait": "^1.0.2" }, "devDependencies": { "babel-jest": "^23.0.0", @@ -45,8 +46,7 @@ "graphql-tools": "^3.0.2", "jest": "^22.4.4", "jest-transform-graphql": "^2.1.0", - "next-plugin-graphql": "0.0.1", - "waait": "^1.0.2" + "next-plugin-graphql": "0.0.1" }, "//": "This is out babel config, I prefer this over a .babelrc file", "jest": { |
