|
25 | 25 | "testRegex": "/__tests__/.*\\.(ts|tsx|js)$"
|
26 | 26 | },
|
27 | 27 | "devDependencies": {
|
28 |
| - "babel-core": "^6.14.0", |
29 |
| - "babel-loader": "^6.2.5", |
| 28 | + "babel-core": "^6.18.2", |
| 29 | + "babel-loader": "^6.2.8", |
30 | 30 | "babel-plugin-transform-runtime": "^6.12.0",
|
31 |
| - "babel-preset-es2015": "^6.14.0", |
| 31 | + "babel-preset-es2015": "^6.18.0", |
32 | 32 | "babel-preset-react": "^6.11.1",
|
33 | 33 | "babel-preset-stage-0": "^6.5.0",
|
34 | 34 | "copy-webpack-plugin": "^3.0.1",
|
|
40 | 40 | "jest-cli": "^15.1.1",
|
41 | 41 | "json-loader": "^0.5.4",
|
42 | 42 | "react-addons-test-utils": "^15.3.1",
|
43 |
| - "react-hot-loader": "^1.3.0", |
44 | 43 | "react-transform-hmr": "^1.0.4",
|
45 | 44 | "style-loader": "^0.13.1",
|
46 |
| - "ts-loader": "^0.8.2", |
| 45 | + "ts-loader": "^1.2.2", |
47 | 46 | "tslint": "^3.14.0",
|
48 | 47 | "tslint-loader": "^2.1.5",
|
49 | 48 | "tslint-react": "^0.4.0",
|
50 |
| - "typescript": "^1.8.10", |
51 |
| - "typings": "^1.3.3", |
52 |
| - "webpack": "^1.13.0", |
53 |
| - "webpack-dev-server": "^1.14.1", |
| 49 | + "typescript": "^2.1.1", |
| 50 | + "typings": "^2.0.0", |
| 51 | + "webpack": "^1.13.3", |
| 52 | + "webpack-dev-server": "^1.16.2", |
54 | 53 | "whatwg-fetch": "^1.0.0"
|
55 | 54 | },
|
56 | 55 | "dependencies": {
|
57 | 56 | "immutable": "^3.8.1",
|
58 | 57 | "radium": "^0.18.1",
|
59 |
| - "react": "^15.0.1", |
60 |
| - "react-dom": "^15.0.1", |
| 58 | + "react": "^15.3.2", |
| 59 | + "react-dom": "^15.3.2", |
61 | 60 | "react-redux": "^4.4.5",
|
62 | 61 | "react-router": "^2.6.1",
|
63 |
| - "react-router-redux": "^4.0.5", |
| 62 | + "react-router-redux": "^4.0.6", |
64 | 63 | "redux": "^3.5.2",
|
65 | 64 | "redux-immutable": "3.0.6",
|
66 | 65 | "redux-logger": "^2.6.1",
|
|
0 commit comments