Skip to content

Commit 995c417

Browse files
authored
Merge pull request #165 from croutonn/renovate/graphql-codegen-typescript-2.x
chore(deps): update dependency @graphql-codegen/typescript to v2
2 parents 55dc818 + a33bf3c commit 995c417

File tree

2 files changed

+41
-5
lines changed

2 files changed

+41
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"devDependencies": {
4747
"@graphql-codegen/testing": "^1.17.7",
48-
"@graphql-codegen/typescript": "^1.22.1",
48+
"@graphql-codegen/typescript": "^2.0.0",
4949
"@graphql-codegen/typescript-graphql-request": "^3.2.1",
5050
"@graphql-codegen/typescript-operations": "^1.18.0",
5151
"@types/jest": "^27.0.0",

yarn.lock

Lines changed: 40 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@
590590
lodash "~4.17.0"
591591
tslib "~2.3.0"
592592

593-
"@graphql-codegen/plugin-helpers@^2.0.0":
593+
"@graphql-codegen/plugin-helpers@^2.0.0", "@graphql-codegen/plugin-helpers@^2.3.0":
594594
version "2.3.1"
595595
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.3.1.tgz#b66c742d3209a85bc2f72f9e2eceb6b08fc81f85"
596596
integrity sha512-rWH7igcjYqZ6rqNFTb4Wyp31863fRmmVpsRN8VHzBCltrepOO97jwTwB93aAw+T6Dm8aZto3QFfDIC79u8wA2Q==
@@ -602,6 +602,15 @@
602602
lodash "~4.17.0"
603603
tslib "~2.3.0"
604604

605+
"@graphql-codegen/schema-ast@^2.4.0":
606+
version "2.4.0"
607+
resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-2.4.0.tgz#a41fdf2bacf88ec8318c78fdf03f19e620e5534a"
608+
integrity sha512-xsLd4mF0H3mPp7Z2PHZ2Sv1KKIb/FOORqhDc9XHCnHJJ/h9nmaleKSTxTGzSUfIAQ1aCNzVilcaUwlenK+MMBQ==
609+
dependencies:
610+
"@graphql-codegen/plugin-helpers" "^2.3.0"
611+
"@graphql-tools/utils" "^8.1.1"
612+
tslib "~2.3.0"
613+
605614
"@graphql-codegen/testing@^1.17.7":
606615
version "1.17.7"
607616
resolved "https://registry.yarnpkg.com/@graphql-codegen/testing/-/testing-1.17.7.tgz#fc7bbaaee3af91fbe554ec547ec3f9ca40076c25"
@@ -634,7 +643,7 @@
634643
auto-bind "~4.0.0"
635644
tslib "~2.3.0"
636645

637-
"@graphql-codegen/typescript@^1.22.1", "@graphql-codegen/typescript@^1.23.0":
646+
"@graphql-codegen/typescript@^1.23.0":
638647
version "1.23.0"
639648
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-1.23.0.tgz#48a5372bcbe81a442c71c1bb032c312c6586a59a"
640649
integrity sha512-ZfFgk5mGfuOy4kEpy+dcuvJMphigMfJ4AkiP1qWmWFufDW3Sg2yayTSNmzeFdcXMrWGgfNW2dKtuuTmbmQhS5g==
@@ -644,6 +653,17 @@
644653
auto-bind "~4.0.0"
645654
tslib "~2.3.0"
646655

656+
"@graphql-codegen/typescript@^2.0.0":
657+
version "2.3.1"
658+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.3.1.tgz#ad557cc28f20aa8a9ad9f153c3c8ac8b6e09075a"
659+
integrity sha512-5wfuJhXnDVdufznLZG2/YlPMy5qGVYAEodBACVT8Dfgnt7T8eQOdaTfEPh04hqf/WR6DDoiLrJDcdyqWUO305w==
660+
dependencies:
661+
"@graphql-codegen/plugin-helpers" "^2.3.0"
662+
"@graphql-codegen/schema-ast" "^2.4.0"
663+
"@graphql-codegen/visitor-plugin-common" "2.5.0"
664+
auto-bind "~4.0.0"
665+
tslib "~2.3.0"
666+
647667
"@graphql-codegen/visitor-plugin-common@1.22.0", "@graphql-codegen/visitor-plugin-common@^1.21.0":
648668
version "1.22.0"
649669
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.22.0.tgz#75fc8b580143bccbec411eb92d5fef715ed22e42"
@@ -660,14 +680,30 @@
660680
parse-filepath "^1.0.2"
661681
tslib "~2.3.0"
662682

683+
"@graphql-codegen/visitor-plugin-common@2.5.0":
684+
version "2.5.0"
685+
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.5.0.tgz#e412fade4ca3178a19e7ea122a4cb3463f2bf585"
686+
integrity sha512-a1kJ/5YBivCj9X20YuhNU2mPY9xjUVmJO0VjHBu06PyvC27GsR1PmvgRALIXrb6QwV+9DDUda3ewKzgne2Qc+A==
687+
dependencies:
688+
"@graphql-codegen/plugin-helpers" "^2.3.0"
689+
"@graphql-tools/optimize" "^1.0.1"
690+
"@graphql-tools/relay-operation-optimizer" "^6.3.7"
691+
"@graphql-tools/utils" "^8.3.0"
692+
auto-bind "~4.0.0"
693+
change-case-all "1.0.14"
694+
dependency-graph "^0.11.0"
695+
graphql-tag "^2.11.0"
696+
parse-filepath "^1.0.2"
697+
tslib "~2.3.0"
698+
663699
"@graphql-tools/optimize@^1.0.1":
664700
version "1.1.1"
665701
resolved "https://registry.yarnpkg.com/@graphql-tools/optimize/-/optimize-1.1.1.tgz#dcd59ba1ee34431e5e9b086b57fe0bdb1a176669"
666702
integrity sha512-y0TEfPyGmJaQjnsTRs/UP7/ZHaB3i68VAsXW4H2doUFKY6rIOUz+ruME/uWsfy/VeTWBNqGX8/m/X7YFEi5OJQ==
667703
dependencies:
668704
tslib "~2.3.0"
669705

670-
"@graphql-tools/relay-operation-optimizer@^6.3.0":
706+
"@graphql-tools/relay-operation-optimizer@^6.3.0", "@graphql-tools/relay-operation-optimizer@^6.3.7":
671707
version "6.4.1"
672708
resolved "https://registry.yarnpkg.com/@graphql-tools/relay-operation-optimizer/-/relay-operation-optimizer-6.4.1.tgz#28572444e2c00850c889a84472f3cc7405dc1ad8"
673709
integrity sha512-2b9D5L+31sIBnvmcmIW5tfvNUV+nJFtbHpUyarTRDmFT6EZ2cXo4WZMm9XJcHQD/Z5qvMXfPHxzQ3/JUs4xI+w==
@@ -694,7 +730,7 @@
694730
camel-case "4.1.2"
695731
tslib "~2.2.0"
696732

697-
"@graphql-tools/utils@^8.5.1", "@graphql-tools/utils@^8.5.2":
733+
"@graphql-tools/utils@^8.1.1", "@graphql-tools/utils@^8.3.0", "@graphql-tools/utils@^8.5.1", "@graphql-tools/utils@^8.5.2":
698734
version "8.5.3"
699735
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.5.3.tgz#404062e62cae9453501197039687749c4885356e"
700736
integrity sha512-HDNGWFVa8QQkoQB0H1lftvaO1X5xUaUDk1zr1qDe0xN1NL0E/CrQdJ5UKLqOvH4hkqVUPxQsyOoAZFkaH6rLHg==

0 commit comments

Comments
 (0)