Skip to content

Commit 085fbb9

Browse files
committed
chore(pkg): update devdeps
1 parent 7325709 commit 085fbb9

File tree

3 files changed

+173
-153
lines changed

3 files changed

+173
-153
lines changed

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[version]
2-
0.64.0
2+
0.65.0
33

44
[ignore]
55

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"babel-cli": "^6.24.1",
4747
"babel-core": "^6.24.1",
4848
"babel-eslint": "^8.2.1",
49-
"babel-jest": "^22.1.0",
49+
"babel-jest": "^22.2.2",
5050
"babel-loader": "^7.1.2",
5151
"babel-plugin-espower": "^2.4.0",
5252
"babel-plugin-react-transform": "^3.0.0",
@@ -58,27 +58,27 @@
5858
"babel-preset-stage-1": "^6.24.1",
5959
"css-loader": "^0.28.9",
6060
"ejs": "^2.4.1",
61-
"eslint": "^4.16.0",
62-
"eslint-plugin-flowtype": "^2.42.0",
61+
"eslint": "^4.17.0",
62+
"eslint-plugin-flowtype": "^2.44.0",
6363
"eslint-plugin-mocha": "^4.11.0",
6464
"eslint-plugin-react": "^7.6.1",
65-
"exports-loader": "^0.6.4",
66-
"flow-bin": "^0.64.0",
65+
"exports-loader": "^0.7.0",
66+
"flow-bin": "^0.65.0",
6767
"husky": "^0.14.3",
6868
"imports-loader": "^0.7.1",
69-
"jest-cli": "^22.1.4",
69+
"jest-cli": "^22.3.0",
7070
"lint-staged": "^6.1.0",
71-
"lodash": "^4.3.0",
71+
"lodash": "^4.17.5",
7272
"opener": "^1.4.3",
7373
"power-assert": "^1.4.4",
7474
"prettier": "^1.10.2",
7575
"react": "^16.2.0",
7676
"react-dom": "^16.2.0",
7777
"react-hot-loader": "^3.1.3",
7878
"react-transform-hmr": "^1.0.2",
79-
"style-loader": "^0.20.1",
79+
"style-loader": "^0.20.2",
8080
"valiquire": "^0.3.0",
81-
"webpack": "^3.10.0",
81+
"webpack": "^3.11.0",
8282
"webpack-dev-server": "^2.11.1"
8383
},
8484
"publishConfig": {
@@ -99,4 +99,4 @@
9999
"git add"
100100
]
101101
}
102-
}
102+
}

0 commit comments

Comments
 (0)