From bcc1d043e249801569ab66c4191c329414d554ff Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Tue, 25 Oct 2022 04:37:52 +0000 Subject: [PATCH] Build(deps): bump @graphql-codegen/typescript from 2.7.5 to 2.8.0 Bumps [@graphql-codegen/typescript](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typescript) from 2.7.5 to 2.8.0. - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/typescript/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript@2.8.0/packages/plugins/typescript/typescript) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fd70d5d..7a68a57 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "@apollo/client": "^3.7.0", "@auth0/auth0-spa-js": "^1.22.4", - "@graphql-codegen/typescript": "^2.7.5", + "@graphql-codegen/typescript": "^2.8.0", "@graphql-codegen/typescript-operations": "^2.5.5", "@graphql-codegen/typescript-vue-apollo": "^3.3.5", "@nuxtjs/i18n": "^7.3.0", diff --git a/yarn.lock b/yarn.lock index d4a03e9..5a3c149 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1364,10 +1364,10 @@ change-case-all "1.0.14" tslib "~2.4.0" -"@graphql-codegen/typescript@^2.7.5": - version "2.7.5" - resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.7.5.tgz#00da3b7dd51cce49d95531556988818568c5d87e" - integrity sha512-NZMViINr0KEH+DgtOE3BDWkdrisX7cz3/+m6M73Sa2cMM1udTTCpLbNqFIHRmGl1UyfwjdZB32YoF/fxshjV/Q== +"@graphql-codegen/typescript@^2.7.5", "@graphql-codegen/typescript@^2.8.0": + version "2.8.0" + resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.8.0.tgz#c4a20cd88f301bed094b53c982cf85bceda1b78c" + integrity sha512-atQ6NFfMmoknJi0QdVSozPugKcgeJB6t1/cVskbhVtX8tAEFFLjl6H23mpz3t35AH6aGWtvx2LCjUSxHI6P6xA== dependencies: "@graphql-codegen/plugin-helpers" "^2.6.2" "@graphql-codegen/schema-ast" "^2.5.1"