Skip to content

Commit c90088e

Browse files
committed
chore(Dependencies): Update to latest packages
1 parent 4c3235d commit c90088e

File tree

4 files changed

+650
-507
lines changed

4 files changed

+650
-507
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: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -27,35 +27,35 @@
2727
"graphql-compose": ">=1.4.0"
2828
},
2929
"devDependencies": {
30-
"babel-cli": "6.14.0",
31-
"babel-core": "6.14.0",
32-
"babel-eslint": "6.1.2",
30+
"babel-cli": "^6.18.0",
31+
"babel-core": "^6.21.0",
32+
"babel-eslint": "^7.1.1",
3333
"babel-plugin-syntax-async-functions": "6.13.0",
34-
"babel-plugin-transform-class-properties": "6.11.5",
35-
"babel-plugin-transform-flow-strip-types": "6.14.0",
36-
"babel-plugin-transform-object-rest-spread": "6.8.0",
37-
"babel-plugin-transform-regenerator": "6.14.0",
34+
"babel-plugin-transform-class-properties": "^6.19.0",
35+
"babel-plugin-transform-flow-strip-types": "^6.21.0",
36+
"babel-plugin-transform-object-rest-spread": "^6.20.2",
37+
"babel-plugin-transform-regenerator": "^6.21.0",
3838
"babel-plugin-transform-runtime": "6.15.0",
39-
"babel-preset-es2015": "6.14.0",
39+
"babel-preset-es2015": "^6.18.0",
4040
"chai": "3.5.0",
41-
"chai-as-promised": "5.3.0",
41+
"chai-as-promised": "^6.0.0",
4242
"chai-spies": "0.7.1",
4343
"cz-conventional-changelog": "1.2.0",
44-
"eslint": "3.4.0",
44+
"eslint": "^3.12.2",
4545
"eslint-config-airbnb": "10.0.1",
46-
"eslint-plugin-flowtype": "2.15.0",
47-
"eslint-plugin-import": "1.14.0",
46+
"eslint-plugin-flowtype": "^2.29.1",
47+
"eslint-plugin-import": "^2.2.0",
4848
"eslint-plugin-jsx-a11y": "2.2.1",
4949
"eslint-plugin-react": "6.2.0",
50-
"flow-bin": "0.32.0",
51-
"mocha": "3.0.2",
52-
"nyc": "8.1.0",
50+
"flow-bin": "^0.37.0",
51+
"mocha": "^3.2.0",
52+
"nyc": "^10.0.0",
5353
"rimraf": "2.5.4",
5454
"sane": "1.4.1",
55-
"semantic-release": "^4.3.5"
55+
"semantic-release": "^6.3.2"
5656
},
5757
"dependencies": {
58-
"babel-runtime": "6.11.6"
58+
"babel-runtime": "^6.20.0"
5959
},
6060
"config": {
6161
"commitizen": {

src/wrapMutationResolver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,5 @@ export default function wrapMutationResolver(
123123
prepareArgs(newResolver);
124124
prepareResolve(newResolver, prevResolver);
125125
prepareOutputType(newResolver, prevResolver);
126-
}, 'RelayMutation');
126+
}, { name: 'RelayMutation' });
127127
}

0 commit comments

Comments
 (0)