Skip to content

Commit 0a9d9b0

Browse files
committed
Update graphqlcodegenerator monorepo
1 parent dae956b commit 0a9d9b0

File tree

2 files changed

+34
-58
lines changed

2 files changed

+34
-58
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"author": "codehex",
4545
"license": "MIT",
4646
"devDependencies": {
47-
"@graphql-codegen/cli": "2.11.3",
48-
"@graphql-codegen/typescript": "2.7.2",
47+
"@graphql-codegen/cli": "2.11.4",
48+
"@graphql-codegen/typescript": "2.7.3",
4949
"@tsconfig/recommended": "1.0.1",
5050
"@types/jest": "28.1.6",
5151
"@typescript-eslint/eslint-plugin": "5.32.0",

yarn.lock

Lines changed: 32 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -754,13 +754,13 @@
754754
minimatch "^3.1.2"
755755
strip-json-comments "^3.1.1"
756756

757-
"@graphql-codegen/cli@2.11.3":
758-
version "2.11.3"
759-
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.11.3.tgz#6cb0fd6da0773957b531cccf7459303a23ee1c05"
760-
integrity sha512-C1d88Kx0a0PF1tOR00UIZjHq5aWNNcw5fM2k08rOY9O5b4sU7kEb+YbGKP6EExTtJnYb49fePLKVvrIv1ejDFg==
757+
"@graphql-codegen/cli@2.11.4":
758+
version "2.11.4"
759+
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.11.4.tgz#c0e31c07712d8ecc9947562b7645d62903318830"
760+
integrity sha512-qqkk0XOPlTV43qiQMf75K9/6WyRNstyCRkq7hAh2six77x+OvNHzvMAxdWaMR8VPbg+rdlP53M7N+k2zpQzewg==
761761
dependencies:
762-
"@graphql-codegen/core" "2.6.0"
763-
"@graphql-codegen/plugin-helpers" "^2.6.1"
762+
"@graphql-codegen/core" "2.6.1"
763+
"@graphql-codegen/plugin-helpers" "^2.6.2"
764764
"@graphql-tools/apollo-engine-loader" "^7.3.6"
765765
"@graphql-tools/code-file-loader" "^7.3.1"
766766
"@graphql-tools/git-loader" "^7.2.1"
@@ -791,12 +791,12 @@
791791
yaml "^1.10.0"
792792
yargs "^17.0.0"
793793

794-
"@graphql-codegen/core@2.6.0":
795-
version "2.6.0"
796-
resolved "https://registry.yarnpkg.com/@graphql-codegen/core/-/core-2.6.0.tgz#06a237892285aa6364a8ff40bb234e5b553b4489"
797-
integrity sha512-7uZGnLCMR/pnh/5CsyI4y5bBvRndNHFs+AWpMUUjDBcjMRrMaavu37VyyYDz4/ob0BnQJt8RTBN9eArS9PLYAQ==
794+
"@graphql-codegen/core@2.6.1":
795+
version "2.6.1"
796+
resolved "https://registry.yarnpkg.com/@graphql-codegen/core/-/core-2.6.1.tgz#57599a2e97d3c5109d888781587eba65f3c6cabe"
797+
integrity sha512-X6IIQCIvEm+g6xcd/5ml/Tmz8U6pd4q9s1mM4WcstBQ26v+gzzlj6lc7+6ALhrNm25gHKQ4PiVoG2W0pw503Dw==
798798
dependencies:
799-
"@graphql-codegen/plugin-helpers" "^2.5.0"
799+
"@graphql-codegen/plugin-helpers" "^2.6.2"
800800
"@graphql-tools/schema" "^8.5.0"
801801
"@graphql-tools/utils" "^8.8.0"
802802
tslib "~2.4.0"
@@ -813,34 +813,10 @@
813813
lodash "~4.17.0"
814814
tslib "~2.3.0"
815815

816-
"@graphql-codegen/plugin-helpers@^2.5.0":
817-
version "2.5.0"
818-
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.5.0.tgz#83601ed1a362c05c64c4fc9c538a0f801bc6318f"
819-
integrity sha512-0jM5/14EdM4yow5v8OGOnUmRqfA1gaWkh+J5berqQUpcFYfSQXD6+Idnkiju/jjIypEN7UvbPkC7BgryWVxexA==
820-
dependencies:
821-
"@graphql-tools/utils" "^8.8.0"
822-
change-case-all "1.0.14"
823-
common-tags "1.8.2"
824-
import-from "4.0.0"
825-
lodash "~4.17.0"
826-
tslib "~2.4.0"
827-
828-
"@graphql-codegen/plugin-helpers@^2.6.0":
829-
version "2.6.0"
830-
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.6.0.tgz#ae7005e6a2dcb0095ae350970c41606906048a27"
831-
integrity sha512-z8uw6GdUvtKyt5YSijtj1yRqI0A2lBWdGIgTjgXaAKqSC+InlVBy+89859LlKNMrO7somdt44cbMys8r4Hbqeg==
832-
dependencies:
833-
"@graphql-tools/utils" "^8.8.0"
834-
change-case-all "1.0.14"
835-
common-tags "1.8.2"
836-
import-from "4.0.0"
837-
lodash "~4.17.0"
838-
tslib "~2.4.0"
839-
840-
"@graphql-codegen/plugin-helpers@^2.6.1":
841-
version "2.6.1"
842-
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.6.1.tgz#0e3abf1a13843abecd1d795fe85a61b7459a7e3a"
843-
integrity sha512-RbkCPu8rZo+d3tWPUzqnZhgGutp15GVcs9UhaOcenKpCDDQxNxqGGTn76LuAAymT9y7BSnXdY20k1CW59z4nTw==
816+
"@graphql-codegen/plugin-helpers@^2.6.2":
817+
version "2.6.2"
818+
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.6.2.tgz#3c65d89fc9b61914235fc7cb14f1d48492d27944"
819+
integrity sha512-bt5PNix0MwzWP53UdaYm6URrVMWU8RlQhrTSLFjxQ8ShS5zoTlQtpZJGZc5ONqFgKa83qbUmzXUtP8oRVVn8zw==
844820
dependencies:
845821
"@graphql-tools/utils" "^8.8.0"
846822
change-case-all "1.0.14"
@@ -858,32 +834,32 @@
858834
"@graphql-tools/utils" "^8.1.1"
859835
tslib "~2.3.0"
860836

861-
"@graphql-codegen/schema-ast@^2.5.0":
862-
version "2.5.0"
863-
resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-2.5.0.tgz#1b33a17924f0dd4c78d4f2c9dfce215d0bdd29ae"
864-
integrity sha512-nlF4Yc7h90nmogG2E11TeFJ3/hCkb4SDMSdbJX68b1mhvVEji/kq3zWYKAQ+lAzjZ7HF94Eylm3MrZAjjpCKIA==
837+
"@graphql-codegen/schema-ast@^2.5.1":
838+
version "2.5.1"
839+
resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-2.5.1.tgz#ce030ae6de5dacd745848009ba0ca18c9c30910c"
840+
integrity sha512-tewa5DEKbglWn7kYyVBkh3J8YQ5ALqAMVmZwiVFIGOao5u66nd+e4HuFqp0u+Jpz4SJGGi0ap/oFrEvlqLjd2A==
865841
dependencies:
866-
"@graphql-codegen/plugin-helpers" "^2.5.0"
842+
"@graphql-codegen/plugin-helpers" "^2.6.2"
867843
"@graphql-tools/utils" "^8.8.0"
868844
tslib "~2.4.0"
869845

870-
"@graphql-codegen/typescript@2.7.2":
871-
version "2.7.2"
872-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.7.2.tgz#ad47ad1abf8e49f455a47cb71d2d9fd149d7846d"
873-
integrity sha512-lFqvLgw4oAChA9+ifC2K7Ie+mE+XvHcZqwXsm45bpF7jbmqfgjS0gvQNfu2egi6u4hdg+xL+olNxwnyhayrikw==
846+
"@graphql-codegen/typescript@2.7.3":
847+
version "2.7.3"
848+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.7.3.tgz#ad786a1c74e16eca8e01e7a8f28078e1c24eeb61"
849+
integrity sha512-EzX/acijXtbG/AwPzho2ZZWaNo00+xAbsRDP+vnT2PwQV3AYq3/5bFvjq1XfAGWbTntdmlYlIwC9hf5bI85WVA==
874850
dependencies:
875-
"@graphql-codegen/plugin-helpers" "^2.6.0"
876-
"@graphql-codegen/schema-ast" "^2.5.0"
877-
"@graphql-codegen/visitor-plugin-common" "2.12.0"
851+
"@graphql-codegen/plugin-helpers" "^2.6.2"
852+
"@graphql-codegen/schema-ast" "^2.5.1"
853+
"@graphql-codegen/visitor-plugin-common" "2.12.1"
878854
auto-bind "~4.0.0"
879855
tslib "~2.4.0"
880856

881-
"@graphql-codegen/visitor-plugin-common@2.12.0":
882-
version "2.12.0"
883-
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.12.0.tgz#49b055c5c2c5c0890f2226ce9e84bb73dfd83801"
884-
integrity sha512-ULhFgOY05U+dlPsXkPT2wSBaAZMtEuHPL5Q1u8xwBdHWHi/uT4L5zEcBx+If/f6UWrOw7ufjEM0L7XSupe1iCA==
857+
"@graphql-codegen/visitor-plugin-common@2.12.1":
858+
version "2.12.1"
859+
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.12.1.tgz#8d2d24b572afd396381dddef7e2032b0f73c05cc"
860+
integrity sha512-dIUrX4+i/uazyPQqXyQ8cqykgNFe1lknjnfDWFo0gnk2W8+ruuL2JpSrj/7efzFHxbYGMQrCABDCUTVLi3DcVA==
885861
dependencies:
886-
"@graphql-codegen/plugin-helpers" "^2.6.0"
862+
"@graphql-codegen/plugin-helpers" "^2.6.2"
887863
"@graphql-tools/optimize" "^1.3.0"
888864
"@graphql-tools/relay-operation-optimizer" "^6.5.0"
889865
"@graphql-tools/utils" "^8.8.0"

0 commit comments

Comments
 (0)