|
34 | 34 | "preversion": ". ./resources/checkgit.sh && npm test",
|
35 | 35 | "prepublish": ". ./resources/prepublish.sh"
|
36 | 36 | },
|
37 |
| - "dependencies": { |
38 |
| - "babel-runtime": ">=6.0.0" |
39 |
| - }, |
40 | 37 | "devDependencies": {
|
41 |
| - "babel-cli": "6.9.0", |
42 |
| - "babel-eslint": "6.0.4", |
| 38 | + "babel-cli": "6.10.1", |
| 39 | + "babel-eslint": "6.1.0", |
| 40 | + "babel-plugin-check-es2015-constants": "6.8.0", |
43 | 41 | "babel-plugin-syntax-async-functions": "6.8.0",
|
44 |
| - "babel-plugin-transform-class-properties": "6.9.1", |
| 42 | + "babel-plugin-transform-class-properties": "6.10.2", |
| 43 | + "babel-plugin-transform-es2015-arrow-functions": "6.8.0", |
| 44 | + "babel-plugin-transform-es2015-block-scoped-functions": "6.8.0", |
| 45 | + "babel-plugin-transform-es2015-block-scoping": "6.10.1", |
| 46 | + "babel-plugin-transform-es2015-classes": "6.9.0", |
| 47 | + "babel-plugin-transform-es2015-computed-properties": "6.8.0", |
| 48 | + "babel-plugin-transform-es2015-destructuring": "6.9.0", |
| 49 | + "babel-plugin-transform-es2015-duplicate-keys": "6.8.0", |
| 50 | + "babel-plugin-transform-es2015-function-name": "6.9.0", |
| 51 | + "babel-plugin-transform-es2015-literals": "6.8.0", |
| 52 | + "babel-plugin-transform-es2015-modules-commonjs": "6.10.3", |
| 53 | + "babel-plugin-transform-es2015-object-super": "6.8.0", |
| 54 | + "babel-plugin-transform-es2015-parameters": "6.9.0", |
| 55 | + "babel-plugin-transform-es2015-shorthand-properties": "6.8.0", |
| 56 | + "babel-plugin-transform-es2015-spread": "6.8.0", |
| 57 | + "babel-plugin-transform-es2015-template-literals": "6.8.0", |
45 | 58 | "babel-plugin-transform-flow-strip-types": "6.8.0",
|
46 | 59 | "babel-plugin-transform-object-rest-spread": "6.8.0",
|
47 | 60 | "babel-plugin-transform-regenerator": "6.9.0",
|
48 |
| - "babel-plugin-transform-runtime": "6.9.0", |
49 |
| - "babel-preset-es2015": "6.6.0", |
50 | 61 | "chai": "3.5.0",
|
51 | 62 | "chai-subset": "1.2.2",
|
52 | 63 | "coveralls": "2.11.9",
|
53 | 64 | "eslint": "2.11.1",
|
54 | 65 | "eslint-plugin-babel": "3.2.0",
|
55 |
| - "eslint-plugin-flow-vars": "^0.4.0", |
| 66 | + "eslint-plugin-flow-vars": "0.4.0", |
56 | 67 | "eslint-plugin-flowtype": "2.2.7",
|
57 | 68 | "flow-bin": "0.28.0",
|
58 | 69 | "isparta": "4.0.0",
|
|
0 commit comments