Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit b2dca2f

Browse files
Merge pull request #5401 from trufflesuite/remove-warning-graphql-tag
Remove graphql-tag warning by bumping patch version
2 parents bf8d4b2 + 8fb6631 commit b2dca2f

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

packages/db-kit/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"@truffle/decoder": "^5.2.23",
4242
"@truffle/environment": "^0.2.118",
4343
"@truffle/fetch-and-compile": "^0.5.13",
44-
"graphql-tag": "^2.11.0",
44+
"graphql": "^15.3.0",
45+
"graphql-tag": "^2.12.6",
4546
"ink": "^3.0.8",
4647
"ink-big-text": "^1.2.0",
4748
"ink-divider": "^3.0.0",

packages/db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"debug": "^4.3.1",
4747
"fs-extra": "^9.1.0",
4848
"graphql": "^15.3.0",
49-
"graphql-tag": "^2.11.0",
49+
"graphql-tag": "^2.12.6",
5050
"json-stable-stringify": "^1.0.1",
5151
"pascal-case": "^2.0.1",
5252
"pluralize": "^8.0.0",

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15747,6 +15747,13 @@ graphql-tag@^2.11.0:
1574715747
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.11.0.tgz#1deb53a01c46a7eb401d6cb59dec86fa1cccbffd"
1574815748
integrity sha512-VmsD5pJqWJnQZMUeRwrDhfgoyqcfwEkvtpANqcoUG8/tOLkwNgU9mzub/Mc78OJMhHjx7gfAMTxzdG43VGg3bA==
1574915749

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+
1575015757
graphql@*, graphql@^15.3.0:
1575115758
version "15.3.0"
1575215759
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.3.0.tgz#3ad2b0caab0d110e3be4a5a9b2aa281e362b5278"

0 commit comments

Comments
 (0)