|
42 | 42 | "graphql": "^0.5.0 || ^0.6.0 || ^0.7.0 || ^0.8.0-b || ^0.9.0"
|
43 | 43 | },
|
44 | 44 | "devDependencies": {
|
45 |
| - "babel-cli": "6.18.0", |
46 |
| - "babel-core": "6.18.2", |
47 |
| - "babel-eslint": "7.1.0", |
48 |
| - "babel-plugin-check-es2015-constants": "6.8.0", |
| 45 | + "babel-cli": "^6.22.2", |
| 46 | + "babel-core": "^6.22.1", |
| 47 | + "babel-eslint": "^7.1.1", |
| 48 | + "babel-plugin-check-es2015-constants": "^6.22.0", |
49 | 49 | "babel-plugin-syntax-async-functions": "6.13.0",
|
50 |
| - "babel-plugin-transform-class-properties": "6.18.0", |
51 |
| - "babel-plugin-transform-es2015-arrow-functions": "6.8.0", |
52 |
| - "babel-plugin-transform-es2015-block-scoped-functions": "6.8.0", |
53 |
| - "babel-plugin-transform-es2015-block-scoping": "6.18.0", |
54 |
| - "babel-plugin-transform-es2015-classes": "6.18.0", |
55 |
| - "babel-plugin-transform-es2015-computed-properties": "6.8.0", |
56 |
| - "babel-plugin-transform-es2015-destructuring": "6.18.0", |
57 |
| - "babel-plugin-transform-es2015-duplicate-keys": "6.8.0", |
58 |
| - "babel-plugin-transform-es2015-function-name": "6.9.0", |
59 |
| - "babel-plugin-transform-es2015-literals": "6.8.0", |
60 |
| - "babel-plugin-transform-es2015-modules-commonjs": "6.18.0", |
61 |
| - "babel-plugin-transform-es2015-object-super": "6.8.0", |
62 |
| - "babel-plugin-transform-es2015-parameters": "6.18.0", |
63 |
| - "babel-plugin-transform-es2015-shorthand-properties": "6.18.0", |
64 |
| - "babel-plugin-transform-es2015-spread": "6.8.0", |
65 |
| - "babel-plugin-transform-es2015-template-literals": "6.8.0", |
66 |
| - "babel-plugin-transform-flow-strip-types": "6.18.0", |
67 |
| - "babel-plugin-transform-object-rest-spread": "6.16.0", |
68 |
| - "babel-plugin-transform-regenerator": "6.16.1", |
| 50 | + "babel-plugin-transform-class-properties": "^6.22.0", |
| 51 | + "babel-plugin-transform-es2015-arrow-functions": "^6.22.0", |
| 52 | + "babel-plugin-transform-es2015-block-scoped-functions": "^6.22.0", |
| 53 | + "babel-plugin-transform-es2015-block-scoping": "^6.22.0", |
| 54 | + "babel-plugin-transform-es2015-classes": "^6.22.0", |
| 55 | + "babel-plugin-transform-es2015-computed-properties": "^6.22.0", |
| 56 | + "babel-plugin-transform-es2015-destructuring": "^6.22.0", |
| 57 | + "babel-plugin-transform-es2015-duplicate-keys": "^6.22.0", |
| 58 | + "babel-plugin-transform-es2015-function-name": "^6.22.0", |
| 59 | + "babel-plugin-transform-es2015-literals": "^6.22.0", |
| 60 | + "babel-plugin-transform-es2015-modules-commonjs": "^6.22.0", |
| 61 | + "babel-plugin-transform-es2015-object-super": "^6.22.0", |
| 62 | + "babel-plugin-transform-es2015-parameters": "^6.22.0", |
| 63 | + "babel-plugin-transform-es2015-shorthand-properties": "^6.22.0", |
| 64 | + "babel-plugin-transform-es2015-spread": "^6.22.0", |
| 65 | + "babel-plugin-transform-es2015-template-literals": "^6.22.0", |
| 66 | + "babel-plugin-transform-flow-strip-types": "^6.22.0", |
| 67 | + "babel-plugin-transform-object-rest-spread": "^6.22.0", |
| 68 | + "babel-plugin-transform-regenerator": "^6.22.0", |
69 | 69 | "chai": "3.5.0",
|
70 | 70 | "coveralls": "2.11.15",
|
71 |
| - "eslint": "3.10.2", |
72 |
| - "eslint-plugin-babel": "3.3.0", |
73 |
| - "eslint-plugin-flowtype": "2.25.0", |
74 |
| - "flow-bin": "0.35.0", |
| 71 | + "eslint": "^3.14.1", |
| 72 | + "eslint-plugin-babel": "^4.0.1", |
| 73 | + "eslint-plugin-flowtype": "^2.30.0", |
| 74 | + "flow-bin": "^0.38.0", |
75 | 75 | "graphql": "0.9.1",
|
76 | 76 | "isparta": "4.0.0",
|
77 |
| - "mocha": "3.1.2", |
78 |
| - "sane": "1.4.1" |
| 77 | + "mocha": "^3.2.0", |
| 78 | + "sane": "^1.5.0" |
79 | 79 | }
|
80 | 80 | }
|
0 commit comments