Skip to content

Commit 673916c

Browse files
chore(deps): update dependency graphql-subscriptions to v3
1 parent ee703af commit 673916c

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

packages/plugins/typescript/resolvers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
2525
},
2626
"devDependencies": {
27-
"graphql-subscriptions": "2.0.0"
27+
"graphql-subscriptions": "3.0.0"
2828
},
2929
"main": "dist/cjs/index.js",
3030
"module": "dist/esm/index.js",

yarn.lock

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8848,12 +8848,10 @@ graphql-request@^6.0.0:
88488848
"@graphql-typed-document-node/core" "^3.2.0"
88498849
cross-fetch "^3.1.5"
88508850

8851-
8852-
version "2.0.0"
8853-
resolved "https://registry.yarnpkg.com/graphql-subscriptions/-/graphql-subscriptions-2.0.0.tgz#11ec181d475852d8aec879183e8e1eb94f2eb79a"
8854-
integrity sha512-s6k2b8mmt9gF9pEfkxsaO1lTxaySfKoEJzEfmwguBbQ//Oq23hIXCfR1hm4kdh5hnR20RdwB+s3BCb+0duHSZA==
8855-
dependencies:
8856-
iterall "^1.3.0"
8851+
8852+
version "3.0.0"
8853+
resolved "https://registry.yarnpkg.com/graphql-subscriptions/-/graphql-subscriptions-3.0.0.tgz#820c846ef271414c08f64827b5c9a192801e1b6f"
8854+
integrity sha512-kZCdevgmzDjGAOqH7GlDmQXYAkuHoKpMlJrqF40HMPhUhM5ZWSFSxCwD/nSi6AkaijmMfsFhoJRGJ27UseCvRA==
88578855

88588856
[email protected], graphql-tag@^2.11.0, graphql-tag@^2.12.6:
88598857
version "2.12.6"
@@ -9881,11 +9879,6 @@ istanbul-reports@^3.1.3:
98819879
html-escaper "^2.0.0"
98829880
istanbul-lib-report "^3.0.0"
98839881

9884-
iterall@^1.3.0:
9885-
version "1.3.0"
9886-
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.3.0.tgz#afcb08492e2915cbd8a0884eb93a8c94d0d72fea"
9887-
integrity sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==
9888-
98899882
iterator.prototype@^1.1.3:
98909883
version "1.1.3"
98919884
resolved "https://registry.yarnpkg.com/iterator.prototype/-/iterator.prototype-1.1.3.tgz#016c2abe0be3bbdb8319852884f60908ac62bf9c"

0 commit comments

Comments
 (0)