Skip to content

Commit e56e39b

Browse files
fix(deps): update dependency @graphql-codegen/plugin-helpers to v3
1 parent f6b1dd0 commit e56e39b

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"
@@ -2270,6 +2289,22 @@ [email protected]:
22702289
upper-case "^2.0.2"
22712290
upper-case-first "^2.0.2"
22722291

2292+
2293+
version "1.0.15"
2294+
resolved "https://registry.yarnpkg.com/change-case-all/-/change-case-all-1.0.15.tgz#de29393167fc101d646cd76b0ef23e27d09756ad"
2295+
integrity sha512-3+GIFhk3sNuvFAJKU46o26OdzudQlPNBCu1ZQi3cMeMHhty1bhDxu2WrEilVNYaGvqUtR1VSigFcJOiS13dRhQ==
2296+
dependencies:
2297+
change-case "^4.1.2"
2298+
is-lower-case "^2.0.2"
2299+
is-upper-case "^2.0.2"
2300+
lower-case "^2.0.2"
2301+
lower-case-first "^2.0.2"
2302+
sponge-case "^1.0.1"
2303+
swap-case "^2.0.2"
2304+
title-case "^3.0.3"
2305+
upper-case "^2.0.2"
2306+
upper-case-first "^2.0.2"
2307+
22732308
change-case@^3.0.0:
22742309
version "3.1.0"
22752310
resolved "https://registry.npmjs.org/change-case/-/change-case-3.1.0.tgz"

0 commit comments

Comments
 (0)