Skip to content

Commit ab1df61

Browse files
fix(deps): update dependency @graphql-codegen/typescript to v5.0.1 (#2909)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bb2aae4 commit ab1df61

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.0",
5-
"@graphql-codegen/typescript": "5.0.0"
5+
"@graphql-codegen/typescript": "5.0.1"
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/[email protected].0", "@graphql-codegen/typescript@^5.0.0":
340-
version "5.0.0"
341-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-5.0.0.tgz#567504f3ae56053f9b01696a2cd0402554a5866c"
342-
integrity sha512-u90SGM6+Rdc3Je1EmVQOrGk5fl7hK1cLR4y5Q1MeUenj0aZFxKno65DCW7RcQpcfebvkPsVGA6y3oS02wPFj6Q==
339+
"@graphql-codegen/[email protected].1", "@graphql-codegen/typescript@^5.0.0":
340+
version "5.0.1"
341+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-5.0.1.tgz#3afac0ae4c68dc564163037c6ae8a6e2b88f831c"
342+
integrity sha512-GqAl4pxFdWTvW1h+Ume7djrucYwt03wiaS88m4ErG+tHsJaR2ZCtoHOo+B4bh7KIuBKap14/xOZG0qY/ThWAhg==
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.0.0"
346+
"@graphql-codegen/visitor-plugin-common" "6.0.1"
347347
auto-bind "~4.0.0"
348348
tslib "~2.6.0"
349349

350-
"@graphql-codegen/[email protected]", "@graphql-codegen/visitor-plugin-common@^6.0.0":
350+
"@graphql-codegen/[email protected]":
351351
version "6.0.0"
352352
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-6.0.0.tgz#87484cd410fb643e86591cd1e14f2f311c3addc2"
353353
integrity sha512-K05Jv2elOeFstH3i+Ah0Pi9do6NYUvrbdhEkP+UvP9fmIro1hCKwcIEP7j4VFz8mt3gAC3dB5KVJDoyaPUgi4Q==
@@ -363,6 +363,22 @@
363363
parse-filepath "^1.0.2"
364364
tslib "~2.6.0"
365365

366+
"@graphql-codegen/[email protected]", "@graphql-codegen/visitor-plugin-common@^6.0.0":
367+
version "6.0.1"
368+
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-6.0.1.tgz#7aa2c5936c1a0593b8946a0d172bb202c688cfbb"
369+
integrity sha512-3gopoUYXn26PSj2UdCWmYj0QiRVD5qR3eDiXx72OQcN1Vb8qj6VfOWB+NDuD1Q1sgVYbCQVKgj92ERsSW1xH9Q==
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)