Skip to content

Commit 7914df8

Browse files
fix(deps): update dependency @graphql-codegen/typescript to v5.0.2
1 parent b12ff0e commit 7914df8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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.1"
5+
"@graphql-codegen/typescript": "5.0.2"
66
}
77
}

codegen-test/yarn.lock

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

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==
339+
"@graphql-codegen/[email protected].2", "@graphql-codegen/typescript@^5.0.0":
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==
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.1"
346+
"@graphql-codegen/visitor-plugin-common" "6.1.0"
347347
auto-bind "~4.0.0"
348348
tslib "~2.6.0"
349349

@@ -363,10 +363,10 @@
363363
parse-filepath "^1.0.2"
364364
tslib "~2.6.0"
365365

366-
"@graphql-codegen/visitor-plugin-common@6.0.1", "@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==
366+
"@graphql-codegen/visitor-plugin-common@6.1.0", "@graphql-codegen/visitor-plugin-common@^6.0.0":
367+
version "6.1.0"
368+
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-6.1.0.tgz#a3069031b52b6e0541e03758de18a48da964553d"
369+
integrity sha512-AvGO1pe+b/kAa7+WBDlNDXOruRZWv/NnhLHgTggiW2XWRv33biuzg4cF1UTdpR2jmESZzJU4kXngLLX8RYJWLA==
370370
dependencies:
371371
"@graphql-codegen/plugin-helpers" "^6.0.0"
372372
"@graphql-tools/optimize" "^2.0.0"

0 commit comments

Comments
 (0)