|
39 | 39 | "cover:lcov": "babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha"
|
40 | 40 | },
|
41 | 41 | "peerDependencies": {
|
42 |
| - "graphql": "^0.5.0 || ^0.6.0 || ^0.7.0 || ^0.8.0-b || ^0.9.0 || ^0.10.0 || ^0.11.0" |
| 42 | + "graphql": "^0.5.0 || ^0.6.0 || ^0.7.0 || ^0.8.0-b || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0" |
43 | 43 | },
|
44 | 44 | "devDependencies": {
|
45 |
| - "babel-cli": "^6.22.2", |
46 |
| - "babel-core": "^6.22.1", |
47 |
| - "babel-eslint": "^7.1.1", |
| 45 | + "babel-cli": "^6.26.0", |
| 46 | + "babel-core": "^6.26.0", |
| 47 | + "babel-eslint": "^8.2.1", |
48 | 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.22.0", |
| 50 | + "babel-plugin-transform-class-properties": "^6.24.1", |
51 | 51 | "babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
|
52 | 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", |
| 53 | + "babel-plugin-transform-es2015-block-scoping": "^6.26.0", |
| 54 | + "babel-plugin-transform-es2015-classes": "^6.24.1", |
| 55 | + "babel-plugin-transform-es2015-computed-properties": "^6.24.1", |
| 56 | + "babel-plugin-transform-es2015-destructuring": "^6.23.0", |
| 57 | + "babel-plugin-transform-es2015-duplicate-keys": "^6.24.1", |
| 58 | + "babel-plugin-transform-es2015-function-name": "^6.24.1", |
59 | 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", |
| 60 | + "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0", |
| 61 | + "babel-plugin-transform-es2015-object-super": "^6.24.1", |
| 62 | + "babel-plugin-transform-es2015-parameters": "^6.24.1", |
| 63 | + "babel-plugin-transform-es2015-shorthand-properties": "^6.24.1", |
64 | 64 | "babel-plugin-transform-es2015-spread": "^6.22.0",
|
65 | 65 | "babel-plugin-transform-es2015-template-literals": "^6.22.0",
|
66 | 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 |
| - "chai": "3.5.0", |
70 |
| - "coveralls": "2.11.15", |
71 |
| - "eslint": "^3.14.1", |
72 |
| - "eslint-plugin-babel": "^4.0.1", |
73 |
| - "eslint-plugin-flowtype": "^2.30.0", |
74 |
| - "flow-bin": "^0.60.1", |
75 |
| - "graphql": "^0.11.7", |
| 67 | + "babel-plugin-transform-object-rest-spread": "^6.26.0", |
| 68 | + "babel-plugin-transform-regenerator": "^6.26.0", |
| 69 | + "chai": "4.1.2", |
| 70 | + "coveralls": "3.0.0", |
| 71 | + "eslint": "^4.17.0", |
| 72 | + "eslint-plugin-babel": "^4.1.2", |
| 73 | + "eslint-plugin-flowtype": "^2.42.0", |
| 74 | + "flow-bin": "^0.65.0", |
| 75 | + "graphql": "^0.13.0", |
76 | 76 | "isparta": "4.0.0",
|
77 |
| - "mocha": "^3.2.0", |
78 |
| - "sane": "^1.5.0" |
| 77 | + "mocha": "^5.0.0", |
| 78 | + "sane": "^2.3.0" |
79 | 79 | }
|
80 | 80 | }
|
0 commit comments