Skip to content

Commit fc4cde2

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

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-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: 29 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.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 @@ [email protected]:
22582270
upper-case "^2.0.2"
22592271
upper-case-first "^2.0.2"
22602272

2273+
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+
22612289
change-case@^3.0.0:
22622290
version "3.1.0"
22632291
resolved "https://registry.npmjs.org/change-case/-/change-case-3.1.0.tgz"

0 commit comments

Comments
 (0)