Skip to content

Commit dec8728

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

File tree

2 files changed

+270
-152
lines changed

2 files changed

+270
-152
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,31 +27,31 @@
2727
},
2828
"peerDependencies": {
2929
"elasticsearch": ">=12.0.0 || >=13.0.0 || >=14.0.0",
30-
"graphql-compose": ">=2.13.1"
30+
"graphql-compose": ">=2.13.1 || >=3.0.0"
3131
},
3232
"devDependencies": {
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",
4141
"elasticsearch": "^14.1.0",
42-
"eslint": "^4.16.0",
42+
"eslint": "^4.17.0",
4343
"eslint-config-airbnb-base": "^12.0.1",
4444
"eslint-config-prettier": "^2.9.0",
45-
"eslint-plugin-flowtype": "^2.42.0",
45+
"eslint-plugin-flowtype": "^2.43.0",
4646
"eslint-plugin-import": "^2.8.0",
47-
"eslint-plugin-prettier": "^2.5.0",
47+
"eslint-plugin-prettier": "^2.6.0",
4848
"express": "^4.16.1",
4949
"express-graphql": "^0.6.11",
50-
"flow-bin": "^0.64.0",
51-
"graphql": "0.13.0-rc.1",
52-
"graphql-compose": "^2.13.1",
53-
"jest": "^22.1.4",
54-
"nodemon": "^1.14.11",
50+
"flow-bin": "^0.65.0",
51+
"graphql": "0.13.0",
52+
"graphql-compose": "^3.0.0-beta.2",
53+
"jest": "^22.2.1",
54+
"nodemon": "^1.14.12",
5555
"npm-run-all": "^4.1.2",
5656
"prettier": "^1.10.2",
5757
"rimraf": "^2.6.2",

0 commit comments

Comments
 (0)