|
29 | 29 | "homepage": "https://github.com/pheuter/essential-react",
|
30 | 30 | "devDependencies": {
|
31 | 31 | "autoprefixer": "^6.0.2",
|
32 |
| - "ava": "^0.11.0", |
33 |
| - "babel-loader": "^6.2.1", |
34 |
| - "babel-plugin-transform-runtime": "^6.4.3", |
35 |
| - "babel-preset-es2015": "^6.3.13", |
36 |
| - "babel-preset-react": "^6.3.13", |
37 |
| - "babel-preset-stage-0": "^6.3.13", |
38 |
| - "babel-register": "^6.4.3", |
| 32 | + "ava": "^0.12.0", |
| 33 | + "babel-loader": "^6.2.4", |
| 34 | + "babel-plugin-transform-runtime": "^6.5.2", |
| 35 | + "babel-preset-es2015": "^6.5.0", |
| 36 | + "babel-preset-react": "^6.5.0", |
| 37 | + "babel-preset-stage-0": "^6.5.0", |
| 38 | + "babel-register": "^6.5.2", |
39 | 39 | "coveralls": "^2.11.2",
|
40 | 40 | "css-loader": "^0.18.0",
|
41 |
| - "enzyme": "^1.4.0", |
| 41 | + "enzyme": "^2.0.0", |
42 | 42 | "extract-text-webpack-plugin": "^0.8.2",
|
43 |
| - "nyc": "^5.3.0", |
| 43 | + "nyc": "^5.6.0", |
44 | 44 | "postcss-loader": "^0.6.0",
|
45 | 45 | "postcss-nested": "^1.0.0",
|
46 |
| - "react-addons-test-utils": "^0.14.6", |
| 46 | + "react-addons-test-utils": "^0.14.7", |
47 | 47 | "react-hot-loader": "^1.3.0",
|
48 | 48 | "sinon": "^1.17.2",
|
49 | 49 | "style-loader": "^0.12.3",
|
50 |
| - "webpack": "^1.12.12", |
| 50 | + "webpack": "^1.12.14", |
51 | 51 | "webpack-dev-server": "^1.14.1"
|
52 | 52 | },
|
53 | 53 | "dependencies": {
|
54 |
| - "babel-core": "^6.4.5", |
55 |
| - "babel-polyfill": "^6.3.14", |
56 |
| - "babel-runtime": "^6.3.19", |
| 54 | + "babel-core": "^6.5.2", |
| 55 | + "babel-polyfill": "^6.5.0", |
| 56 | + "babel-runtime": "^6.5.0", |
57 | 57 | "express": "^4.12.3",
|
58 |
| - "react": "^0.14.6", |
59 |
| - "react-dom": "^0.14.6", |
| 58 | + "react": "^0.14.7", |
| 59 | + "react-dom": "^0.14.7", |
60 | 60 | "react-router": "^2.0.0"
|
61 | 61 | }
|
62 | 62 | }
|
0 commit comments