|
2 | 2 | "name": "WebApplicationBasic",
|
3 | 3 | "version": "0.0.0",
|
4 | 4 | "dependencies": {
|
5 |
| - "@types/history": "^2.0.0", |
| 5 | + "@types/history": "^4.5.0", |
6 | 6 | "@types/react": "^0.14.29",
|
7 | 7 | "@types/react-dom": "^0.14.14",
|
8 | 8 | "@types/react-redux": "^4.4.29",
|
9 |
| - "@types/react-router": "^2.0.30", |
10 |
| - "@types/react-router-redux": "4.0.30", |
| 9 | + "@types/react-router": "^4.0.4", |
| 10 | + "@types/react-router-redux": "^5.0.0", |
11 | 11 | "@types/redux": "3.5.27",
|
12 | 12 | "@types/webpack": "^2.2.0",
|
13 | 13 | "@types/webpack-env": "^1.13.0",
|
|
25 | 25 | "event-source-polyfill": "^0.0.7",
|
26 | 26 | "extract-text-webpack-plugin": "^2.0.0-rc",
|
27 | 27 | "file-loader": "^0.8.5",
|
| 28 | + "history": "^4.6.1", |
28 | 29 | "jquery": "^2.2.1",
|
29 | 30 | "json-loader": "^0.5.4",
|
30 | 31 | "node-noop": "^1.0.0",
|
31 | 32 | "react": "~15.4.0",
|
32 | 33 | "react-dom": "~15.4.0",
|
33 | 34 | "react-redux": "^4.4.5",
|
34 |
| - "react-router": "^2.8.1", |
35 |
| - "react-router-redux": "^4.0.6", |
| 35 | + "react-router-dom": "^4.1.0", |
| 36 | + "react-router-redux": "^5.0.0-alpha.5", |
36 | 37 | "redux": "^3.6.0",
|
37 | 38 | "redux-thunk": "^2.2.0",
|
38 | 39 | "style-loader": "^0.13.0",
|
|
0 commit comments