Skip to content

Commit

Permalink
fix(deps): update dependency graphql-subscriptions to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent a4a9b52 commit 99839a7
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 61 deletions.
78 changes: 21 additions & 57 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"fastify": "5.2.1",
"globals": "15.14.0",
"graphql": "16.9.0",
"graphql-subscriptions": "2.0.0",
"graphql-subscriptions": "3.0.0",
"graphql-tools": "9.0.11",
"gulp": "5.0.0",
"gulp-clang-format": "1.0.27",
Expand Down
2 changes: 1 addition & 1 deletion sample/12-graphql-schema-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"graphql": "16.8.1",
"graphql-subscriptions": "2.0.0",
"graphql-subscriptions": "3.0.0",
"reflect-metadata": "0.2.2",
"rimraf": "6.0.1",
"rxjs": "7.8.1"
Expand Down
2 changes: 1 addition & 1 deletion sample/22-graphql-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"graphql": "16.8.1",
"graphql-subscriptions": "2.0.0",
"graphql-subscriptions": "3.0.0",
"reflect-metadata": "0.2.2",
"rimraf": "6.0.1",
"rxjs": "7.8.1"
Expand Down
2 changes: 1 addition & 1 deletion sample/23-graphql-code-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"class-validator": "0.14.1",
"graphql": "16.8.1",
"graphql-query-complexity": "0.12.0",
"graphql-subscriptions": "2.0.0",
"graphql-subscriptions": "3.0.0",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1"
},
Expand Down

0 comments on commit 99839a7

Please sign in to comment.