|
28 | 28 | "graphql-compose": ">=1.4.0"
|
29 | 29 | },
|
30 | 30 | "devDependencies": {
|
31 |
| - "babel-cli": "6.16.0", |
32 |
| - "babel-core": "6.17.0", |
33 |
| - "babel-eslint": "7.0.0", |
| 31 | + "babel-cli": "^6.18.0", |
| 32 | + "babel-core": "^6.21.0", |
| 33 | + "babel-eslint": "^7.1.1", |
34 | 34 | "babel-plugin-syntax-async-functions": "6.13.0",
|
35 |
| - "babel-plugin-transform-class-properties": "6.16.0", |
36 |
| - "babel-plugin-transform-flow-strip-types": "6.14.0", |
37 |
| - "babel-plugin-transform-object-rest-spread": "6.16.0", |
38 |
| - "babel-plugin-transform-regenerator": "6.16.1", |
| 35 | + "babel-plugin-transform-class-properties": "^6.19.0", |
| 36 | + "babel-plugin-transform-flow-strip-types": "^6.21.0", |
| 37 | + "babel-plugin-transform-object-rest-spread": "^6.20.2", |
| 38 | + "babel-plugin-transform-regenerator": "^6.21.0", |
39 | 39 | "babel-plugin-transform-runtime": "6.15.0",
|
40 |
| - "babel-preset-es2015": "6.16.0", |
| 40 | + "babel-preset-es2015": "^6.18.0", |
41 | 41 | "chai": "3.5.0",
|
42 | 42 | "chai-as-promised": "6.0.0",
|
43 | 43 | "chai-spies": "0.7.1",
|
44 | 44 | "cz-conventional-changelog": "1.2.0",
|
45 |
| - "eslint": "3.7.1", |
| 45 | + "eslint": "^3.12.2", |
46 | 46 | "eslint-config-airbnb": "11.0.0",
|
47 |
| - "eslint-plugin-flowtype": "2.20.0", |
48 |
| - "eslint-plugin-import": "1.16.0", |
| 47 | + "eslint-plugin-flowtype": "^2.29.1", |
| 48 | + "eslint-plugin-import": "^2.2.0", |
49 | 49 | "eslint-plugin-jsx-a11y": "2.2.3",
|
50 | 50 | "eslint-plugin-react": "6.4.1",
|
51 |
| - "flow-bin": "0.33.0", |
| 51 | + "flow-bin": "^0.37.0", |
52 | 52 | "ghooks": "1.3.2",
|
53 |
| - "mocha": "3.1.2", |
54 |
| - "nyc": "8.3.1", |
| 53 | + "mocha": "^3.2.0", |
| 54 | + "nyc": "^10.0.0", |
55 | 55 | "rimraf": "2.5.4",
|
56 | 56 | "sane": "1.4.1",
|
57 |
| - "semantic-release": "4.3.5" |
| 57 | + "semantic-release": "^6.3.2" |
58 | 58 | },
|
59 | 59 | "dependencies": {
|
60 |
| - "babel-runtime": "6.11.6" |
| 60 | + "babel-runtime": "^6.20.0" |
61 | 61 | },
|
62 | 62 | "config": {
|
63 | 63 | "commitizen": {
|
|
0 commit comments