Skip to content

Commit

Permalink
Merge pull request #733 from nestjs/renovate/graphql-15.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency graphql to v15
  • Loading branch information
kamilmysliwiec committed Apr 4, 2020
2 parents 8934f11 + caaab92 commit ddfe581
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
14 changes: 5 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"eslint": "6.8.0",
"eslint-config-prettier": "6.10.1",
"eslint-plugin-import": "2.20.2",
"graphql": "14.6.0",
"graphql": "15.0.0",
"husky": "4.2.3",
"jest": "25.2.7",
"lint-staged": "10.1.1",
Expand Down Expand Up @@ -70,7 +70,7 @@
"peerDependencies": {
"@nestjs/common": "^7.0.0",
"@nestjs/core": "^7.0.0",
"graphql": "^14.1.1",
"graphql": "^14.1.1 || ^15.0.0",
"reflect-metadata": "^0.1.12"
},
"optionalDependencies": {
Expand Down

0 comments on commit ddfe581

Please sign in to comment.