File tree 2 files changed +5
-12
lines changed
packages/plugins/typescript/resolvers
2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 24
24
"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"
25
25
},
26
26
"devDependencies" : {
27
- "graphql-subscriptions" : " 2 .0.0"
27
+ "graphql-subscriptions" : " 3 .0.0"
28
28
},
29
29
"main" : " dist/cjs/index.js" ,
30
30
"module" : " dist/esm/index.js" ,
Original file line number Diff line number Diff line change @@ -8896,12 +8896,10 @@ graphql-request@^6.0.0:
8896
8896
"@graphql-typed-document-node/core" "^3.2.0"
8897
8897
cross-fetch "^3.1.5"
8898
8898
8899
-
8900
- version "2.0.0"
8901
- resolved "https://registry.yarnpkg.com/graphql-subscriptions/-/graphql-subscriptions-2.0.0.tgz#11ec181d475852d8aec879183e8e1eb94f2eb79a"
8902
- integrity sha512-s6k2b8mmt9gF9pEfkxsaO1lTxaySfKoEJzEfmwguBbQ//Oq23hIXCfR1hm4kdh5hnR20RdwB+s3BCb+0duHSZA==
8903
- dependencies:
8904
- iterall "^1.3.0"
8899
+
8900
+ version "3.0.0"
8901
+ resolved "https://registry.yarnpkg.com/graphql-subscriptions/-/graphql-subscriptions-3.0.0.tgz#820c846ef271414c08f64827b5c9a192801e1b6f"
8902
+ integrity sha512-kZCdevgmzDjGAOqH7GlDmQXYAkuHoKpMlJrqF40HMPhUhM5ZWSFSxCwD/nSi6AkaijmMfsFhoJRGJ27UseCvRA==
8905
8903
8906
8904
[email protected] , graphql-tag@^2.11.0, graphql-tag@^2.12.6:
8907
8905
version "2.12.6"
@@ -9927,11 +9925,6 @@ istanbul-reports@^3.1.3:
9927
9925
html-escaper "^2.0.0"
9928
9926
istanbul-lib-report "^3.0.0"
9929
9927
9930
- iterall@^1.3.0:
9931
- version "1.3.0"
9932
- resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.3.0.tgz#afcb08492e2915cbd8a0884eb93a8c94d0d72fea"
9933
- integrity sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==
9934
-
9935
9928
iterator.prototype@^1.1.3:
9936
9929
version "1.1.3"
9937
9930
resolved "https://registry.yarnpkg.com/iterator.prototype/-/iterator.prototype-1.1.3.tgz#016c2abe0be3bbdb8319852884f60908ac62bf9c"
You can’t perform that action at this time.
0 commit comments