|
18 | 18 | "license": "MIT",
|
19 | 19 | "devDependencies": {
|
20 | 20 | "babel": "^5.8.23",
|
21 |
| - "babel-loader": "^5.3.2", |
| 21 | + "babel-loader": "^5.3.3", |
22 | 22 | "babel-plugin-module-alias": "^0.1.2",
|
23 | 23 | "babel-plugin-react-transform": "^1.1.1",
|
24 |
| - "expect": "^1.12.2", |
| 24 | + "expect": "^1.13.0", |
25 | 25 | "express": "^4.13.3",
|
26 | 26 | "html-webpack-plugin": "^1.6.2",
|
27 |
| - "jsdom": "^7.0.1", |
| 27 | + "jsdom": "^7.0.2", |
28 | 28 | "mocha": "^2.3.3",
|
29 | 29 | "mocha-jsdom": "^1.0.0",
|
30 |
| - "nock": "^2.15.0", |
31 |
| - "react-addons-test-utils": "^0.14.0", |
| 30 | + "nock": "^2.18.2", |
| 31 | + "react-addons-test-utils": "^0.14.2", |
32 | 32 | "react-transform-catch-errors": "^1.0.0",
|
33 | 33 | "react-transform-hmr": "^1.0.1",
|
34 | 34 | "redbox-react": "^1.1.1",
|
35 | 35 | "redux-devtools": "^3.0.0-beta-3",
|
36 | 36 | "redux-devtools-dock-monitor": "^1.0.0-beta-3",
|
37 | 37 | "redux-devtools-log-monitor": "^1.0.0-beta-3",
|
38 | 38 | "request": "^2.65.0",
|
39 |
| - "webpack": "^1.12.2", |
| 39 | + "webpack": "^1.12.4", |
40 | 40 | "webpack-dev-middleware": "^1.2.0",
|
41 |
| - "webpack-hot-middleware": "^2.4.1" |
| 41 | + "webpack-hot-middleware": "^2.5.0" |
42 | 42 | },
|
43 | 43 | "dependencies": {
|
44 | 44 | "axios": "^0.7.0",
|
45 |
| - "history": "^1.12.5", |
| 45 | + "history": "^1.13.0", |
46 | 46 | "deep-equal": "^1.0.1",
|
47 | 47 | "isdev": "^1.0.1",
|
48 |
| - "qs": "^5.2.0", |
49 |
| - "react": "^0.14.0", |
50 |
| - "react-dom": "^0.14.0", |
| 48 | + "qs": "^6.0.0", |
| 49 | + "react": "^0.14.2", |
| 50 | + "react-dom": "^0.14.2", |
51 | 51 | "react-redux": "^4.0.0",
|
52 |
| - "react-router": "^1.0.0-rc3", |
53 |
| - "redux": "^3.0.3", |
| 52 | + "react-router": "^1.0.0", |
| 53 | + "redux": "^3.0.4", |
54 | 54 | "redux-thunk": "^1.0.0"
|
55 | 55 | }
|
56 | 56 | }
|
0 commit comments