Skip to content

Commit 98ce8bf

Browse files
committed
chore(package): update dependencies
1 parent 1ba99c0 commit 98ce8bf

File tree

3 files changed

+993
-1170
lines changed

3 files changed

+993
-1170
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,25 @@
2727
"devDependencies": {
2828
"babel-cli": "^6.26.0",
2929
"babel-eslint": "^7.2.3",
30-
"babel-jest": "^21.0.0",
30+
"babel-jest": "^21.2.0",
3131
"babel-plugin-transform-flow-strip-types": "^6.22.0",
3232
"babel-plugin-transform-object-rest-spread": "^6.26.0",
3333
"babel-plugin-transform-runtime": "^6.23.0",
34-
"babel-preset-env": "^1.6.0",
34+
"babel-preset-env": "^1.6.1",
3535
"cz-conventional-changelog": "^2.0.0",
36-
"eslint": "^4.6.1",
37-
"eslint-config-airbnb-base": "^12.0.0",
38-
"eslint-config-prettier": "^2.4.0",
39-
"eslint-plugin-flowtype": "^2.35.1",
40-
"eslint-plugin-import": "^2.7.0",
41-
"eslint-plugin-prettier": "^2.2.0",
42-
"flow-bin": "^0.54.1",
43-
"graphql": "^0.11.3",
44-
"graphql-compose": "^2.9.0",
45-
"jest": "^21.0.1",
46-
"prettier": "^1.6.1",
47-
"rimraf": "^2.6.1",
48-
"semantic-release": "^7.0.2"
36+
"eslint": "^4.9.0",
37+
"eslint-config-airbnb-base": "^12.1.0",
38+
"eslint-config-prettier": "^2.6.0",
39+
"eslint-plugin-flowtype": "^2.39.1",
40+
"eslint-plugin-import": "^2.8.0",
41+
"eslint-plugin-prettier": "^2.3.1",
42+
"flow-bin": "^0.57.3",
43+
"graphql": "^0.11.7",
44+
"graphql-compose": "^2.9.2",
45+
"jest": "^21.2.1",
46+
"prettier": "^1.7.4",
47+
"rimraf": "^2.6.2",
48+
"semantic-release": "^8.2.1"
4949
},
5050
"dependencies": {
5151
"babel-runtime": "^6.26.0"
@@ -67,7 +67,7 @@
6767
"watch": "jest --watch",
6868
"coverage": "jest --coverage",
6969
"lint": "eslint --ext .js ./src",
70-
"flow": "./node_modules/.bin/flow stop && ./node_modules/.bin/flow",
70+
"flow": "./node_modules/.bin/flow",
7171
"test": "npm run coverage && npm run lint && npm run flow",
7272
"link": "yarn build && yarn link graphql-compose && yarn link",
7373
"unlink": "yarn unlink graphql-compose && yarn add graphql-compose",

src/wrapMutationResolver.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export default function wrapMutationResolver<TSource, TContext>(
3535
}
3636
} else {
3737
// create input arg, and put into all current args
38+
// $FlowFixMe
3839
ITC = InputTypeComposer.create({
3940
name: `Relay${upperFirst(resolverName)}${rootTypeName}Input`,
4041
fields: newResolver.args,

0 commit comments

Comments
 (0)