Skip to content

Commit 08076a4

Browse files
committed
fix: Add [email protected] to peerDependencies
1 parent 8bf8432 commit 08076a4

File tree

2 files changed

+201
-238
lines changed

2 files changed

+201
-238
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"object-path": "^0.11.4"
2828
},
2929
"peerDependencies": {
30-
"graphql-compose": ">=1.20.3",
30+
"graphql-compose": ">=1.20.3 || >=2.0.0",
3131
"graphql-compose-connection": ">=2.2.1",
3232
"mongoose": ">=4.0.0"
3333
},
@@ -40,19 +40,19 @@
4040
"babel-plugin-transform-runtime": "^6.23.0",
4141
"babel-preset-env": "^1.5.2",
4242
"cz-conventional-changelog": "^2.0.0",
43-
"eslint": "^3.19.0",
43+
"eslint": "^4.0.0",
4444
"eslint-config-airbnb-base": "^11.2.0",
45-
"eslint-config-prettier": "^2.1.1",
45+
"eslint-config-prettier": "^2.2.0",
4646
"eslint-plugin-flowtype": "^2.34.0",
4747
"eslint-plugin-import": "^2.3.0",
48-
"eslint-plugin-prettier": "^2.1.1",
48+
"eslint-plugin-prettier": "^2.1.2",
4949
"flow-bin": "^0.48.0",
50-
"graphql": "^0.10.1",
51-
"graphql-compose": "^1.21.1",
52-
"graphql-compose-connection": "^2.2.1",
50+
"graphql": "^0.10.3",
51+
"graphql-compose": "^2.0.0",
52+
"graphql-compose-connection": "^2.2.2",
5353
"jest": "^20.0.4",
5454
"mongodb-memory-server": "^1.3.4",
55-
"mongoose": "^4.10.5",
55+
"mongoose": "^4.10.7",
5656
"prettier": "^1.4.4",
5757
"rimraf": "^2.6.1",
5858
"semantic-release": "^6.3.6"

0 commit comments

Comments
 (0)