Skip to content

Commit 4827f32

Browse files
committed
fix: Add [email protected] to peerDependencies
1 parent a826020 commit 4827f32

File tree

2 files changed

+214
-229
lines changed

2 files changed

+214
-229
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"peerDependencies": {
2929
"elasticsearch": ">=12.0.0 || >=13.0.0",
30-
"graphql-compose": ">=1.20.4"
30+
"graphql-compose": ">=1.20.4 || >=2.0.0"
3131
},
3232
"devDependencies": {
3333
"babel-cli": "^6.24.1",
@@ -38,18 +38,18 @@
3838
"babel-plugin-transform-runtime": "^6.23.0",
3939
"babel-preset-env": "^1.5.2",
4040
"cz-conventional-changelog": "^2.0.0",
41-
"elasticsearch": "^13.0.1",
42-
"eslint": "^3.19.0",
41+
"elasticsearch": "^13.1.1",
42+
"eslint": "^4.0.0",
4343
"eslint-config-airbnb-base": "^11.2.0",
44-
"eslint-config-prettier": "^2.1.1",
44+
"eslint-config-prettier": "^2.2.0",
4545
"eslint-plugin-flowtype": "^2.34.0",
4646
"eslint-plugin-import": "^2.3.0",
47-
"eslint-plugin-prettier": "^2.1.1",
47+
"eslint-plugin-prettier": "^2.1.2",
4848
"express": "^4.15.3",
4949
"express-graphql": "^0.6.6",
5050
"flow-bin": "^0.48.0",
51-
"graphql": "^0.10.1",
52-
"graphql-compose": "^1.21.1",
51+
"graphql": "^0.10.3",
52+
"graphql-compose": "^2.0.0",
5353
"jest": "^20.0.4",
5454
"npm-run-all": "^4.0.1",
5555
"prettier": "^1.4.4",

0 commit comments

Comments
 (0)