|
12 | 12 | "clean": "rimraf lib dist coverage", |
13 | 13 | "lint": "eslint src test", |
14 | 14 | "prepublish": "npm run clean && npm run build", |
15 | | - "test": "mocha --compilers js:babel/register --recursive --require ./test/setup.js", |
| 15 | + "test": "mocha --compilers js:babel-core/register --recursive --require ./test/setup.js", |
16 | 16 | "test:watch": "npm test -- --watch", |
17 | 17 | "test:cov": "babel-node ./node_modules/isparta/bin/isparta cover ./node_modules/mocha/bin/_mocha -- --recursive" |
18 | 18 | }, |
|
38 | 38 | }, |
39 | 39 | "homepage": "https://github.com/gaearon/react-redux", |
40 | 40 | "devDependencies": { |
41 | | - "babel": "^5.8.21", |
42 | | - "babel-core": "^5.8.22", |
43 | | - "babel-eslint": "^3.1.15", |
44 | | - "babel-loader": "^5.3.2", |
| 41 | + "babel-core": "^6.1.20", |
| 42 | + "babel-eslint": "^5.0.0-beta4", |
| 43 | + "babel-loader": "^6.2.0", |
| 44 | + "babel-plugin-check-es2015-constants": "^6.3.13", |
| 45 | + "babel-plugin-syntax-class-constructor-call": "^6.3.13", |
| 46 | + "babel-plugin-syntax-class-properties": "^6.3.13", |
| 47 | + "babel-plugin-syntax-export-extensions": "^6.3.13", |
| 48 | + "babel-plugin-syntax-jsx": "^6.0.14", |
| 49 | + "babel-plugin-transform-class-constructor-call": "^6.3.13", |
| 50 | + "babel-plugin-transform-es2015-arrow-functions": "^6.0.14", |
| 51 | + "babel-plugin-transform-es2015-block-scoping": "^6.3.13", |
| 52 | + "babel-plugin-transform-es2015-classes": "^6.3.15", |
| 53 | + "babel-plugin-transform-es2015-destructuring": "^6.3.15", |
| 54 | + "babel-plugin-transform-es2015-literals": "^6.3.13", |
| 55 | + "babel-plugin-transform-es2015-modules-commonjs": "^6.3.13", |
| 56 | + "babel-plugin-transform-es2015-parameters": "^6.3.13", |
| 57 | + "babel-plugin-transform-es2015-shorthand-properties": "^6.3.13", |
| 58 | + "babel-plugin-transform-es2015-spread": "^6.0.14", |
| 59 | + "babel-plugin-transform-es2015-template-literals": "^6.3.13", |
| 60 | + "babel-plugin-transform-export-extensions": "^6.3.13", |
| 61 | + "babel-plugin-transform-react-jsx": "^6.0.18", |
| 62 | + "babel-polyfill": "^6.3.14", |
| 63 | + "babel-preset-es2015": "^6.3.13", |
| 64 | + "babel-preset-react": "^6.3.13", |
| 65 | + "babel-preset-stage-0": "^6.3.13", |
| 66 | + "babel-register": "^6.3.13", |
45 | 67 | "eslint": "^1.7.1", |
46 | 68 | "eslint-config-rackt": "1.1.0", |
47 | 69 | "eslint-plugin-react": "^3.6.3", |
|
0 commit comments