Skip to content

Commit dacaef9

Browse files
committed
fix: allow [email protected], update dependencies
1 parent fa6c202 commit dacaef9

File tree

2 files changed

+274
-156
lines changed

2 files changed

+274
-156
lines changed

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -26,31 +26,31 @@
2626
"babel-runtime": "^6.26.0"
2727
},
2828
"peerDependencies": {
29-
"graphql-compose": ">=2.10.1"
29+
"graphql-compose": ">=2.10.1 || >=3.0.0"
3030
},
3131
"devDependencies": {
32-
"aws-sdk": "^2.188.0",
32+
"aws-sdk": "^2.191.0",
3333
"babel-cli": "^6.26.0",
3434
"babel-eslint": "^8.2.1",
35-
"babel-jest": "^22.1.0",
35+
"babel-jest": "^22.2.0",
3636
"babel-plugin-transform-flow-strip-types": "^6.22.0",
3737
"babel-plugin-transform-object-rest-spread": "^6.26.0",
3838
"babel-plugin-transform-runtime": "^6.23.0",
3939
"babel-preset-env": "^1.6.1",
4040
"cz-conventional-changelog": "^2.1.0",
41-
"eslint": "^4.16.0",
41+
"eslint": "^4.17.0",
4242
"eslint-config-airbnb-base": "^12.0.1",
4343
"eslint-config-prettier": "^2.9.0",
44-
"eslint-plugin-flowtype": "^2.42.0",
44+
"eslint-plugin-flowtype": "^2.43.0",
4545
"eslint-plugin-import": "^2.8.0",
46-
"eslint-plugin-prettier": "^2.5.0",
46+
"eslint-plugin-prettier": "^2.6.0",
4747
"express": "^4.16.1",
4848
"express-graphql": "^0.6.11",
49-
"flow-bin": "^0.64.0",
50-
"graphql": "0.13.0-rc.1",
51-
"graphql-compose": "^2.13.0",
52-
"jest": "^22.1.4",
53-
"nodemon": "^1.14.11",
49+
"flow-bin": "^0.65.0",
50+
"graphql": "0.13.0",
51+
"graphql-compose": "^3.0.0-beta.2",
52+
"jest": "^22.2.1",
53+
"nodemon": "^1.14.12",
5454
"npm-run-all": "^4.1.2",
5555
"prettier": "^1.10.2",
5656
"rimraf": "^2.6.2",

0 commit comments

Comments
 (0)