Skip to content

Commit 280401b

Browse files
committed
Fix flowbin
1 parent de33386 commit 280401b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
"babel-plugin-rewire": "^1.0.0-rc-4",
66
"chai": "^3.5.0",
77
"chokidar": "^1.6.0",
8+
"chokidar-cli": "^1.2.0",
89
"enzyme": "^2.4.1",
910
"eslint-watch": "^2.1.13",
10-
"flow-bin": "^0.28.0",
11+
"flow-bin": "^0.29.0",
1112
"istanbul": "^1.0.0-alpha.2",
1213
"jsdom": "^9.4.1",
1314
"jsdom-global": "^2.0.0",
@@ -47,7 +48,7 @@
4748
"css-loader": "^0.23.1",
4849
"debug": "^2.2.0",
4950
"del": "^2.2.1",
50-
"eslint": "^3.0.1",
51+
"eslint": "^3.1.0",
5152
"eslint-config-airbnb": "^9.0.1",
5253
"eslint-import-resolver-babel-module-alias": "^1.4.2",
5354
"eslint-import-resolver-webpack": "^0.3.2",
@@ -80,7 +81,7 @@
8081
"koa-cors": "0.0.16",
8182
"koa-csrf": "^2.5.0",
8283
"koa-etag": "^2.1.1",
83-
"koa-helmet": "^1.0.0",
84+
"koa-helmet": "^2.0.0",
8485
"koa-html-minifier": "^1.0.1",
8586
"koa-logger": "^1.3.0",
8687
"koa-router": "^7.0.1",
@@ -120,7 +121,7 @@
120121
"shelljs": "^0.7.0",
121122
"style-loader": "^0.13.1",
122123
"url-loader": "^0.5.7",
123-
"webpack": "^2.1.0-beta.17",
124+
"webpack": "^2.1.0-beta.18",
124125
"webpack-dev-server": "^2.1.0-beta.0",
125126
"webpack-isomorphic-tools": "^2.3.2",
126127
"why-did-you-update": "0.0.8"

0 commit comments

Comments
 (0)