Skip to content

Commit be62b52

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

File tree

2 files changed

+814
-155
lines changed

2 files changed

+814
-155
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,27 +24,27 @@
2424
},
2525
"homepage": "https://github.com/nodkz/graphql-compose-pagination",
2626
"peerDependencies": {
27-
"graphql-compose": ">=2.9.5"
27+
"graphql-compose": ">=2.9.5 || >=3.0.0"
2828
},
2929
"devDependencies": {
3030
"babel-cli": "^6.26.0",
3131
"babel-eslint": "^8.2.1",
32-
"babel-jest": "^22.1.0",
32+
"babel-jest": "^22.2.0",
3333
"babel-plugin-transform-flow-strip-types": "^6.22.0",
3434
"babel-plugin-transform-object-rest-spread": "^6.26.0",
3535
"babel-plugin-transform-runtime": "^6.23.0",
3636
"babel-preset-env": "^1.6.1",
3737
"cz-conventional-changelog": "^2.1.0",
38-
"eslint": "^4.16.0",
38+
"eslint": "^4.17.0",
3939
"eslint-config-airbnb-base": "^12.1.0",
4040
"eslint-config-prettier": "^2.9.0",
41-
"eslint-plugin-flowtype": "^2.42.0",
41+
"eslint-plugin-flowtype": "^2.43.0",
4242
"eslint-plugin-import": "^2.8.0",
43-
"eslint-plugin-prettier": "^2.5.0",
44-
"flow-bin": "^0.64.0",
45-
"graphql": "0.13.0-rc.1",
46-
"graphql-compose": "^2.13.0",
47-
"jest": "^22.1.4",
43+
"eslint-plugin-prettier": "^2.6.0",
44+
"flow-bin": "^0.65.0",
45+
"graphql": "0.13.0",
46+
"graphql-compose": "^3.0.0-beta.2",
47+
"jest": "^22.2.1",
4848
"prettier": "^1.10.2",
4949
"rimraf": "^2.6.2",
5050
"semantic-release": "^12.4.1"

0 commit comments

Comments
 (0)