Skip to content

Commit 60564fd

Browse files
committed
Update dependencies
1 parent 82ffff2 commit 60564fd

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
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.29.0
18+
0.32.0

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,29 +23,29 @@
2323
},
2424
"homepage": "https://github.com/nodkz/graphql-compose-connection",
2525
"peerDependencies": {
26-
"graphql": ">=0.5.0 || >=0.6.0",
26+
"graphql": ">=0.5.0 || >=0.6.0 || >=0.7.0",
2727
"graphql-compose": ">=0.0.16 || >=1.0.0"
2828
},
2929
"devDependencies": {
30-
"babel-cli": "6.11.4",
30+
"babel-cli": "6.14.0",
3131
"babel-eslint": "6.1.2",
3232
"babel-plugin-syntax-async-functions": "6.13.0",
3333
"babel-plugin-transform-class-properties": "6.11.5",
34-
"babel-plugin-transform-flow-strip-types": "6.8.0",
34+
"babel-plugin-transform-flow-strip-types": "6.14.0",
3535
"babel-plugin-transform-object-rest-spread": "6.8.0",
36-
"babel-plugin-transform-regenerator": "6.11.4",
37-
"babel-plugin-transform-runtime": "6.12.0",
38-
"babel-preset-es2015": "6.13.2",
36+
"babel-plugin-transform-regenerator": "6.14.0",
37+
"babel-plugin-transform-runtime": "6.15.0",
38+
"babel-preset-es2015": "6.14.0",
3939
"chai": "3.5.0",
4040
"chai-as-promised": "5.3.0",
4141
"chai-spies": "0.7.1",
42-
"eslint": "3.2.2",
43-
"eslint-config-airbnb": "10.0.0",
44-
"eslint-plugin-flowtype": "2.6.1",
45-
"eslint-plugin-import": "1.12.0",
46-
"eslint-plugin-jsx-a11y": "2.0.1",
47-
"eslint-plugin-react": "6.0.0",
48-
"flow-bin": "0.30.0",
42+
"eslint": "3.4.0",
43+
"eslint-config-airbnb": "10.0.1",
44+
"eslint-plugin-flowtype": "2.15.0",
45+
"eslint-plugin-import": "1.14.0",
46+
"eslint-plugin-jsx-a11y": "2.2.1",
47+
"eslint-plugin-react": "6.2.0",
48+
"flow-bin": "0.32.0",
4949
"mocha": "3.0.2",
5050
"rimraf": "2.5.4",
5151
"sane": "1.4.1"

0 commit comments

Comments
 (0)