Skip to content

Commit

Permalink
Merge pull request nestjsx#77 from ghjeon/fix/improper-peerDeps-version
Browse files Browse the repository at this point in the history
  • Loading branch information
Shady Khalifa authored Mar 3, 2022
2 parents 145d0ac + 2dccdcf commit c032c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"accesscontrol": "^2.2.1"
},
"peerDependencies": {
"@nestjs/graphql": "^7.0.0 | ^8.0.0 | ^9.0.0 | ^10.0.0"
"@nestjs/graphql": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0"
},
"peerDependenciesMeta": {
"@nestjs/graphql": {
Expand Down

0 comments on commit c032c3f

Please sign in to comment.