Skip to content

Commit 54b3f92

Browse files
Bump @graphql-codegen/typescript-operations from 4.6.1 to 5.0.1 (#1059)
Bumps [@graphql-codegen/typescript-operations](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations) from 4.6.1 to 5.0.1. - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/operations/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/[email protected]/packages/plugins/typescript/operations) --- updated-dependencies: - dependency-name: "@graphql-codegen/typescript-operations" dependency-version: 5.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e0c4eb5 commit 54b3f92

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@graphql-codegen/cli": "^5.0.7",
4141
"@graphql-codegen/introspection": "^5.0.0",
4242
"@graphql-codegen/typescript-graphql-request": "^6.3.0",
43-
"@graphql-codegen/typescript-operations": "^4.6.1",
43+
"@graphql-codegen/typescript-operations": "^5.0.1",
4444
"@tailwindcss/postcss": "^4.1.14",
4545
"@tailwindcss/typography": "^0.5.19",
4646
"@tsconfig/next": "^2.0.3",

yarn.lock

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,6 +801,15 @@
801801
"@graphql-tools/utils" "^10.0.0"
802802
tslib "~2.6.0"
803803

804+
"@graphql-codegen/schema-ast@^5.0.0":
805+
version "5.0.0"
806+
resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-5.0.0.tgz#9708d7484a01bb3a502685126708d7b139fd0721"
807+
integrity sha512-jn7Q3PKQc0FxXjbpo9trxzlz/GSFQWxL042l0iC8iSbM/Ar+M7uyBwMtXPsev/3Razk+osQyreghIz0d2+6F7Q==
808+
dependencies:
809+
"@graphql-codegen/plugin-helpers" "^6.0.0"
810+
"@graphql-tools/utils" "^10.0.0"
811+
tslib "~2.6.0"
812+
804813
"@graphql-codegen/typed-document-node@^5.1.2":
805814
version "5.1.2"
806815
resolved "https://registry.yarnpkg.com/@graphql-codegen/typed-document-node/-/typed-document-node-5.1.2.tgz#a1a3da2d9fe1847831ada6e41e09c5bb81dd6b3c"
@@ -833,6 +842,17 @@
833842
auto-bind "~4.0.0"
834843
tslib "~2.6.0"
835844

845+
"@graphql-codegen/typescript-operations@^5.0.1":
846+
version "5.0.1"
847+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-5.0.1.tgz#69c98787a0ffa135fa2b51315b76b639ba8d1c43"
848+
integrity sha512-uJwsOIqvXyxlOI1Mnoy8Mn3TiOHTzVTGDwqL9gHnpKqQZdFfvMgfDf/HyT7Mw3XCOfhSS99fe9ATW0bkMExBZg==
849+
dependencies:
850+
"@graphql-codegen/plugin-helpers" "^6.0.0"
851+
"@graphql-codegen/typescript" "^5.0.1"
852+
"@graphql-codegen/visitor-plugin-common" "6.0.1"
853+
auto-bind "~4.0.0"
854+
tslib "~2.6.0"
855+
836856
"@graphql-codegen/typescript@^4.1.6":
837857
version "4.1.6"
838858
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-4.1.6.tgz#f3481ccc1656e96892d629671fb2cff5dabc458b"
@@ -844,6 +864,17 @@
844864
auto-bind "~4.0.0"
845865
tslib "~2.6.0"
846866

867+
"@graphql-codegen/typescript@^5.0.1":
868+
version "5.0.1"
869+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-5.0.1.tgz#3afac0ae4c68dc564163037c6ae8a6e2b88f831c"
870+
integrity sha512-GqAl4pxFdWTvW1h+Ume7djrucYwt03wiaS88m4ErG+tHsJaR2ZCtoHOo+B4bh7KIuBKap14/xOZG0qY/ThWAhg==
871+
dependencies:
872+
"@graphql-codegen/plugin-helpers" "^6.0.0"
873+
"@graphql-codegen/schema-ast" "^5.0.0"
874+
"@graphql-codegen/visitor-plugin-common" "6.0.1"
875+
auto-bind "~4.0.0"
876+
tslib "~2.6.0"
877+
847878
"@graphql-codegen/[email protected]":
848879
version "2.13.8"
849880
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.8.tgz#09bc6317b227e5a278f394f4cef0d6c2d1910597"
@@ -876,7 +907,7 @@
876907
parse-filepath "^1.0.2"
877908
tslib "~2.6.0"
878909

879-
"@graphql-codegen/visitor-plugin-common@^6.0.0":
910+
"@graphql-codegen/visitor-plugin-common@6.0.1", "@graphql-codegen/visitor-plugin-common@^6.0.0":
880911
version "6.0.1"
881912
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-6.0.1.tgz#7aa2c5936c1a0593b8946a0d172bb202c688cfbb"
882913
integrity sha512-3gopoUYXn26PSj2UdCWmYj0QiRVD5qR3eDiXx72OQcN1Vb8qj6VfOWB+NDuD1Q1sgVYbCQVKgj92ERsSW1xH9Q==

0 commit comments

Comments
 (0)