|
1 | 1 | { |
2 | 2 | "name": "react-redux-starter", |
3 | 3 | "description": "A universal starter kit built with react, react-router and redux. Server rendering with react and express, bundles with Webpack with hot module reloading and hot style reloading with SCSS support. Bonus: Cordova support.", |
4 | | - "version": "0.4.0", |
| 4 | + "version": "0.4.1", |
5 | 5 | "license": "MIT", |
6 | 6 | "main": "client/index.js", |
7 | 7 | "repository": { |
8 | 8 | "type": "git", |
9 | 9 | "url": "https://github.com/combine/react-redux-starter.git" |
10 | 10 | }, |
11 | 11 | "engines": { |
12 | | - "node": "5.9.1", |
| 12 | + "node": "6.2.1", |
13 | 13 | "npm": "3.3.x" |
14 | 14 | }, |
15 | 15 | "scripts": { |
|
38 | 38 | "babel-eslint": "6.0.4", |
39 | 39 | "chai": "3.5.0", |
40 | 40 | "chai-immutable": "1.5.4", |
41 | | - "cordova-lib": "6.1.1", |
42 | | - "eslint": "2.10.2", |
| 41 | + "cordova-lib": "6.2.0", |
| 42 | + "eslint": "2.12.0", |
43 | 43 | "eslint-plugin-react": "5.1.1", |
44 | | - "mocha": "2.4.5", |
| 44 | + "mocha": "2.5.3", |
45 | 45 | "nodemon": "1.9.2", |
46 | 46 | "react-transform-catch-errors": "1.0.2", |
47 | 47 | "react-transform-hmr": "1.0.4", |
48 | | - "redbox-react": "1.2.4", |
| 48 | + "redbox-react": "1.2.6", |
49 | 49 | "redux-devtools": "3.3.1", |
50 | 50 | "redux-devtools-dock-monitor": "1.1.1", |
51 | 51 | "redux-devtools-log-monitor": "1.0.11", |
|
54 | 54 | }, |
55 | 55 | "dependencies": { |
56 | 56 | "babel": "6.5.2", |
57 | | - "babel-core": "6.8.0", |
| 57 | + "babel-core": "6.9.1", |
58 | 58 | "babel-loader": "6.2.4", |
59 | 59 | "babel-plugin-react-transform": "2.0.2", |
60 | 60 | "babel-plugin-syntax-class-properties": "6.8.0", |
61 | 61 | "babel-plugin-syntax-decorators": "6.8.0", |
62 | 62 | "babel-plugin-syntax-object-rest-spread": "6.8.0", |
63 | | - "babel-plugin-transform-class-properties": "6.8.0", |
| 63 | + "babel-plugin-transform-class-properties": "6.9.1", |
64 | 64 | "babel-plugin-transform-decorators": "6.8.0", |
65 | 65 | "babel-plugin-transform-object-rest-spread": "6.8.0", |
66 | | - "babel-polyfill": "6.8.0", |
67 | | - "babel-preset-es2015": "6.6.0", |
| 66 | + "babel-polyfill": "6.9.1", |
| 67 | + "babel-preset-es2015": "6.9.0", |
68 | 68 | "babel-preset-react": "6.5.0", |
69 | | - "babel-register": "6.8.0", |
| 69 | + "babel-register": "6.9.0", |
70 | 70 | "bootstrap-sass": "3.3.6", |
71 | 71 | "classnames": "2.2.5", |
72 | 72 | "compression": "1.6.2", |
|
78 | 78 | "extract-text-webpack-plugin": "1.0.1", |
79 | 79 | "fastclick": "1.0.6", |
80 | 80 | "file-loader": "0.8.5", |
81 | | - "font-awesome": "4.6.1", |
82 | | - "history": "2.1.1", |
83 | | - "html-webpack-plugin": "2.17.0", |
| 81 | + "font-awesome": "4.6.3", |
| 82 | + "history": "3.0.0", |
| 83 | + "html-webpack-plugin": "2.20.0", |
84 | 84 | "include-media": "1.4.4", |
85 | 85 | "isomorphic-fetch": "2.2.1", |
86 | 86 | "json-loader": "0.5.4", |
87 | | - "lodash": "4.12.0", |
| 87 | + "lodash": "4.13.1", |
88 | 88 | "node-sass": "3.7.0", |
89 | | - "react": "15.0.2", |
90 | | - "react-dom": "15.0.2", |
| 89 | + "npm-check-updates": "2.6.7", |
| 90 | + "react": "15.1.0", |
| 91 | + "react-dom": "15.1.0", |
91 | 92 | "react-redux": "4.4.5", |
92 | | - "react-router": "2.4.0", |
93 | | - "react-router-redux": "4.0.4", |
| 93 | + "react-router": "2.4.1", |
| 94 | + "react-router-redux": "4.0.5", |
94 | 95 | "redux": "3.5.2", |
95 | 96 | "redux-localstorage": "0.4.0", |
96 | 97 | "redux-thunk": "2.1.0", |
97 | 98 | "reselect": "2.5.1", |
98 | 99 | "sass-loader": "3.2.0", |
99 | | - "serve-static": "1.10.2", |
| 100 | + "serve-static": "1.11.0", |
100 | 101 | "style-loader": "0.13.1", |
101 | 102 | "url-loader": "0.5.7", |
102 | | - "webpack": "1.13.0", |
103 | | - "webpack-isomorphic-tools": "2.2.50", |
| 103 | + "webpack": "1.13.1", |
| 104 | + "webpack-isomorphic-tools": "2.3.0", |
104 | 105 | "webpack-sources": "0.1.2" |
105 | 106 | } |
106 | 107 | } |
0 commit comments