Skip to content

Commit a0dd640

Browse files
committed
update dependencies
1 parent e40bbca commit a0dd640

1 file changed

Lines changed: 29 additions & 29 deletions

File tree

package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -109,23 +109,23 @@
109109
"babel-preset-stage-0": "^6.16.0",
110110
"babel-register": "^6.18.0",
111111
"babel-runtime": "^6.20.0",
112-
"body-parser": "^1.15.2",
112+
"body-parser": "^1.16.0",
113113
"compression": "^1.6.2",
114114
"cookie-parser": "^1.4.3",
115115
"express": "^4.14.0",
116116
"express-session": "^1.14.2",
117117
"feathers": "^2.0.3",
118118
"feathers-authentication": "^1.0.2",
119119
"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",
121121
"feathers-authentication-local": "^0.3.2",
122122
"feathers-authentication-oauth1": "^0.2.3",
123123
"feathers-authentication-oauth2": "^0.2.3",
124124
"feathers-errors": "^2.5.0",
125125
"feathers-hooks": "^1.7.1",
126126
"feathers-hooks-common": "^2.0.3",
127127
"feathers-nedb": "^2.6.0",
128-
"feathers-rest": "^1.5.2",
128+
"feathers-rest": "^1.6.0",
129129
"feathers-socketio": "^1.4.2",
130130
"http-proxy": "^1.16.2",
131131
"is-promise": "^2.1.0",
@@ -139,25 +139,25 @@
139139
"nedb": "^1.8.0",
140140
"passport-facebook-token": "^3.3.0",
141141
"pretty-error": "^2.0.2",
142-
"react": "^15.4.1",
142+
"react": "^15.4.2",
143143
"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",
148148
"react-router-bootstrap": "^0.23.1",
149149
"react-router-redux": "^4.0.7",
150150
"react-router-scroll": "^0.4.1",
151151
"redux": "^3.6.0",
152152
"redux-auth-wrapper": "^0.9.0",
153153
"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",
156156
"serialize-javascript": "^1.3.0",
157157
"serve-favicon": "^2.3.2",
158158
"socket.io": "^1.7.2",
159159
"socket.io-client": "^1.7.2",
160-
"superagent": "^3.3.0"
160+
"superagent": "^3.3.2"
161161
},
162162
"devDependencies": {
163163
"autoprefixer-loader": "^3.2.0",
@@ -169,56 +169,56 @@
169169
"bootstrap-loader": "^2.0.0-beta.19",
170170
"bootstrap-sass": "^3.3.7",
171171
"chai": "^3.5.0",
172-
"clean-webpack-plugin": "^0.1.14",
172+
"clean-webpack-plugin": "^0.1.15",
173173
"concurrently": "^3.1.0",
174174
"css-loader": "^0.26.1",
175-
"eslint": "^3.12.2",
175+
"eslint": "^3.13.1",
176176
"eslint-config-airbnb": "^14.0.0",
177177
"eslint-loader": "^1.6.1",
178178
"eslint-plugin-import": "^2.2.0",
179179
"eslint-plugin-jsx-a11y": "^3.0.2",
180-
"eslint-plugin-react": "^6.8.0",
180+
"eslint-plugin-react": "^6.9.0",
181181
"extract-text-webpack-plugin": "^2.0.0-beta.4",
182182
"file-loader": "^0.9.0",
183183
"font-awesome": "^4.7.0",
184184
"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",
189189
"karma-cli": "^1.0.1",
190190
"karma-mocha": "^1.3.0",
191191
"karma-mocha-reporter": "^2.2.1",
192192
"karma-phantomjs-launcher": "^1.0.2",
193193
"karma-sourcemap-loader": "^0.3.7",
194194
"karma-webpack": "^2.0.1",
195-
"less": "^2.7.1",
195+
"less": "^2.7.2",
196196
"less-loader": "^2.2.3",
197-
"lighthouse": "^1.2.2",
197+
"lighthouse": "^1.4.1",
198198
"mocha": "^3.2.0",
199-
"node-sass": "^4.0.0",
199+
"node-sass": "^4.3.0",
200200
"phantomjs-polyfill": "^0.0.2",
201201
"phantomjs-prebuilt": "^2.1.14",
202202
"piping": "^1.0.0-rc.4",
203203
"react-a11y": "^0.3.3",
204-
"react-addons-test-utils": "^15.4.1",
204+
"react-addons-test-utils": "^15.4.2",
205205
"react-hot-loader": "^3.0.0-beta.3",
206206
"react-to-html-webpack-plugin": "^2.2.0",
207-
"redux-devtools": "^3.3.1",
207+
"redux-devtools": "^3.3.2",
208208
"redux-devtools-dock-monitor": "^1.1.1",
209-
"redux-devtools-log-monitor": "^1.1.1",
209+
"redux-devtools-log-monitor": "^1.2.0",
210210
"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",
213213
"strip-loader": "^0.1.2",
214214
"style-loader": "^0.13.1",
215-
"sw-precache-webpack-plugin": "^0.7.0",
215+
"sw-precache-webpack-plugin": "^0.7.2",
216216
"timekeeper": "^1.0.0",
217217
"url-loader": "^0.5.7",
218218
"webpack": "^2.1.0-beta.27",
219219
"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"
222222
},
223223
"engines": {
224224
"node": "5.6.0"

0 commit comments

Comments
 (0)