|
29 | 29 | "object-path": "0.11.2" |
30 | 30 | }, |
31 | 31 | "peerDependencies": { |
32 | | - "graphql": ">=0.5.0 || >=0.6.0 || >=0.7.0 || >=0.8.0", |
33 | | - "graphql-compose": ">=0.0.16 || >=1.0.0", |
| 32 | + "graphql": ">=0.7.1 || >=0.8.0", |
| 33 | + "graphql-compose": ">=0.1.0 || >=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.14.0", |
39 | | - "babel-core": "6.14.0", |
40 | | - "babel-eslint": "6.1.2", |
| 38 | + "babel-cli": "6.16.0", |
| 39 | + "babel-core": "6.17.0", |
| 40 | + "babel-eslint": "7.0.0", |
41 | 41 | "babel-plugin-syntax-async-functions": "6.13.0", |
42 | | - "babel-plugin-transform-class-properties": "6.11.5", |
| 42 | + "babel-plugin-transform-class-properties": "6.16.0", |
43 | 43 | "babel-plugin-transform-flow-strip-types": "6.14.0", |
44 | | - "babel-plugin-transform-object-rest-spread": "6.8.0", |
45 | | - "babel-plugin-transform-regenerator": "6.14.0", |
| 44 | + "babel-plugin-transform-object-rest-spread": "6.16.0", |
| 45 | + "babel-plugin-transform-regenerator": "6.16.1", |
46 | 46 | "babel-plugin-transform-runtime": "6.15.0", |
47 | | - "babel-preset-es2015": "6.14.0", |
| 47 | + "babel-preset-es2015": "6.16.0", |
48 | 48 | "chai": "3.5.0", |
49 | | - "chai-as-promised": "5.3.0", |
| 49 | + "chai-as-promised": "6.0.0", |
50 | 50 | "chai-spies": "0.7.1", |
51 | 51 | "cz-conventional-changelog": "1.2.0", |
52 | | - "eslint": "3.5.0", |
53 | | - "eslint-config-airbnb": "11.1.0", |
54 | | - "eslint-plugin-flowtype": "2.17.1", |
55 | | - "eslint-plugin-import": "1.14.0", |
| 52 | + "eslint": "3.7.1", |
| 53 | + "eslint-config-airbnb": "12.0.0", |
| 54 | + "eslint-plugin-flowtype": "2.20.0", |
| 55 | + "eslint-plugin-import": "1.16.0", |
56 | 56 | "eslint-plugin-jsx-a11y": "2.2.2", |
57 | | - "eslint-plugin-react": "6.2.1", |
58 | | - "flow-bin": "0.32.0", |
59 | | - "mocha": "3.0.2", |
60 | | - "nyc": "8.1.0", |
| 57 | + "eslint-plugin-react": "6.3.0", |
| 58 | + "flow-bin": "0.33.0", |
| 59 | + "mocha": "3.1.0", |
| 60 | + "nyc": "8.3.0", |
61 | 61 | "rimraf": "2.5.4", |
62 | 62 | "sane": "1.4.1", |
63 | | - "semantic-release": "^4.3.5" |
| 63 | + "semantic-release": "4.3.5" |
64 | 64 | }, |
65 | 65 | "scripts": { |
66 | 66 | "build": "npm run build-cjs && npm run build-flow && npm run build-es", |
|
0 commit comments