|
16 | 16 | "author": "Jack Hsu <jack.hsu@gmail.com>", |
17 | 17 | "license": "ISC", |
18 | 18 | "dependencies": { |
19 | | - "classnames": "2.1.3", |
20 | | - "express": "4.7.2", |
21 | | - "extract-text-webpack-plugin": "0.8.0", |
22 | | - "lodash": "3.2.0", |
23 | | - "react": "0.13.3", |
24 | | - "react-redux": "0.9.0", |
25 | | - "redux": "1.0.1", |
| 19 | + "classnames": "2.2.0", |
| 20 | + "express": "4.13.3", |
| 21 | + "extract-text-webpack-plugin": "0.9.1", |
| 22 | + "lodash": "3.10.1", |
| 23 | + "react": "0.14.2", |
| 24 | + "react-redux": "4.0.0", |
| 25 | + "redux": "3.0.4", |
26 | 26 | "redux-actions": "0.8.0", |
27 | | - "serve-static": "1.9.2", |
| 27 | + "serve-static": "1.10.0", |
28 | 28 | "todomvc-app-css": "2.0.1", |
29 | | - "yargs": "3.5.3" |
| 29 | + "yargs": "3.29.0" |
30 | 30 | }, |
31 | 31 | "devDependencies": { |
32 | 32 | "babel": "5.2.17", |
33 | 33 | "babel-core": "5.2.17", |
34 | 34 | "babel-loader": "5.0.0", |
35 | 35 | "babel-runtime": "5.2.17", |
36 | | - "chai": "2.3.0", |
37 | | - "css-loader": "0.14.0", |
38 | | - "eslint-plugin-react": "3.3.0", |
39 | | - "file-loader": "0.8.1", |
40 | | - "jsdom": "3.1.2", |
| 36 | + "chai": "3.4.1", |
| 37 | + "css-loader": "0.22.0", |
| 38 | + "eslint-plugin-react": "3.8.0", |
| 39 | + "file-loader": "0.8.4", |
| 40 | + "jsdom": "7.0.2", |
41 | 41 | "mocha": "2.3.3", |
42 | | - "react-hot-loader": "1.2.9", |
43 | | - "redux-devtools": "1.0.2", |
| 42 | + "react-hot-loader": "1.3.0", |
| 43 | + "redux-devtools": "2.1.5", |
44 | 44 | "socket.io": "1.3.7", |
45 | | - "stats-webpack-plugin": "0.1.2", |
46 | | - "style-loader": "0.12.0", |
47 | | - "ts-loader": "0.5.5", |
| 45 | + "stats-webpack-plugin": "0.2.2", |
| 46 | + "style-loader": "0.13.0", |
| 47 | + "ts-loader": "0.6.1", |
48 | 48 | "typescript": "1.6.2", |
49 | 49 | "typescript-require": "0.2.9-1", |
50 | | - "webpack": "1.9.4", |
51 | | - "webpack-dev-server": "1.11.0" |
| 50 | + "webpack": "1.12.3", |
| 51 | + "webpack-dev-server": "1.12.1" |
52 | 52 | } |
53 | 53 | } |
0 commit comments