Skip to content

Commit 93a5688

Browse files
fix(deps): update dependency @graphql-codegen/plugin-helpers to v3
1 parent 07faeae commit 93a5688

File tree

2 files changed

+37
-2
lines changed

2 files changed

+37
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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
},

yarn.lock

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@
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==
@@ -705,6 +705,18 @@
705705
lodash "~4.17.0"
706706
tslib "~2.4.0"
707707

708+
"@graphql-codegen/plugin-helpers@^3.0.0":
709+
version "3.1.2"
710+
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-3.1.2.tgz#69a2e91178f478ea6849846ade0a59a844d34389"
711+
integrity sha512-emOQiHyIliVOIjKVKdsI5MXj312zmRDwmHpyUTZMjfpvxq/UVAHUJIVdVf+lnjjrI+LXBTgMlTWTgHQfmICxjg==
712+
dependencies:
713+
"@graphql-tools/utils" "^9.0.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"
@@ -1152,6 +1164,13 @@
11521164
camel-case "4.1.1"
11531165
tslib "~2.0.1"
11541166

1167+
"@graphql-tools/utils@^9.0.0":
1168+
version "9.1.4"
1169+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-9.1.4.tgz#2c9e0aefc9655dd73247667befe3c850ec014f3f"
1170+
integrity sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==
1171+
dependencies:
1172+
tslib "^2.4.0"
1173+
11551174
"@graphql-tools/[email protected]":
11561175
version "8.5.0"
11571176
resolved "https://registry.npmjs.org/@graphql-tools/wrap/-/wrap-8.5.0.tgz"
@@ -2258,6 +2277,22 @@ [email protected]:
22582277
upper-case "^2.0.2"
22592278
upper-case-first "^2.0.2"
22602279

2280+
2281+
version "1.0.15"
2282+
resolved "https://registry.yarnpkg.com/change-case-all/-/change-case-all-1.0.15.tgz#de29393167fc101d646cd76b0ef23e27d09756ad"
2283+
integrity sha512-3+GIFhk3sNuvFAJKU46o26OdzudQlPNBCu1ZQi3cMeMHhty1bhDxu2WrEilVNYaGvqUtR1VSigFcJOiS13dRhQ==
2284+
dependencies:
2285+
change-case "^4.1.2"
2286+
is-lower-case "^2.0.2"
2287+
is-upper-case "^2.0.2"
2288+
lower-case "^2.0.2"
2289+
lower-case-first "^2.0.2"
2290+
sponge-case "^1.0.1"
2291+
swap-case "^2.0.2"
2292+
title-case "^3.0.3"
2293+
upper-case "^2.0.2"
2294+
upper-case-first "^2.0.2"
2295+
22612296
change-case@^3.0.0:
22622297
version "3.1.0"
22632298
resolved "https://registry.npmjs.org/change-case/-/change-case-3.1.0.tgz"

0 commit comments

Comments
 (0)