From 5c87cce56fea36d9e0db7ef3da84828c5ccda8e6 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Wed, 12 Oct 2022 04:39:00 +0000 Subject: [PATCH] Build(deps): bump @graphql-codegen/typescript-vue-apollo Bumps [@graphql-codegen/typescript-vue-apollo](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/vue-apollo) from 3.3.3 to 3.3.4. - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/vue-apollo/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript-vue-apollo@3.3.4/packages/plugins/typescript/vue-apollo) --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 34a3358..9bc13a1 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@auth0/auth0-spa-js": "^1.22.4", "@graphql-codegen/typescript": "^2.7.4", "@graphql-codegen/typescript-operations": "^2.5.3", - "@graphql-codegen/typescript-vue-apollo": "^3.3.3", + "@graphql-codegen/typescript-vue-apollo": "^3.3.4", "@nuxtjs/i18n": "^7.3.0", "@nuxtjs/moment": "^1.1.0", "@nuxtjs/sentry": "^6.0.1", diff --git a/yarn.lock b/yarn.lock index 762eec0..4be5c00 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1385,13 +1385,13 @@ auto-bind "~4.0.0" tslib "~2.4.0" -"@graphql-codegen/typescript-vue-apollo@^3.3.3": - version "3.3.3" - resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-vue-apollo/-/typescript-vue-apollo-3.3.3.tgz#6a399b7ee33c7a7723f3a84918dacf8f19c68334" - integrity sha512-CNqZ3gnGq5Febqe58yjx0PH8aga0oYy7UE7qOVzHd+u3zRVKzWLBThEQnsYg8LLrKilbuO5dx3mMMOGZomQFhg== +"@graphql-codegen/typescript-vue-apollo@^3.3.4": + version "3.3.4" + resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-vue-apollo/-/typescript-vue-apollo-3.3.4.tgz#dabfcabde68f5e7cfb10a098ddba8e368ddb1311" + integrity sha512-jSFWNgRVaKacAz48jWMv64SVLRcEmy6Ior0nxnnYV5hheZSksB799zHNcX3BzcaddJbF70zv88d/yNAVjPAdyw== dependencies: "@graphql-codegen/plugin-helpers" "^2.6.2" - "@graphql-codegen/visitor-plugin-common" "2.12.1" + "@graphql-codegen/visitor-plugin-common" "2.12.2" auto-bind "~4.0.0" change-case-all "1.0.14" tslib "~2.4.0"