This repository was archived by the owner on Feb 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 41
41
"@truffle/decoder" : " ^5.2.23" ,
42
42
"@truffle/environment" : " ^0.2.118" ,
43
43
"@truffle/fetch-and-compile" : " ^0.5.13" ,
44
- "graphql-tag" : " ^2.11.0" ,
44
+ "graphql" : " ^15.3.0" ,
45
+ "graphql-tag" : " ^2.12.6" ,
45
46
"ink" : " ^3.0.8" ,
46
47
"ink-big-text" : " ^1.2.0" ,
47
48
"ink-divider" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 46
46
"debug" : " ^4.3.1" ,
47
47
"fs-extra" : " ^9.1.0" ,
48
48
"graphql" : " ^15.3.0" ,
49
- "graphql-tag" : " ^2.11.0 " ,
49
+ "graphql-tag" : " ^2.12.6 " ,
50
50
"json-stable-stringify" : " ^1.0.1" ,
51
51
"pascal-case" : " ^2.0.1" ,
52
52
"pluralize" : " ^8.0.0" ,
Original file line number Diff line number Diff line change @@ -15747,6 +15747,13 @@ graphql-tag@^2.11.0:
15747
15747
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.11.0.tgz#1deb53a01c46a7eb401d6cb59dec86fa1cccbffd"
15748
15748
integrity sha512-VmsD5pJqWJnQZMUeRwrDhfgoyqcfwEkvtpANqcoUG8/tOLkwNgU9mzub/Mc78OJMhHjx7gfAMTxzdG43VGg3bA==
15749
15749
15750
+ graphql-tag@^2.12.6:
15751
+ version "2.12.6"
15752
+ resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.12.6.tgz#d441a569c1d2537ef10ca3d1633b48725329b5f1"
15753
+ integrity sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==
15754
+ dependencies:
15755
+ tslib "^2.1.0"
15756
+
15750
15757
graphql@*, graphql@^15.3.0:
15751
15758
version "15.3.0"
15752
15759
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.3.0.tgz#3ad2b0caab0d110e3be4a5a9b2aa281e362b5278"
You can’t perform that action at this time.
0 commit comments