Skip to content

Commit 2278aa0

Browse files
committed
fix: allow graphql-compose@3.0.0, update dependencies
1 parent 9a90b82 commit 2278aa0

File tree

2 files changed

+826
-167
lines changed

2 files changed

+826
-167
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,32 +31,32 @@
3131
"graphql-compose-pagination": ">=1.1.1"
3232
},
3333
"peerDependencies": {
34-
"graphql-compose": ">=2.9.0",
34+
"graphql-compose": ">=2.9.0 || >=3.0.0",
3535
"mongoose": ">=4.0.0 || >=5.0.0"
3636
},
3737
"devDependencies": {
3838
"babel-cli": "^6.26.0",
3939
"babel-eslint": "^8.2.1",
40-
"babel-jest": "^22.1.0",
40+
"babel-jest": "^22.2.0",
4141
"babel-plugin-transform-flow-strip-types": "^6.22.0",
4242
"babel-plugin-transform-object-rest-spread": "^6.13.0",
4343
"babel-plugin-transform-runtime": "^6.23.0",
4444
"babel-preset-env": "^1.6.1",
4545
"cz-conventional-changelog": "^2.1.0",
46-
"eslint": "^4.16.0",
46+
"eslint": "^4.17.0",
4747
"eslint-config-airbnb-base": "^12.1.0",
4848
"eslint-config-prettier": "^2.9.0",
49-
"eslint-plugin-flowtype": "^2.42.0",
49+
"eslint-plugin-flowtype": "^2.43.0",
5050
"eslint-plugin-import": "^2.8.0",
51-
"eslint-plugin-prettier": "^2.5.0",
52-
"flow-bin": "^0.64.0",
53-
"graphql": "0.13.0-rc.1",
54-
"graphql-compose": "^2.13.1",
51+
"eslint-plugin-prettier": "^2.6.0",
52+
"flow-bin": "^0.65.0",
53+
"graphql": "0.13.0",
54+
"graphql-compose": "^3.0.0-beta.2",
5555
"graphql-compose-connection": ">=2.5.3",
5656
"graphql-compose-pagination": ">=1.1.1",
57-
"jest": "^22.1.4",
57+
"jest": "^22.2.1",
5858
"mongodb-memory-server": "^1.6.5",
59-
"mongoose": "^5.0.3",
59+
"mongoose": "^5.0.4",
6060
"prettier": "^1.10.2",
6161
"rimraf": "^2.6.2",
6262
"semantic-release": "^12.4.1"

0 commit comments

Comments
 (0)