From 00fc0a5e345d3c68036b8f1d59cc1094be0ebb60 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Wed, 21 Feb 2024 06:51:24 +0000 Subject: [PATCH] Build(deps-dev): bump @graphql-codegen/typescript-operations Bumps [@graphql-codegen/typescript-operations](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations) from 4.1.2 to 4.1.3. - [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/typescript-operations@4.1.3/packages/plugins/typescript/operations) --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 28c6ec2..cc87e27 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@graphql-codegen/cli": "^5.0.2", "@graphql-codegen/fragment-matcher": "^5.0.2", "@graphql-codegen/typescript": "^4.0.5", - "@graphql-codegen/typescript-operations": "^4.1.2", + "@graphql-codegen/typescript-operations": "^4.1.3", "@graphql-codegen/typescript-vue-apollo": "^4.1.0", "@nuxt/devtools": "^1.0.8", "@nuxtjs/eslint-config-typescript": "^12.1.0", diff --git a/yarn.lock b/yarn.lock index 1984d0a..fd91707 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1197,14 +1197,14 @@ change-case-all "1.0.15" tslib "~2.6.0" -"@graphql-codegen/typescript-operations@^4.1.2": - version "4.1.2" - resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-4.1.2.tgz#a0f455ae19e16961e5870420ca7515bbe51b5568" - integrity sha512-CtCWK+gW7hS+Ely3lohr8CL1HVLswQzMcaUk3k1sxdWCWKTNq7abMsWa31rTVwRCJ+WNEkM/7S8sIBTpEG683A== +"@graphql-codegen/typescript-operations@^4.1.2", "@graphql-codegen/typescript-operations@^4.1.3": + version "4.1.3" + resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-4.1.3.tgz#730ba21fb0f20f451e090983512c0b4153ec0acb" + integrity sha512-Goga2ISgicr/PLgK2NH5kwyQFctoGKpV+nv4Dr9II0xjHuuNvC6cqA66y/p8zKx6eS9p2GV87/IafqxV8r6K5Q== dependencies: "@graphql-codegen/plugin-helpers" "^5.0.3" - "@graphql-codegen/typescript" "^4.0.4" - "@graphql-codegen/visitor-plugin-common" "4.1.2" + "@graphql-codegen/typescript" "^4.0.5" + "@graphql-codegen/visitor-plugin-common" "5.0.0" auto-bind "~4.0.0" tslib "~2.6.0"