Skip to content

Commit 79f56a6

Browse files
committed
Support graphql-subscriptions v2
1 parent 5926b49 commit 79f56a6

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"iterall": "^1.3.0"
4040
},
4141
"peerDependencies": {
42-
"graphql-subscriptions": "^1.0.0"
42+
"graphql-subscriptions": "^1.0.0 || ^2.0.0"
4343
},
4444
"devDependencies": {
4545
"@istanbuljs/nyc-config-typescript": "^1.0.1",
@@ -54,8 +54,8 @@
5454
"chai": "^4.2.0",
5555
"chai-as-promised": "^7.1.1",
5656
"eslint": "^7.7.0",
57-
"graphql": "^15.3.0",
58-
"graphql-subscriptions": "^1.1.0",
57+
"graphql": "^15.7.2",
58+
"graphql-subscriptions": "^2.0.0",
5959
"ioredis": "^4.17.3",
6060
"mocha": "^8.1.3",
6161
"nyc": "^15.1.0",

0 commit comments

Comments
 (0)