Skip to content

Commit 402986f

Browse files
committed
Update dependencies
1 parent 55ed07c commit 402986f

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"rules": {
55
"no-underscore-dangle": 0,
66
"no-unused-expressions": 0,
7-
"arrow-body-style": 0
7+
"arrow-body-style": 0,
8+
"import/no-extraneous-dependencies": ["error", {"devDependencies": ["*-test.js"]}]
89
},
910
"env": {
1011
"mocha": true

.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: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,34 +26,34 @@
2626
"dependencies": {
2727
"babel-runtime": "6.11.6",
2828
"graphql-type-json": "0.1.2",
29-
"object-path": "0.11.0"
29+
"object-path": "0.11.2"
3030
},
3131
"peerDependencies": {
32-
"graphql": ">=0.5.0 || >=0.6.0",
32+
"graphql": ">=0.5.0 || >=0.6.0 || >=0.7.0",
3333
"graphql-compose": ">=0.0.16 || >=1.0.0",
3434
"graphql-compose-connection": ">=1.0.0",
3535
"mongoose": ">=4.0.0"
3636
},
3737
"devDependencies": {
38-
"babel-cli": "6.11.4",
38+
"babel-cli": "6.14.0",
3939
"babel-eslint": "6.1.2",
4040
"babel-plugin-syntax-async-functions": "6.13.0",
4141
"babel-plugin-transform-class-properties": "6.11.5",
42-
"babel-plugin-transform-flow-strip-types": "6.8.0",
42+
"babel-plugin-transform-flow-strip-types": "6.14.0",
4343
"babel-plugin-transform-object-rest-spread": "6.8.0",
44-
"babel-plugin-transform-regenerator": "6.11.4",
45-
"babel-plugin-transform-runtime": "6.12.0",
46-
"babel-preset-es2015": "6.13.2",
44+
"babel-plugin-transform-regenerator": "6.14.0",
45+
"babel-plugin-transform-runtime": "6.15.0",
46+
"babel-preset-es2015": "6.14.0",
4747
"chai": "3.5.0",
4848
"chai-as-promised": "5.3.0",
4949
"chai-spies": "0.7.1",
50-
"eslint": "3.2.2",
51-
"eslint-config-airbnb": "10.0.0",
52-
"eslint-plugin-flowtype": "2.6.1",
53-
"eslint-plugin-import": "1.12.0",
54-
"eslint-plugin-jsx-a11y": "2.0.1",
55-
"eslint-plugin-react": "6.0.0",
56-
"flow-bin": "0.30.0",
50+
"eslint": "3.4.0",
51+
"eslint-config-airbnb": "10.0.1",
52+
"eslint-plugin-flowtype": "2.15.0",
53+
"eslint-plugin-import": "1.14.0",
54+
"eslint-plugin-jsx-a11y": "2.2.1",
55+
"eslint-plugin-react": "6.2.0",
56+
"flow-bin": "0.32.0",
5757
"mocha": "3.0.2",
5858
"rimraf": "2.5.4",
5959
"sane": "1.4.1"

0 commit comments

Comments
 (0)