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 79060d3 commit 4230d3d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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 4230d3d

Please sign in to comment.