Skip to content

Commit

Permalink
chore(): update package json files
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Feb 10, 2022
1 parent d27e371 commit 565bc9e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions package.json
Expand Up @@ -82,8 +82,5 @@
"repository": {
"type": "git",
"url": "https://github.com/nestjs/graphql"
},
"dependencies": {
"@graphql-tools/schema": "8.3.1"
}
}
2 changes: 1 addition & 1 deletion packages/apollo/package.json
Expand Up @@ -36,7 +36,7 @@
"apollo-server-fastify": "3.6.3"
},
"dependencies": {
"@graphql-tools/utils": "8.6.1",
"iterall": "1.3.0",
"lodash.omit": "4.5.0"
},
"peerDependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/graphql/package.json
Expand Up @@ -25,7 +25,6 @@
"fast-glob": "3.2.11",
"graphql-tag": "2.12.6",
"graphql-ws": "5.5.5",
"iterall": "1.3.0",
"lodash": "4.17.21",
"normalize-path": "3.0.0",
"subscriptions-transport-ws": "0.11.0",
Expand Down
3 changes: 0 additions & 3 deletions packages/mercurius/package.json
Expand Up @@ -31,9 +31,6 @@
"mercurius": "8.12.0",
"mercurius-integration-testing": "4.0.0"
},
"dependencies": {
"@graphql-tools/utils": "8.6.1"
},
"peerDependencies": {
"@nestjs/common": "^8.2.3",
"@nestjs/graphql": "^9.1.2",
Expand Down

0 comments on commit 565bc9e

Please sign in to comment.