Skip to content

Commit

Permalink
fix: peer dependency syntaxt #699 (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxired authored May 4, 2022
1 parent 6f288f4 commit 9e98b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-appsync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"uuid": "3.x"
},
"peerDependencies": {
"graphql": "0.13.0 | 14.x | 15.x"
"graphql": "0.13.0 || 14.x || 15.x"
}
}

0 comments on commit 9e98b59

Please sign in to comment.