Skip to content

Commit 2ea71af

Browse files
authored
Change the peerDependencies version of query-graphql (#335)
Sorry for doing it haphazardly 🙇. So here I increased the missing peerDep version. Related to: #330
2 parents 1eab16a + cc499d6 commit 2ea71af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/query-graphql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"class-transformer": "^0.5",
4444
"class-validator": "^0.14.0",
4545
"graphql": "^16.0.0",
46-
"graphql-subscriptions": "^2.0.0",
46+
"graphql-subscriptions": "^3.0.0",
4747
"ts-morph": "^19.0.0"
4848
},
4949
"publishConfig": {

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -4558,7 +4558,7 @@ __metadata:
45584558
class-transformer: ^0.5
45594559
class-validator: ^0.14.0
45604560
graphql: ^16.0.0
4561-
graphql-subscriptions: ^2.0.0
4561+
graphql-subscriptions: ^3.0.0
45624562
ts-morph: ^19.0.0
45634563
languageName: unknown
45644564
linkType: soft

0 commit comments

Comments
 (0)