Skip to content

Commit

Permalink
Merge pull request nestjsx#66 from coolsamk7/graphql_peer_dependancy
Browse files Browse the repository at this point in the history
  • Loading branch information
Shady Khalifa authored Jan 11, 2022
2 parents 593e333 + 88f84e7 commit 6684d50
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 1,487 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@nestjs/common": "^7.6.18",
"@nestjs/core": "^7.6.18",
"@nestjs/graphql": "^7.6.18",
"@nestjs/graphql": "^9.1.2",
"@nestjs/testing": "^7.6.18",
"@types/jest": "^27.0.0",
"@types/node": "^10.1.2",
Expand All @@ -51,5 +51,8 @@
"homepage": "https://github.com/nestjsx/nest-access-control#readme",
"dependencies": {
"accesscontrol": "^2.2.1"
},
"peerDependencies": {
"@nestjs/graphql": "^9.1.2"
}
}
Loading

0 comments on commit 6684d50

Please sign in to comment.