|
25 | 25 | "test": "echo \"Error: no test specified\" && exit 1" |
26 | 26 | }, |
27 | 27 | "dependencies": { |
28 | | - "babel-runtime": "^5.8.29", |
29 | | - "classnames": "^2.2.0", |
30 | | - "history": "^1.13.0", |
31 | | - "intl": "^1.0.1", |
32 | | - "parse-link-header": "^0.4.1", |
33 | | - "purecss": "^0.6.0", |
34 | | - "react": "^0.14.1", |
35 | | - "react-dom": "^0.14.1", |
| 28 | + "babel-runtime": "~5.8.29", |
| 29 | + "classnames": "~2.2.1", |
| 30 | + "history": "~1.13.1", |
| 31 | + "intl": "~1.0.1", |
| 32 | + "parse-link-header": "~0.4.1", |
| 33 | + "purecss": "~0.6.0", |
| 34 | + "react": "~0.14.3", |
| 35 | + "react-dom": "~0.14.3", |
36 | 36 | "react-intl": "2.0.0-beta-1", |
37 | | - "react-pure-render": "^1.0.2", |
38 | | - "react-redux": "^4.0.0", |
39 | | - "react-router": "^1.0.0-rc3", |
40 | | - "redux": "^3.0.4", |
41 | | - "redux-devtools": "^3.0.0-beta-3", |
42 | | - "redux-devtools-dock-monitor": "^1.0.0-beta-3", |
43 | | - "redux-devtools-log-monitor": "^1.0.0-beta-3", |
44 | | - "redux-router": "^1.0.0-beta3", |
45 | | - "redux-thunk": "^1.0.0", |
46 | | - "whatwg-fetch": "^0.10.0" |
| 37 | + "react-pure-render": "~1.0.2", |
| 38 | + "react-redux": "~4.0.1", |
| 39 | + "react-router": "~1.0.2", |
| 40 | + "redux": "~3.0.5", |
| 41 | + "redux-devtools": "~3.0.0", |
| 42 | + "redux-devtools-dock-monitor": "~1.0.1", |
| 43 | + "redux-devtools-log-monitor": "~1.0.1", |
| 44 | + "redux-router": "~1.0.0-beta5", |
| 45 | + "redux-thunk": "~1.0.2", |
| 46 | + "whatwg-fetch": "~0.10.1" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | 49 | "babel": "^5.8.29", |
|
52 | 52 | "babel-loader": "^5.3.2", |
53 | 53 | "babel-plugin-react-intl": "^1.0.0-beta-5", |
54 | 54 | "babel-plugin-react-transform": "^1.1.1", |
55 | | - "css-loader": "^0.21.0", |
| 55 | + "css-loader": "^0.23.0", |
56 | 56 | "cssnext-loader": "^1.0.1", |
57 | | - "eslint": "^1.7.3", |
58 | | - "eslint-plugin-react": "^3.6.3", |
| 57 | + "eslint": "^1.10.3", |
| 58 | + "eslint-plugin-react": "^3.11.3", |
59 | 59 | "express": "^4.13.3", |
60 | | - "extract-text-webpack-plugin": "^0.8.2", |
61 | | - "gh-pages": "^0.4.0", |
62 | | - "glob": "^5.0.15", |
63 | | - "html-webpack-plugin": "^1.6.2", |
| 60 | + "extract-text-webpack-plugin": "^0.9.1", |
| 61 | + "gh-pages": "^0.8.0", |
| 62 | + "glob": "^6.0.1", |
| 63 | + "html-webpack-plugin": "^1.7.0", |
64 | 64 | "mkdirp": "^0.5.1", |
65 | 65 | "react-transform-catch-errors": "^1.0.0", |
66 | 66 | "react-transform-hmr": "^1.0.1", |
67 | | - "redbox-react": "^1.1.1", |
68 | | - "rimraf": "^2.4.3", |
| 67 | + "redbox-react": "^1.2.0", |
| 68 | + "rimraf": "^2.4.4", |
69 | 69 | "style-loader": "^0.13.0", |
70 | | - "webpack": "^1.12.2", |
71 | | - "webpack-dev-middleware": "^1.2.0", |
72 | | - "webpack-hot-middleware": "^2.4.1" |
| 70 | + "webpack": "^1.12.9", |
| 71 | + "webpack-dev-middleware": "^1.4.0", |
| 72 | + "webpack-hot-middleware": "^2.6.0" |
73 | 73 | } |
74 | 74 | } |
0 commit comments