Skip to content

Commit bf8c41c

Browse files
authored
Allow graphql 15 in peer deps (#64)
1 parent 1169121 commit bf8c41c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
]
3636
},
3737
"peerDependencies": {
38-
"graphql": "^0.6.0 || ^0.7.0 || ^0.8.0-b || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0",
38+
"graphql": "^0.6.0 || ^0.7.0 || ^0.8.0-b || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0",
3939
"react": "^15.6.0 || ^16.0.0",
4040
"react-dom": "^15.6.0 || ^16.0.0"
4141
},

0 commit comments

Comments
 (0)