|
109 | 109 | "babel-preset-stage-0": "^6.16.0", |
110 | 110 | "babel-register": "^6.18.0", |
111 | 111 | "babel-runtime": "^6.20.0", |
112 | | - "body-parser": "^1.15.2", |
| 112 | + "body-parser": "^1.16.0", |
113 | 113 | "compression": "^1.6.2", |
114 | 114 | "cookie-parser": "^1.4.3", |
115 | 115 | "express": "^4.14.0", |
116 | 116 | "express-session": "^1.14.2", |
117 | 117 | "feathers": "^2.0.3", |
118 | 118 | "feathers-authentication": "^1.0.2", |
119 | 119 | "feathers-authentication-client": "git+https://github.com/bertho-zero/feathers-authentication-client.git#patch-3", |
120 | | - "feathers-authentication-jwt": "^0.3.0", |
| 120 | + "feathers-authentication-jwt": "^0.3.1", |
121 | 121 | "feathers-authentication-local": "^0.3.2", |
122 | 122 | "feathers-authentication-oauth1": "^0.2.3", |
123 | 123 | "feathers-authentication-oauth2": "^0.2.3", |
124 | 124 | "feathers-errors": "^2.5.0", |
125 | 125 | "feathers-hooks": "^1.7.1", |
126 | 126 | "feathers-hooks-common": "^2.0.3", |
127 | 127 | "feathers-nedb": "^2.6.0", |
128 | | - "feathers-rest": "^1.5.2", |
| 128 | + "feathers-rest": "^1.6.0", |
129 | 129 | "feathers-socketio": "^1.4.2", |
130 | 130 | "http-proxy": "^1.16.2", |
131 | 131 | "is-promise": "^2.1.0", |
|
139 | 139 | "nedb": "^1.8.0", |
140 | 140 | "passport-facebook-token": "^3.3.0", |
141 | 141 | "pretty-error": "^2.0.2", |
142 | | - "react": "^15.4.1", |
| 142 | + "react": "^15.4.2", |
143 | 143 | "react-bootstrap": "^0.30.7", |
144 | | - "react-dom": "^15.4.1", |
145 | | - "react-helmet": "^3.2.3", |
146 | | - "react-redux": "^5.0.1", |
147 | | - "react-router": "^3.0.0", |
| 144 | + "react-dom": "^15.4.2", |
| 145 | + "react-helmet": "^4.0.0", |
| 146 | + "react-redux": "^5.0.2", |
| 147 | + "react-router": "^3.0.2", |
148 | 148 | "react-router-bootstrap": "^0.23.1", |
149 | 149 | "react-router-redux": "^4.0.7", |
150 | 150 | "react-router-scroll": "^0.4.1", |
151 | 151 | "redux": "^3.6.0", |
152 | 152 | "redux-auth-wrapper": "^0.9.0", |
153 | 153 | "redux-connect": "^5.0.0", |
154 | | - "redux-form": "^6.3.2", |
155 | | - "redux-persist": "^4.0.0-beta2", |
| 154 | + "redux-form": "^6.4.3", |
| 155 | + "redux-persist": "^4.0.1", |
156 | 156 | "serialize-javascript": "^1.3.0", |
157 | 157 | "serve-favicon": "^2.3.2", |
158 | 158 | "socket.io": "^1.7.2", |
159 | 159 | "socket.io-client": "^1.7.2", |
160 | | - "superagent": "^3.3.0" |
| 160 | + "superagent": "^3.3.2" |
161 | 161 | }, |
162 | 162 | "devDependencies": { |
163 | 163 | "autoprefixer-loader": "^3.2.0", |
|
169 | 169 | "bootstrap-loader": "^2.0.0-beta.19", |
170 | 170 | "bootstrap-sass": "^3.3.7", |
171 | 171 | "chai": "^3.5.0", |
172 | | - "clean-webpack-plugin": "^0.1.14", |
| 172 | + "clean-webpack-plugin": "^0.1.15", |
173 | 173 | "concurrently": "^3.1.0", |
174 | 174 | "css-loader": "^0.26.1", |
175 | | - "eslint": "^3.12.2", |
| 175 | + "eslint": "^3.13.1", |
176 | 176 | "eslint-config-airbnb": "^14.0.0", |
177 | 177 | "eslint-loader": "^1.6.1", |
178 | 178 | "eslint-plugin-import": "^2.2.0", |
179 | 179 | "eslint-plugin-jsx-a11y": "^3.0.2", |
180 | | - "eslint-plugin-react": "^6.8.0", |
| 180 | + "eslint-plugin-react": "^6.9.0", |
181 | 181 | "extract-text-webpack-plugin": "^2.0.0-beta.4", |
182 | 182 | "file-loader": "^0.9.0", |
183 | 183 | "font-awesome": "^4.7.0", |
184 | 184 | "font-awesome-webpack": "^0.0.4", |
185 | | - "happypack": "^3.0.1", |
186 | | - "html-webpack-plugin": "^2.24.1", |
187 | | - "jest": "^18.0.0", |
188 | | - "karma": "^1.3.0", |
| 185 | + "happypack": "^3.0.2", |
| 186 | + "html-webpack-plugin": "^2.26.0", |
| 187 | + "jest": "^18.1.0", |
| 188 | + "karma": "^1.4.0", |
189 | 189 | "karma-cli": "^1.0.1", |
190 | 190 | "karma-mocha": "^1.3.0", |
191 | 191 | "karma-mocha-reporter": "^2.2.1", |
192 | 192 | "karma-phantomjs-launcher": "^1.0.2", |
193 | 193 | "karma-sourcemap-loader": "^0.3.7", |
194 | 194 | "karma-webpack": "^2.0.1", |
195 | | - "less": "^2.7.1", |
| 195 | + "less": "^2.7.2", |
196 | 196 | "less-loader": "^2.2.3", |
197 | | - "lighthouse": "^1.2.2", |
| 197 | + "lighthouse": "^1.4.1", |
198 | 198 | "mocha": "^3.2.0", |
199 | | - "node-sass": "^4.0.0", |
| 199 | + "node-sass": "^4.3.0", |
200 | 200 | "phantomjs-polyfill": "^0.0.2", |
201 | 201 | "phantomjs-prebuilt": "^2.1.14", |
202 | 202 | "piping": "^1.0.0-rc.4", |
203 | 203 | "react-a11y": "^0.3.3", |
204 | | - "react-addons-test-utils": "^15.4.1", |
| 204 | + "react-addons-test-utils": "^15.4.2", |
205 | 205 | "react-hot-loader": "^3.0.0-beta.3", |
206 | 206 | "react-to-html-webpack-plugin": "^2.2.0", |
207 | | - "redux-devtools": "^3.3.1", |
| 207 | + "redux-devtools": "^3.3.2", |
208 | 208 | "redux-devtools-dock-monitor": "^1.1.1", |
209 | | - "redux-devtools-log-monitor": "^1.1.1", |
| 209 | + "redux-devtools-log-monitor": "^1.2.0", |
210 | 210 | "resolve-url-loader": "^1.6.1", |
211 | | - "sass-loader": "^4.1.0", |
212 | | - "sinon": "^1.17.6", |
| 211 | + "sass-loader": "^4.1.1", |
| 212 | + "sinon": "^1.17.7", |
213 | 213 | "strip-loader": "^0.1.2", |
214 | 214 | "style-loader": "^0.13.1", |
215 | | - "sw-precache-webpack-plugin": "^0.7.0", |
| 215 | + "sw-precache-webpack-plugin": "^0.7.2", |
216 | 216 | "timekeeper": "^1.0.0", |
217 | 217 | "url-loader": "^0.5.7", |
218 | 218 | "webpack": "^2.1.0-beta.27", |
219 | 219 | "webpack-dev-middleware": "^1.9.0", |
220 | | - "webpack-hot-middleware": "^2.13.2", |
221 | | - "webpack-isomorphic-tools": "^2.6.5" |
| 220 | + "webpack-hot-middleware": "^2.15.0", |
| 221 | + "webpack-isomorphic-tools": "^2.6.6" |
222 | 222 | }, |
223 | 223 | "engines": { |
224 | 224 | "node": "5.6.0" |
|
0 commit comments