Skip to content

Commit a740912

Browse files
committed
Changed packages and bumped version
1 parent c876237 commit a740912

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Liveshare toolkit for strove.io.
44

55
Note: This extension is required for liveshare to work properly inside strove.io. It will do nothing outside of the platform.
66

7-
Current version: 0.1.3
7+
Current version: 0.1.4

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "stroveteams",
33
"displayName": "stroveTeams",
44
"description": "Teams support for Strove",
5-
"version": "0.1.3",
5+
"version": "0.1.4",
66
"engines": {
77
"vscode": "^1.39.2"
88
},
@@ -41,7 +41,7 @@
4141
"apollo-link": "^1.2.14",
4242
"apollo-link-ws": "^1.0.20",
4343
"axios": "^0.19.2",
44-
"graphql": "^15.0.0",
44+
"graphql": "14.0.2",
4545
"graphql-tag": "^2.10.3",
4646
"lodash.throttle": "^4.1.1",
4747
"node-fetch": "^2.6.0",

yarn.lock

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -730,10 +730,12 @@ graphql-tag@^2.10.3:
730730
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.10.3.tgz#ea1baba5eb8fc6339e4c4cf049dabe522b0edf03"
731731
integrity sha512-4FOv3ZKfA4WdOKJeHdz6B3F/vxBLSgmBcGeAFPf4n1F64ltJUvOOerNj0rsJxONQGdhUMynQIvd6LzB+1J5oKA==
732732

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"
737739

738740
growl@1.10.5:
739741
version "1.10.5"
@@ -918,7 +920,7 @@ isexe@^2.0.0:
918920
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
919921
integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=
920922

921-
iterall@^1.2.1:
923+
iterall@^1.2.1, iterall@^1.2.2:
922924
version "1.3.0"
923925
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.3.0.tgz#afcb08492e2915cbd8a0884eb93a8c94d0d72fea"
924926
integrity sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==

0 commit comments

Comments
 (0)