From b213bbc4a32c0542361af087961065aff3792f3e Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Fri, 21 Oct 2022 04:39:28 +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.4 to 3.3.5. - [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.5/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 91a7a3f..a71f73a 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@auth0/auth0-spa-js": "^1.22.4", "@graphql-codegen/typescript": "^2.7.5", "@graphql-codegen/typescript-operations": "^2.5.4", - "@graphql-codegen/typescript-vue-apollo": "^3.3.4", + "@graphql-codegen/typescript-vue-apollo": "^3.3.5", "@nuxtjs/i18n": "^7.3.0", "@nuxtjs/moment": "^1.1.0", "@nuxtjs/sentry": "^6.0.1", diff --git a/yarn.lock b/yarn.lock index 47480e0..bc5fb2e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1353,13 +1353,13 @@ auto-bind "~4.0.0" tslib "~2.4.0" -"@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== +"@graphql-codegen/typescript-vue-apollo@^3.3.5": + version "3.3.5" + resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-vue-apollo/-/typescript-vue-apollo-3.3.5.tgz#e067e8f1b974c0fe516caa843fc3f786c00994ef" + integrity sha512-JeRmai1sruz4J2OaNK4YwyMa9oyz41PxHNQG1B+Vkg6evQw7kkisfkSZCXLrKiS/tKb/CgNgAOtFOhBPeJ1/xw== dependencies: "@graphql-codegen/plugin-helpers" "^2.6.2" - "@graphql-codegen/visitor-plugin-common" "2.12.2" + "@graphql-codegen/visitor-plugin-common" "2.13.0" auto-bind "~4.0.0" change-case-all "1.0.14" tslib "~2.4.0"