|
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-cli": "^6.3.15", |
| 42 | + "babel-core": "^6.1.20", |
| 43 | + "babel-eslint": "^5.0.0-beta4", |
| 44 | + "babel-loader": "^6.2.0", |
| 45 | + "babel-plugin-transform-decorators-legacy": "^1.2.0", |
| 46 | + "babel-preset-es2015": "^6.3.13", |
| 47 | + "babel-preset-react": "^6.3.13", |
| 48 | + "babel-preset-stage-0": "^6.3.13", |
45 | 49 | "eslint": "^1.7.1", |
46 | 50 | "eslint-config-rackt": "1.1.0", |
47 | 51 | "eslint-plugin-react": "^3.6.3", |
|
0 commit comments