File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ Liveshare toolkit for strove.io.
4
4
5
5
Note: This extension is required for liveshare to work properly inside strove.io. It will do nothing outside of the platform.
6
6
7
- Current version: 0.1.3
7
+ Current version: 0.1.4
Original file line number Diff line number Diff line change 2
2
"name" : " stroveteams" ,
3
3
"displayName" : " stroveTeams" ,
4
4
"description" : " Teams support for Strove" ,
5
- "version" : " 0.1.3 " ,
5
+ "version" : " 0.1.4 " ,
6
6
"engines" : {
7
7
"vscode" : " ^1.39.2"
8
8
},
41
41
"apollo-link" : " ^1.2.14" ,
42
42
"apollo-link-ws" : " ^1.0.20" ,
43
43
"axios" : " ^0.19.2" ,
44
- "graphql" : " ^15 .0.0 " ,
44
+ "graphql" : " 14 .0.2 " ,
45
45
"graphql-tag" : " ^2.10.3" ,
46
46
"lodash.throttle" : " ^4.1.1" ,
47
47
"node-fetch" : " ^2.6.0" ,
Original file line number Diff line number Diff line change @@ -730,10 +730,12 @@ graphql-tag@^2.10.3:
730
730
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.10.3.tgz#ea1baba5eb8fc6339e4c4cf049dabe522b0edf03"
731
731
integrity sha512-4FOv3ZKfA4WdOKJeHdz6B3F/vxBLSgmBcGeAFPf4n1F64ltJUvOOerNj0rsJxONQGdhUMynQIvd6LzB+1J5oKA==
732
732
733
- graphql@^15.0.0 :
734
- version "15.0.0"
735
- resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.0.0.tgz#042a5eb5e2506a2e2111ce41eb446a8e570b8be9"
736
- integrity sha512-ZyVO1xIF9F+4cxfkdhOJINM+51B06Friuv4M66W7HzUOeFd+vNzUn4vtswYINPi6sysjf1M2Ri/rwZALqgwbaQ==
733
+ graphql@14.0.2 :
734
+ version "14.0.2"
735
+ resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.0.2.tgz#7dded337a4c3fd2d075692323384034b357f5650"
736
+ integrity sha512-gUC4YYsaiSJT1h40krG3J+USGlwhzNTXSb4IOZljn9ag5Tj+RkoXrWp+Kh7WyE3t1NCfab5kzCuxBIvOMERMXw==
737
+ dependencies :
738
+ iterall "^1.2.2"
737
739
738
740
growl@1.10.5 :
739
741
version "1.10.5"
@@ -918,7 +920,7 @@ isexe@^2.0.0:
918
920
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
919
921
integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=
920
922
921
- iterall@^1.2.1 :
923
+ iterall@^1.2.1, iterall@^1.2.2 :
922
924
version "1.3.0"
923
925
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.3.0.tgz#afcb08492e2915cbd8a0884eb93a8c94d0d72fea"
924
926
integrity sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==
You can’t perform that action at this time.
0 commit comments