Skip to content

Commit 505be93

Browse files
fix(deps): update dependency @graphql-codegen/typescript to v5.0.4
1 parent f3e4dea commit 505be93

File tree

2 files changed

+23
-7
lines changed

2 files changed

+23
-7
lines changed

codegen-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"name": "codegen-scalars-test",
33
"dependencies": {
44
"@graphql-codegen/cli": "6.0.1",
5-
"@graphql-codegen/typescript": "5.0.2"
5+
"@graphql-codegen/typescript": "5.0.4"
66
}
77
}

codegen-test/yarn.lock

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -336,18 +336,18 @@
336336
auto-bind "~4.0.0"
337337
tslib "~2.6.0"
338338

339-
"@graphql-codegen/typescript@5.0.2", "@graphql-codegen/typescript@^5.0.2":
340-
version "5.0.2"
341-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-5.0.2.tgz#31c3d2d583aeed4b95069bfff9fa47934e637c24"
342-
integrity sha512-OJYXpS9SRf4VFzqu3ZH/RmTftGhAVTCmscH63iPlvTlCT8NBmpSHdZ875AEa38LugdL8XgUcGsI3pprP3e5j/w==
339+
"@graphql-codegen/typescript@5.0.4", "@graphql-codegen/typescript@^5.0.2":
340+
version "5.0.4"
341+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-5.0.4.tgz#a7f51505445568fd737b01ce7fad515c2b89897f"
342+
integrity sha512-q6S8hX+aR4BzeGgolac4gp22rBnXbLhedmOwT1UBT9e3lGNmNpYC7WJUEzAPjWf6z1lRSNmojLlwEjTnffhKNA==
343343
dependencies:
344344
"@graphql-codegen/plugin-helpers" "^6.0.0"
345345
"@graphql-codegen/schema-ast" "^5.0.0"
346-
"@graphql-codegen/visitor-plugin-common" "6.1.0"
346+
"@graphql-codegen/visitor-plugin-common" "6.1.2"
347347
auto-bind "~4.0.0"
348348
tslib "~2.6.0"
349349

350-
"@graphql-codegen/visitor-plugin-common@6.1.0", "@graphql-codegen/visitor-plugin-common@^6.1.0":
350+
"@graphql-codegen/visitor-plugin-common@6.1.0":
351351
version "6.1.0"
352352
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-6.1.0.tgz#a3069031b52b6e0541e03758de18a48da964553d"
353353
integrity sha512-AvGO1pe+b/kAa7+WBDlNDXOruRZWv/NnhLHgTggiW2XWRv33biuzg4cF1UTdpR2jmESZzJU4kXngLLX8RYJWLA==
@@ -363,6 +363,22 @@
363363
parse-filepath "^1.0.2"
364364
tslib "~2.6.0"
365365

366+
"@graphql-codegen/visitor-plugin-common@6.1.2", "@graphql-codegen/visitor-plugin-common@^6.1.0":
367+
version "6.1.2"
368+
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-6.1.2.tgz#e614d6606402a152686d6f90e6363150a7a55bde"
369+
integrity sha512-zYdrhJKgk8kqE1Xz5/m/Ua42zk+rIvYB/FHh3dE1AhZ6b1IDqgKjF3LnkT+K2qenf9EfT4yNjXd5CEKMeXfHyg==
370+
dependencies:
371+
"@graphql-codegen/plugin-helpers" "^6.0.0"
372+
"@graphql-tools/optimize" "^2.0.0"
373+
"@graphql-tools/relay-operation-optimizer" "^7.0.0"
374+
"@graphql-tools/utils" "^10.0.0"
375+
auto-bind "~4.0.0"
376+
change-case-all "1.0.15"
377+
dependency-graph "^1.0.0"
378+
graphql-tag "^2.11.0"
379+
parse-filepath "^1.0.2"
380+
tslib "~2.6.0"
381+
366382
"@graphql-hive/signal@^1.0.0":
367383
version "1.0.0"
368384
resolved "https://registry.yarnpkg.com/@graphql-hive/signal/-/signal-1.0.0.tgz#6e2193660a47c925abadbe72293dfc9430e24f8f"

0 commit comments

Comments
 (0)