Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
chore: remove graphql dep from cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Enda Phelan authored and wtrocki committed Jun 18, 2020
1 parent 04f29b7 commit ae71d1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
},
"homepage": "https://github.com/aerogear/graphback#readme",
"resolutions": {
"@types/react": "16.9.38",
"graphql": "^14.0.0 || ^15.0.0"
"@types/react": "16.9.38"
}
}
3 changes: 0 additions & 3 deletions packages/graphback-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
"engines": {
"node": ">=10.15.3"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0"
},
"devDependencies": {
"@types/chalk": "0.4.31",
"@types/inquirer": "6.5.0",
Expand Down

0 comments on commit ae71d1d

Please sign in to comment.