|
26 | 26 | "dependencies": { |
27 | 27 | "babel-runtime": "6.11.6", |
28 | 28 | "graphql-type-json": "0.1.2", |
29 | | - "object-path": "0.11.0" |
| 29 | + "object-path": "0.11.2" |
30 | 30 | }, |
31 | 31 | "peerDependencies": { |
32 | | - "graphql": ">=0.5.0 || >=0.6.0", |
| 32 | + "graphql": ">=0.5.0 || >=0.6.0 || >=0.7.0", |
33 | 33 | "graphql-compose": ">=0.0.16 || >=1.0.0", |
34 | 34 | "graphql-compose-connection": ">=1.0.0", |
35 | 35 | "mongoose": ">=4.0.0" |
36 | 36 | }, |
37 | 37 | "devDependencies": { |
38 | | - "babel-cli": "6.11.4", |
| 38 | + "babel-cli": "6.14.0", |
39 | 39 | "babel-eslint": "6.1.2", |
40 | 40 | "babel-plugin-syntax-async-functions": "6.13.0", |
41 | 41 | "babel-plugin-transform-class-properties": "6.11.5", |
42 | | - "babel-plugin-transform-flow-strip-types": "6.8.0", |
| 42 | + "babel-plugin-transform-flow-strip-types": "6.14.0", |
43 | 43 | "babel-plugin-transform-object-rest-spread": "6.8.0", |
44 | | - "babel-plugin-transform-regenerator": "6.11.4", |
45 | | - "babel-plugin-transform-runtime": "6.12.0", |
46 | | - "babel-preset-es2015": "6.13.2", |
| 44 | + "babel-plugin-transform-regenerator": "6.14.0", |
| 45 | + "babel-plugin-transform-runtime": "6.15.0", |
| 46 | + "babel-preset-es2015": "6.14.0", |
47 | 47 | "chai": "3.5.0", |
48 | 48 | "chai-as-promised": "5.3.0", |
49 | 49 | "chai-spies": "0.7.1", |
50 | | - "eslint": "3.2.2", |
51 | | - "eslint-config-airbnb": "10.0.0", |
52 | | - "eslint-plugin-flowtype": "2.6.1", |
53 | | - "eslint-plugin-import": "1.12.0", |
54 | | - "eslint-plugin-jsx-a11y": "2.0.1", |
55 | | - "eslint-plugin-react": "6.0.0", |
56 | | - "flow-bin": "0.30.0", |
| 50 | + "eslint": "3.4.0", |
| 51 | + "eslint-config-airbnb": "10.0.1", |
| 52 | + "eslint-plugin-flowtype": "2.15.0", |
| 53 | + "eslint-plugin-import": "1.14.0", |
| 54 | + "eslint-plugin-jsx-a11y": "2.2.1", |
| 55 | + "eslint-plugin-react": "6.2.0", |
| 56 | + "flow-bin": "0.32.0", |
57 | 57 | "mocha": "3.0.2", |
58 | 58 | "rimraf": "2.5.4", |
59 | 59 | "sane": "1.4.1" |
|
0 commit comments