|
27 | 27 | "graphql-compose": ">=1.4.0" |
28 | 28 | }, |
29 | 29 | "devDependencies": { |
30 | | - "babel-cli": "6.14.0", |
31 | | - "babel-core": "6.14.0", |
32 | | - "babel-eslint": "6.1.2", |
| 30 | + "babel-cli": "^6.18.0", |
| 31 | + "babel-core": "^6.21.0", |
| 32 | + "babel-eslint": "^7.1.1", |
33 | 33 | "babel-plugin-syntax-async-functions": "6.13.0", |
34 | | - "babel-plugin-transform-class-properties": "6.11.5", |
35 | | - "babel-plugin-transform-flow-strip-types": "6.14.0", |
36 | | - "babel-plugin-transform-object-rest-spread": "6.8.0", |
37 | | - "babel-plugin-transform-regenerator": "6.14.0", |
| 34 | + "babel-plugin-transform-class-properties": "^6.19.0", |
| 35 | + "babel-plugin-transform-flow-strip-types": "^6.21.0", |
| 36 | + "babel-plugin-transform-object-rest-spread": "^6.20.2", |
| 37 | + "babel-plugin-transform-regenerator": "^6.21.0", |
38 | 38 | "babel-plugin-transform-runtime": "6.15.0", |
39 | | - "babel-preset-es2015": "6.14.0", |
| 39 | + "babel-preset-es2015": "^6.18.0", |
40 | 40 | "chai": "3.5.0", |
41 | | - "chai-as-promised": "5.3.0", |
| 41 | + "chai-as-promised": "^6.0.0", |
42 | 42 | "chai-spies": "0.7.1", |
43 | 43 | "cz-conventional-changelog": "1.2.0", |
44 | | - "eslint": "3.4.0", |
| 44 | + "eslint": "^3.12.2", |
45 | 45 | "eslint-config-airbnb": "10.0.1", |
46 | | - "eslint-plugin-flowtype": "2.15.0", |
47 | | - "eslint-plugin-import": "1.14.0", |
| 46 | + "eslint-plugin-flowtype": "^2.29.1", |
| 47 | + "eslint-plugin-import": "^2.2.0", |
48 | 48 | "eslint-plugin-jsx-a11y": "2.2.1", |
49 | 49 | "eslint-plugin-react": "6.2.0", |
50 | | - "flow-bin": "0.32.0", |
51 | | - "mocha": "3.0.2", |
52 | | - "nyc": "8.1.0", |
| 50 | + "flow-bin": "^0.37.0", |
| 51 | + "mocha": "^3.2.0", |
| 52 | + "nyc": "^10.0.0", |
53 | 53 | "rimraf": "2.5.4", |
54 | 54 | "sane": "1.4.1", |
55 | | - "semantic-release": "^4.3.5" |
| 55 | + "semantic-release": "^6.3.2" |
56 | 56 | }, |
57 | 57 | "dependencies": { |
58 | | - "babel-runtime": "6.11.6" |
| 58 | + "babel-runtime": "^6.20.0" |
59 | 59 | }, |
60 | 60 | "config": { |
61 | 61 | "commitizen": { |
|
0 commit comments