File tree Expand file tree Collapse file tree 2 files changed +30
-2
lines changed
Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 1515 "url" : " https://github.com/correttojs/graphql-codegen-apollo-next-ssr"
1616 },
1717 "dependencies" : {
18- "@graphql-codegen/plugin-helpers" : " ^2.3.1 " ,
18+ "@graphql-codegen/plugin-helpers" : " ^3.0.0 " ,
1919 "@graphql-codegen/visitor-plugin-common" : " ^2.9.1" ,
2020 "auto-bind" : " ~4.0.0"
2121 },
Original file line number Diff line number Diff line change 681681 tslib "~2.0.0"
682682 upper-case "2.0.1"
683683
684- " @graphql-codegen/plugin-helpers@^2.3.1 " , "@graphql-codegen/plugin-helpers@^2. 6.0", "@graphql-codegen/plugin-helpers@^2.6.2":
684+ " @graphql-codegen/plugin-helpers@^2.6.0" , "@graphql-codegen/plugin-helpers@^2.6.2":
685685 version "2.6.2"
686686 resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.6.2.tgz#3c65d89fc9b61914235fc7cb14f1d48492d27944"
687687 integrity sha512-bt5PNix0MwzWP53UdaYm6URrVMWU8RlQhrTSLFjxQ8ShS5zoTlQtpZJGZc5ONqFgKa83qbUmzXUtP8oRVVn8zw==
705705 lodash "~4.17.0"
706706 tslib "~2.4.0"
707707
708+ " @graphql-codegen/plugin-helpers@^3.0.0 " :
709+ version "3.1.1"
710+ resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-3.1.1.tgz#c2e324df8e56942dc6d9947ec70025614f5f94d7"
711+ integrity sha512-+V1WK4DUhejVSbkZrAsyv9gA4oQABVrtEUkT7vWq7gSf7Ln6OEM59lDUDsjp5wpLPTBIDJANbAe3qEd+iCB3Ow==
712+ dependencies :
713+ " @graphql-tools/utils" " ^8.8.0"
714+ change-case-all "1.0.15"
715+ common-tags "1.8.2"
716+ import-from "4.0.0"
717+ lodash "~4.17.0"
718+ tslib "~2.4.0"
719+
708720" @graphql-codegen/schema-ast@^2.5.1 " :
709721 version "2.5.1"
710722 resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-2.5.1.tgz#ce030ae6de5dacd745848009ba0ca18c9c30910c"
@@ -2258,6 +2270,22 @@ change-case-all@1.0.14:
22582270 upper-case "^2.0.2"
22592271 upper-case-first "^2.0.2"
22602272
2273+ change-case-all@1.0.15 :
2274+ version "1.0.15"
2275+ resolved "https://registry.yarnpkg.com/change-case-all/-/change-case-all-1.0.15.tgz#de29393167fc101d646cd76b0ef23e27d09756ad"
2276+ integrity sha512-3+GIFhk3sNuvFAJKU46o26OdzudQlPNBCu1ZQi3cMeMHhty1bhDxu2WrEilVNYaGvqUtR1VSigFcJOiS13dRhQ==
2277+ dependencies :
2278+ change-case "^4.1.2"
2279+ is-lower-case "^2.0.2"
2280+ is-upper-case "^2.0.2"
2281+ lower-case "^2.0.2"
2282+ lower-case-first "^2.0.2"
2283+ sponge-case "^1.0.1"
2284+ swap-case "^2.0.2"
2285+ title-case "^3.0.3"
2286+ upper-case "^2.0.2"
2287+ upper-case-first "^2.0.2"
2288+
22612289change-case@^3.0.0 :
22622290 version "3.1.0"
22632291 resolved "https://registry.npmjs.org/change-case/-/change-case-3.1.0.tgz"
You can’t perform that action at this time.
0 commit comments