|
4 | 4 | "repository": "reactjs/react-router-redux",
|
5 | 5 | "license": "MIT",
|
6 | 6 | "dependencies": {
|
7 |
| - "react": "^0.14.2", |
8 |
| - "react-dom": "^0.14.2", |
9 |
| - "react-redux": "^4.0.0", |
| 7 | + "react": "^0.14.7", |
| 8 | + "react-dom": "^0.14.7", |
| 9 | + "react-redux": "^4.3.0", |
10 | 10 | "react-router": "^2.0.0",
|
11 |
| - "redux": "^3.0.4", |
12 |
| - "react-router-redux": "^2.1.0" |
| 11 | + "redux": "^3.2.1", |
| 12 | + "react-router-redux": "^3.0.0" |
13 | 13 | },
|
14 | 14 | "devDependencies": {
|
15 |
| - "babel-core": "^6.1.21", |
16 |
| - "babel-eslint": "^5.0.0-beta6", |
17 |
| - "babel-loader": "^6.2.0", |
18 |
| - "babel-preset-es2015": "^6.1.18", |
19 |
| - "babel-preset-react": "^6.1.18", |
| 15 | + "babel-core": "^6.4.5", |
| 16 | + "babel-eslint": "^5.0.0-beta9", |
| 17 | + "babel-loader": "^6.2.2", |
| 18 | + "babel-preset-es2015": "^6.3.13", |
| 19 | + "babel-preset-react": "^6.3.13", |
20 | 20 | "babel-preset-stage-1": "^6.3.13",
|
21 | 21 | "eslint": "^1.10.3",
|
22 | 22 | "eslint-config-rackt": "^1.1.1",
|
23 |
| - "eslint-plugin-react": "^3.15.0", |
24 |
| - "redux-devtools": "^3.0.0", |
| 23 | + "eslint-plugin-react": "^3.16.1", |
| 24 | + "redux-devtools": "^3.1.0", |
25 | 25 | "redux-devtools-dock-monitor": "^1.0.1",
|
26 |
| - "redux-devtools-log-monitor": "^1.0.1", |
27 |
| - "webpack": "^1.12.6" |
| 26 | + "redux-devtools-log-monitor": "^1.0.4", |
| 27 | + "webpack": "^1.12.13", |
| 28 | + "webpack-dev-server": "^1.14.1" |
28 | 29 | },
|
29 | 30 | "scripts": {
|
30 |
| - "start": "webpack --watch" |
| 31 | + "start": "webpack-dev-server --history-api-fallback --no-info --open" |
31 | 32 | }
|
32 | 33 | }
|
0 commit comments