|
9 | 9 | "url": "https://github.com/combine/react-redux-starter.git" |
10 | 10 | }, |
11 | 11 | "engines": { |
12 | | - "node": "4.2.4", |
13 | | - "npm": "2.14.x" |
| 12 | + "node": "5.5.0", |
| 13 | + "npm": "3.3.x" |
14 | 14 | }, |
15 | 15 | "scripts": { |
16 | 16 | "start": "npm run build:development; npm run start:development:server & npm run start:development:client", |
|
42 | 42 | "eslint": "1.10.3", |
43 | 43 | "eslint-plugin-react": "3.16.1", |
44 | 44 | "mocha": "2.4.5", |
45 | | - "react-transform-catch-errors": "1.0.1", |
46 | | - "react-transform-hmr": "1.0.1", |
47 | | - "redbox-react": "1.2.0", |
48 | | - "redux-devtools": "3.0.2", |
| 45 | + "react-transform-catch-errors": "1.0.2", |
| 46 | + "react-transform-hmr": "1.0.2", |
| 47 | + "redbox-react": "1.2.2", |
| 48 | + "redux-devtools": "3.1.1", |
49 | 49 | "redux-devtools-dock-monitor": "1.0.1", |
50 | | - "redux-devtools-log-monitor": "1.0.2", |
| 50 | + "redux-devtools-log-monitor": "1.0.4", |
51 | 51 | "webpack-dev-server": "1.14.1", |
52 | 52 | "yargs": "3.32.0" |
53 | 53 | }, |
54 | 54 | "dependencies": { |
55 | | - "babel": "6.3.26", |
56 | | - "babel-core": "6.4.5", |
57 | | - "babel-loader": "6.2.1", |
| 55 | + "babel": "6.5.1", |
| 56 | + "babel-core": "6.5.1", |
| 57 | + "babel-loader": "6.2.2", |
58 | 58 | "babel-plugin-react-transform": "2.0.0", |
59 | | - "babel-plugin-syntax-class-properties": "6.3.13", |
60 | | - "babel-plugin-syntax-decorators": "6.3.13", |
61 | | - "babel-plugin-syntax-object-rest-spread": "6.3.13", |
62 | | - "babel-plugin-transform-class-properties": "6.4.0", |
63 | | - "babel-plugin-transform-decorators": "6.4.0", |
64 | | - "babel-plugin-transform-object-rest-spread": "6.3.13", |
65 | | - "babel-polyfill": "6.3.14", |
66 | | - "babel-preset-es2015": "6.3.13", |
67 | | - "babel-preset-react": "6.3.13", |
68 | | - "babel-register": "6.4.3", |
| 59 | + "babel-plugin-syntax-class-properties": "6.5.0", |
| 60 | + "babel-plugin-syntax-decorators": "6.5.0", |
| 61 | + "babel-plugin-syntax-object-rest-spread": "6.5.0", |
| 62 | + "babel-plugin-transform-class-properties": "6.5.0", |
| 63 | + "babel-plugin-transform-decorators": "6.5.0", |
| 64 | + "babel-plugin-transform-object-rest-spread": "6.5.0", |
| 65 | + "babel-polyfill": "6.5.0", |
| 66 | + "babel-preset-es2015": "6.5.0", |
| 67 | + "babel-preset-react": "6.5.0", |
| 68 | + "babel-register": "6.5.1", |
69 | 69 | "bootstrap-sass": "3.3.6", |
70 | 70 | "classnames": "2.2.3", |
71 | 71 | "compression": "1.6.1", |
|
78 | 78 | "fastclick": "1.0.6", |
79 | 79 | "file-loader": "0.8.5", |
80 | 80 | "font-awesome": "4.5.0", |
81 | | - "history": "2.0.0-rc2", |
82 | | - "html-webpack-plugin": "2.7.2", |
83 | | - "include-media": "1.4.1", |
| 81 | + "history": "2.0.0", |
| 82 | + "html-webpack-plugin": "2.8.1", |
| 83 | + "include-media": "1.4.2", |
84 | 84 | "isomorphic-fetch": "2.2.1", |
85 | 85 | "json-loader": "0.5.4", |
86 | | - "lodash": "4.1.0", |
| 86 | + "lodash": "4.3.0", |
87 | 87 | "node-sass": "3.4.2", |
88 | 88 | "react": "0.14.7", |
89 | 89 | "react-dom": "0.14.7", |
90 | | - "react-redux": "4.1.2", |
91 | | - "react-router": "2.0.0-rc5", |
92 | | - "react-router-redux": "2.1.0", |
93 | | - "redux": "3.1.4", |
| 90 | + "react-redux": "4.4.0", |
| 91 | + "react-router": "2.0.0", |
| 92 | + "react-router-redux": "3.0.0", |
| 93 | + "redux": "3.3.1", |
94 | 94 | "redux-localstorage": "0.4.0", |
95 | 95 | "redux-thunk": "1.0.3", |
96 | | - "reselect": "2.0.2", |
| 96 | + "reselect": "2.0.3", |
97 | 97 | "sass-loader": "3.1.2", |
98 | 98 | "serve-static": "1.10.2", |
99 | 99 | "style-loader": "0.13.0", |
100 | 100 | "url-loader": "0.5.7", |
101 | | - "webpack": "1.12.12", |
| 101 | + "webpack": "1.12.13", |
102 | 102 | "webpack-isomorphic-tools": "2.2.26", |
103 | | - "webpack-sources": "0.1.0" |
| 103 | + "webpack-sources": "0.1.1" |
104 | 104 | } |
105 | 105 | } |
0 commit comments