|
99 | 99 | }, |
100 | 100 | "dependencies": { |
101 | 101 | "async": "^2.1.4", |
102 | | - "babel-core": "^6.21.0", |
| 102 | + "babel-core": "^6.22.1", |
103 | 103 | "babel-plugin-add-module-exports": "^0.2.1", |
| 104 | + "babel-plugin-flow-runtime": "^0.2.1", |
104 | 105 | "babel-plugin-transform-decorators-legacy": "^1.3.4", |
105 | | - "babel-plugin-transform-runtime": "^6.15.0", |
106 | | - "babel-polyfill": "^6.20.0", |
107 | | - "babel-preset-es2015": "^6.18.0", |
108 | | - "babel-preset-react": "^6.16.0", |
109 | | - "babel-preset-stage-0": "^6.16.0", |
110 | | - "babel-register": "^6.18.0", |
111 | | - "babel-runtime": "^6.20.0", |
| 106 | + "babel-plugin-transform-runtime": "^6.22.0", |
| 107 | + "babel-polyfill": "^6.22.0", |
| 108 | + "babel-preset-es2015": "^6.22.0", |
| 109 | + "babel-preset-react": "^6.22.0", |
| 110 | + "babel-preset-stage-0": "^6.22.0", |
| 111 | + "babel-register": "^6.22.0", |
| 112 | + "babel-runtime": "^6.22.0", |
112 | 113 | "body-parser": "^1.16.0", |
113 | 114 | "compression": "^1.6.2", |
114 | 115 | "cookie-parser": "^1.4.3", |
115 | | - "express": "^4.14.0", |
116 | | - "express-session": "^1.14.2", |
| 116 | + "express": "^4.14.1", |
| 117 | + "express-session": "^1.15.0", |
117 | 118 | "feathers": "^2.0.3", |
118 | 119 | "feathers-authentication": "^1.0.2", |
119 | | - "feathers-authentication-client": "git+https://github.com/bertho-zero/feathers-authentication-client.git#patch-3", |
| 120 | + "feathers-authentication-client": "^0.1.7", |
120 | 121 | "feathers-authentication-jwt": "^0.3.1", |
121 | | - "feathers-authentication-local": "^0.3.2", |
| 122 | + "feathers-authentication-local": "^0.3.3", |
122 | 123 | "feathers-authentication-oauth1": "^0.2.3", |
123 | 124 | "feathers-authentication-oauth2": "^0.2.3", |
124 | 125 | "feathers-errors": "^2.5.0", |
|
127 | 128 | "feathers-nedb": "^2.6.0", |
128 | 129 | "feathers-rest": "^1.6.0", |
129 | 130 | "feathers-socketio": "^1.4.2", |
| 131 | + "flow-runtime": "^0.2.1", |
130 | 132 | "http-proxy": "^1.16.2", |
131 | 133 | "is-promise": "^2.1.0", |
132 | 134 | "js-cookie": "^2.1.3", |
|
135 | 137 | "lodash.isplainobject": "^4.0.6", |
136 | 138 | "lru-memoize": "^1.0.1", |
137 | 139 | "morgan": "^1.7.0", |
138 | | - "multireducer": "^3.0.3", |
| 140 | + "multireducer": "^3.1.0", |
139 | 141 | "nedb": "^1.8.0", |
140 | 142 | "passport-facebook-token": "^3.3.0", |
141 | 143 | "pretty-error": "^2.0.2", |
|
149 | 151 | "react-router-redux": "^4.0.7", |
150 | 152 | "react-router-scroll": "^0.4.1", |
151 | 153 | "redux": "^3.6.0", |
152 | | - "redux-auth-wrapper": "^0.9.0", |
| 154 | + "redux-auth-wrapper": "^1.0.0", |
153 | 155 | "redux-connect": "^5.0.0", |
154 | | - "redux-form": "^6.4.3", |
155 | | - "redux-persist": "^4.0.1", |
| 156 | + "redux-form": "^6.5.0", |
| 157 | + "redux-persist": "^4.1.1", |
156 | 158 | "serialize-javascript": "^1.3.0", |
157 | 159 | "serve-favicon": "^2.3.2", |
158 | 160 | "socket.io": "^1.7.2", |
159 | 161 | "socket.io-client": "^1.7.2", |
160 | | - "superagent": "^3.3.2" |
| 162 | + "superagent": "^3.4.1" |
161 | 163 | }, |
162 | 164 | "devDependencies": { |
163 | 165 | "autoprefixer-loader": "^3.2.0", |
164 | 166 | "babel-eslint": "^7.1.1", |
165 | 167 | "babel-jest": "^18.0.0", |
166 | 168 | "babel-loader": "^6.2.10", |
167 | | - "babel-plugin-typecheck": "^3.9.0", |
168 | 169 | "better-npm-run": "^0.0.14", |
169 | | - "bootstrap-loader": "^2.0.0-beta.19", |
| 170 | + "bootstrap-loader": "^2.0.0-beta.20", |
170 | 171 | "bootstrap-sass": "^3.3.7", |
171 | 172 | "chai": "^3.5.0", |
172 | 173 | "clean-webpack-plugin": "^0.1.15", |
173 | 174 | "concurrently": "^3.1.0", |
174 | 175 | "css-loader": "^0.26.1", |
175 | | - "eslint": "^3.13.1", |
| 176 | + "eslint": "^3.15.0", |
176 | 177 | "eslint-config-airbnb": "^14.0.0", |
177 | 178 | "eslint-loader": "^1.6.1", |
178 | 179 | "eslint-plugin-import": "^2.2.0", |
179 | 180 | "eslint-plugin-jsx-a11y": "^3.0.2", |
180 | 181 | "eslint-plugin-react": "^6.9.0", |
181 | | - "extract-text-webpack-plugin": "^2.0.0-beta.4", |
182 | | - "file-loader": "^0.9.0", |
| 182 | + "extract-text-webpack-plugin": "2.0.0-beta.5", |
| 183 | + "file-loader": "^0.10.0", |
183 | 184 | "font-awesome": "^4.7.0", |
184 | 185 | "font-awesome-webpack": "^0.0.4", |
185 | 186 | "happypack": "^3.0.2", |
186 | | - "html-webpack-plugin": "^2.26.0", |
| 187 | + "html-webpack-plugin": "^2.28.0", |
187 | 188 | "jest": "^18.1.0", |
188 | | - "karma": "^1.4.0", |
| 189 | + "karma": "^1.4.1", |
189 | 190 | "karma-cli": "^1.0.1", |
190 | 191 | "karma-mocha": "^1.3.0", |
191 | | - "karma-mocha-reporter": "^2.2.1", |
| 192 | + "karma-mocha-reporter": "^2.2.2", |
192 | 193 | "karma-phantomjs-launcher": "^1.0.2", |
193 | 194 | "karma-sourcemap-loader": "^0.3.7", |
194 | | - "karma-webpack": "^2.0.1", |
| 195 | + "karma-webpack": "^2.0.2", |
195 | 196 | "less": "^2.7.2", |
196 | 197 | "less-loader": "^2.2.3", |
197 | 198 | "lighthouse": "^1.4.1", |
198 | 199 | "mocha": "^3.2.0", |
199 | | - "node-sass": "^4.3.0", |
| 200 | + "node-sass": "^4.5.0", |
200 | 201 | "phantomjs-polyfill": "^0.0.2", |
201 | 202 | "phantomjs-prebuilt": "^2.1.14", |
202 | 203 | "piping": "^1.0.0-rc.4", |
|
212 | 213 | "sinon": "^1.17.7", |
213 | 214 | "strip-loader": "^0.1.2", |
214 | 215 | "style-loader": "^0.13.1", |
215 | | - "sw-precache-webpack-plugin": "^0.7.2", |
| 216 | + "sw-precache-webpack-plugin": "^0.8.0", |
216 | 217 | "timekeeper": "^1.0.0", |
217 | 218 | "url-loader": "^0.5.7", |
218 | | - "webpack": "^2.1.0-beta.27", |
219 | | - "webpack-dev-middleware": "^1.9.0", |
220 | | - "webpack-hot-middleware": "^2.15.0", |
| 219 | + "webpack": "^2.2.1", |
| 220 | + "webpack-dev-middleware": "^1.10.0", |
| 221 | + "webpack-hot-middleware": "^2.16.1", |
221 | 222 | "webpack-isomorphic-tools": "^2.6.6" |
222 | 223 | }, |
223 | 224 | "engines": { |
|
0 commit comments