Skip to content

Commit 55dc818

Browse files
authored
Merge pull request #164 from croutonn/renovate/graphql-codegen-plugin-helpers-2.x
chore(deps): update dependency @graphql-codegen/plugin-helpers to v2
2 parents 8da3769 + 4c85867 commit 55dc818

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"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"
3434
},
3535
"dependencies": {
36-
"@graphql-codegen/plugin-helpers": "^1.18.7",
36+
"@graphql-codegen/plugin-helpers": "^2.0.0",
3737
"@graphql-codegen/visitor-plugin-common": "^1.21.0",
3838
"@types/micromatch": "^4.0.1",
3939
"auto-bind": "^4.0.0",

yarn.lock

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@
579579
tslib "~2.0.0"
580580
upper-case "2.0.1"
581581

582-
"@graphql-codegen/plugin-helpers@^1.18.7", "@graphql-codegen/plugin-helpers@^1.18.8":
582+
"@graphql-codegen/plugin-helpers@^1.18.8":
583583
version "1.18.8"
584584
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-1.18.8.tgz#39aac745b9e22e28c781cc07cf74836896a3a905"
585585
integrity sha512-mb4I9j9lMGqvGggYuZ0CV+Hme08nar68xkpPbAVotg/ZBmlhZIok/HqW2BcMQi7Rj+Il5HQMeQ1wQ1M7sv/TlQ==
@@ -590,6 +590,18 @@
590590
lodash "~4.17.0"
591591
tslib "~2.3.0"
592592

593+
"@graphql-codegen/plugin-helpers@^2.0.0":
594+
version "2.3.1"
595+
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.3.1.tgz#b66c742d3209a85bc2f72f9e2eceb6b08fc81f85"
596+
integrity sha512-rWH7igcjYqZ6rqNFTb4Wyp31863fRmmVpsRN8VHzBCltrepOO97jwTwB93aAw+T6Dm8aZto3QFfDIC79u8wA2Q==
597+
dependencies:
598+
"@graphql-tools/utils" "^8.5.2"
599+
change-case-all "1.0.14"
600+
common-tags "1.8.0"
601+
import-from "4.0.0"
602+
lodash "~4.17.0"
603+
tslib "~2.3.0"
604+
593605
"@graphql-codegen/testing@^1.17.7":
594606
version "1.17.7"
595607
resolved "https://registry.yarnpkg.com/@graphql-codegen/testing/-/testing-1.17.7.tgz#fc7bbaaee3af91fbe554ec547ec3f9ca40076c25"
@@ -682,7 +694,7 @@
682694
camel-case "4.1.2"
683695
tslib "~2.2.0"
684696

685-
"@graphql-tools/utils@^8.5.1":
697+
"@graphql-tools/utils@^8.5.1", "@graphql-tools/utils@^8.5.2":
686698
version "8.5.3"
687699
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.5.3.tgz#404062e62cae9453501197039687749c4885356e"
688700
integrity sha512-HDNGWFVa8QQkoQB0H1lftvaO1X5xUaUDk1zr1qDe0xN1NL0E/CrQdJ5UKLqOvH4hkqVUPxQsyOoAZFkaH6rLHg==

0 commit comments

Comments
 (0)