Skip to content

Commit 4df7090

Browse files
committed
chore(deps): update dependency @graphql-codegen/typescript-operations to v2
1 parent efeae31 commit 4df7090

File tree

2 files changed

+23
-33
lines changed

2 files changed

+23
-33
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@graphql-codegen/testing": "^1.17.7",
4848
"@graphql-codegen/typescript": "^2.0.0",
4949
"@graphql-codegen/typescript-graphql-request": "^4.0.0",
50-
"@graphql-codegen/typescript-operations": "^1.18.0",
50+
"@graphql-codegen/typescript-operations": "^2.0.0",
5151
"@types/jest": "^27.0.0",
5252
"@types/node": "^16.0.0",
5353
"@typescript-eslint/eslint-plugin": "^4.25.0",

yarn.lock

Lines changed: 22 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -632,28 +632,18 @@
632632
auto-bind "~4.0.0"
633633
tslib "~2.3.0"
634634

635-
"@graphql-codegen/typescript-operations@^1.18.0":
636-
version "1.18.4"
637-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-1.18.4.tgz#78149af3a949b760a7af7526593f2b7269a6841a"
638-
integrity sha512-bxeRaCCwu2rUXkRj6WwMVazlMignemeUJfDjrK7d4z9o9tyjlrGWnbsjeZI7M17GNCARU9Vkr6XH94wEyooSsA==
639-
dependencies:
640-
"@graphql-codegen/plugin-helpers" "^1.18.8"
641-
"@graphql-codegen/typescript" "^1.23.0"
642-
"@graphql-codegen/visitor-plugin-common" "1.22.0"
643-
auto-bind "~4.0.0"
644-
tslib "~2.3.0"
645-
646-
"@graphql-codegen/typescript@^1.23.0":
647-
version "1.23.0"
648-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-1.23.0.tgz#48a5372bcbe81a442c71c1bb032c312c6586a59a"
649-
integrity sha512-ZfFgk5mGfuOy4kEpy+dcuvJMphigMfJ4AkiP1qWmWFufDW3Sg2yayTSNmzeFdcXMrWGgfNW2dKtuuTmbmQhS5g==
635+
"@graphql-codegen/typescript-operations@^2.0.0":
636+
version "2.2.0"
637+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-2.2.0.tgz#73bf9261a9e28708952aa74c3a0c659fb8005483"
638+
integrity sha512-AffhdHoJC2Wh95/LjOWF3vziZRurQ4JhAn3Odjd2AIBJsGx6TL41GYh9hX9GuBQYrBPjf4x+mXrmQ/vsFWH0ng==
650639
dependencies:
651-
"@graphql-codegen/plugin-helpers" "^1.18.8"
652-
"@graphql-codegen/visitor-plugin-common" "1.22.0"
640+
"@graphql-codegen/plugin-helpers" "^2.3.0"
641+
"@graphql-codegen/typescript" "^2.3.0"
642+
"@graphql-codegen/visitor-plugin-common" "2.5.0"
653643
auto-bind "~4.0.0"
654644
tslib "~2.3.0"
655645

656-
"@graphql-codegen/typescript@^2.0.0":
646+
"@graphql-codegen/typescript@^2.0.0", "@graphql-codegen/typescript@^2.3.0":
657647
version "2.3.1"
658648
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.3.1.tgz#ad557cc28f20aa8a9ad9f153c3c8ac8b6e09075a"
659649
integrity sha512-5wfuJhXnDVdufznLZG2/YlPMy5qGVYAEodBACVT8Dfgnt7T8eQOdaTfEPh04hqf/WR6DDoiLrJDcdyqWUO305w==
@@ -664,31 +654,31 @@
664654
auto-bind "~4.0.0"
665655
tslib "~2.3.0"
666656

667-
"@graphql-codegen/visitor-plugin-common@1.22.0", "@graphql-codegen/visitor-plugin-common@^1.21.0":
668-
version "1.22.0"
669-
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.22.0.tgz#75fc8b580143bccbec411eb92d5fef715ed22e42"
670-
integrity sha512-2afJGb6d8iuZl9KizYsexPwraEKO1lAvt5eVHNM5Xew4vwz/AUHeqDR2uOeQgVV+27EzjjzSDd47IEdH0dLC2w==
657+
"@graphql-codegen/visitor-plugin-common@2.5.0":
658+
version "2.5.0"
659+
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.5.0.tgz#e412fade4ca3178a19e7ea122a4cb3463f2bf585"
660+
integrity sha512-a1kJ/5YBivCj9X20YuhNU2mPY9xjUVmJO0VjHBu06PyvC27GsR1PmvgRALIXrb6QwV+9DDUda3ewKzgne2Qc+A==
671661
dependencies:
672-
"@graphql-codegen/plugin-helpers" "^1.18.8"
662+
"@graphql-codegen/plugin-helpers" "^2.3.0"
673663
"@graphql-tools/optimize" "^1.0.1"
674-
"@graphql-tools/relay-operation-optimizer" "^6.3.0"
675-
array.prototype.flatmap "^1.2.4"
664+
"@graphql-tools/relay-operation-optimizer" "^6.3.7"
665+
"@graphql-tools/utils" "^8.3.0"
676666
auto-bind "~4.0.0"
677667
change-case-all "1.0.14"
678668
dependency-graph "^0.11.0"
679669
graphql-tag "^2.11.0"
680670
parse-filepath "^1.0.2"
681671
tslib "~2.3.0"
682672

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==
673+
"@graphql-codegen/visitor-plugin-common@^1.21.0":
674+
version "1.22.0"
675+
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.22.0.tgz#75fc8b580143bccbec411eb92d5fef715ed22e42"
676+
integrity sha512-2afJGb6d8iuZl9KizYsexPwraEKO1lAvt5eVHNM5Xew4vwz/AUHeqDR2uOeQgVV+27EzjjzSDd47IEdH0dLC2w==
687677
dependencies:
688-
"@graphql-codegen/plugin-helpers" "^2.3.0"
678+
"@graphql-codegen/plugin-helpers" "^1.18.8"
689679
"@graphql-tools/optimize" "^1.0.1"
690-
"@graphql-tools/relay-operation-optimizer" "^6.3.7"
691-
"@graphql-tools/utils" "^8.3.0"
680+
"@graphql-tools/relay-operation-optimizer" "^6.3.0"
681+
array.prototype.flatmap "^1.2.4"
692682
auto-bind "~4.0.0"
693683
change-case-all "1.0.14"
694684
dependency-graph "^0.11.0"

0 commit comments

Comments
 (0)