Skip to content

Commit dd550e8

Browse files
committed
chore(Dependencies): Update to latest packages
1 parent 81e000f commit dd550e8

File tree

3 files changed

+611
-434
lines changed

3 files changed

+611
-434
lines changed

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ esproposal.class_instance_fields=enable
1515
suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe
1616

1717
[version]
18-
0.32.0
18+
0.37.0

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,36 +28,36 @@
2828
"graphql-compose": ">=1.4.0"
2929
},
3030
"devDependencies": {
31-
"babel-cli": "6.16.0",
32-
"babel-core": "6.17.0",
33-
"babel-eslint": "7.0.0",
31+
"babel-cli": "^6.18.0",
32+
"babel-core": "^6.21.0",
33+
"babel-eslint": "^7.1.1",
3434
"babel-plugin-syntax-async-functions": "6.13.0",
35-
"babel-plugin-transform-class-properties": "6.16.0",
36-
"babel-plugin-transform-flow-strip-types": "6.14.0",
37-
"babel-plugin-transform-object-rest-spread": "6.16.0",
38-
"babel-plugin-transform-regenerator": "6.16.1",
35+
"babel-plugin-transform-class-properties": "^6.19.0",
36+
"babel-plugin-transform-flow-strip-types": "^6.21.0",
37+
"babel-plugin-transform-object-rest-spread": "^6.20.2",
38+
"babel-plugin-transform-regenerator": "^6.21.0",
3939
"babel-plugin-transform-runtime": "6.15.0",
40-
"babel-preset-es2015": "6.16.0",
40+
"babel-preset-es2015": "^6.18.0",
4141
"chai": "3.5.0",
4242
"chai-as-promised": "6.0.0",
4343
"chai-spies": "0.7.1",
4444
"cz-conventional-changelog": "1.2.0",
45-
"eslint": "3.7.1",
45+
"eslint": "^3.12.2",
4646
"eslint-config-airbnb": "11.0.0",
47-
"eslint-plugin-flowtype": "2.20.0",
48-
"eslint-plugin-import": "1.16.0",
47+
"eslint-plugin-flowtype": "^2.29.1",
48+
"eslint-plugin-import": "^2.2.0",
4949
"eslint-plugin-jsx-a11y": "2.2.3",
5050
"eslint-plugin-react": "6.4.1",
51-
"flow-bin": "0.33.0",
51+
"flow-bin": "^0.37.0",
5252
"ghooks": "1.3.2",
53-
"mocha": "3.1.2",
54-
"nyc": "8.3.1",
53+
"mocha": "^3.2.0",
54+
"nyc": "^10.0.0",
5555
"rimraf": "2.5.4",
5656
"sane": "1.4.1",
57-
"semantic-release": "4.3.5"
57+
"semantic-release": "^6.3.2"
5858
},
5959
"dependencies": {
60-
"babel-runtime": "6.11.6"
60+
"babel-runtime": "^6.20.0"
6161
},
6262
"config": {
6363
"commitizen": {

0 commit comments

Comments
 (0)