Skip to content

Commit 565bc9e

Browse files
chore(): update package json files
1 parent d27e371 commit 565bc9e

File tree

4 files changed

+1
-8
lines changed

4 files changed

+1
-8
lines changed

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,5 @@
8282
"repository": {
8383
"type": "git",
8484
"url": "https://github.com/nestjs/graphql"
85-
},
86-
"dependencies": {
87-
"@graphql-tools/schema": "8.3.1"
8885
}
8986
}

packages/apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"apollo-server-fastify": "3.6.3"
3737
},
3838
"dependencies": {
39-
"@graphql-tools/utils": "8.6.1",
39+
"iterall": "1.3.0",
4040
"lodash.omit": "4.5.0"
4141
},
4242
"peerDependencies": {

packages/graphql/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"fast-glob": "3.2.11",
2626
"graphql-tag": "2.12.6",
2727
"graphql-ws": "5.5.5",
28-
"iterall": "1.3.0",
2928
"lodash": "4.17.21",
3029
"normalize-path": "3.0.0",
3130
"subscriptions-transport-ws": "0.11.0",

packages/mercurius/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131
"mercurius": "8.12.0",
3232
"mercurius-integration-testing": "4.0.0"
3333
},
34-
"dependencies": {
35-
"@graphql-tools/utils": "8.6.1"
36-
},
3734
"peerDependencies": {
3835
"@nestjs/common": "^8.2.3",
3936
"@nestjs/graphql": "^9.1.2",

0 commit comments

Comments
 (0)