Skip to content

Commit 6168c34

Browse files
committed
fix(deps): update dependency graphql-subscriptions to v1.1.0
1 parent d5fce78 commit 6168c34

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

sample/12-graphql-apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"class-transformer": "0.2.0",
1919
"class-validator": "0.9.1",
2020
"graphql": "14.2.1",
21-
"graphql-subscriptions": "1.0.0",
21+
"graphql-subscriptions": "1.1.0",
2222
"reflect-metadata": "0.1.13",
2323
"rxjs": "6.4.0",
2424
"typescript": "3.4.1"

sample/23-type-graphql/package-lock.json

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

sample/23-type-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"class-transformer": "0.2.0",
1919
"class-validator": "0.9.1",
2020
"graphql": "14.2.1",
21-
"graphql-subscriptions": "1.0.0",
21+
"graphql-subscriptions": "1.1.0",
2222
"reflect-metadata": "0.1.13",
2323
"rxjs": "6.4.0",
2424
"type-graphql": "0.17.1",

0 commit comments

Comments
 (0)