From 71988e03322fbd495dfbff1060eaac4721a80aa6 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Wed, 28 Dec 2022 19:56:33 +0000 Subject: [PATCH] Build(deps): bump @graphql-codegen/typescript-operations Bumps [@graphql-codegen/typescript-operations](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations) from 2.5.10 to 2.5.11. - [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@2.5.11/packages/plugins/typescript/operations) --- package.json | 2 +- yarn.lock | 32 ++++++++------------------------ 2 files changed, 9 insertions(+), 25 deletions(-) diff --git a/package.json b/package.json index 0ba59aa..f7f199f 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@apollo/client": "^3.7.3", "@auth0/auth0-spa-js": "^2.0.1", "@graphql-codegen/typescript": "^2.8.6", - "@graphql-codegen/typescript-operations": "^2.5.10", + "@graphql-codegen/typescript-operations": "^2.5.11", "@graphql-codegen/typescript-vue-apollo": "^3.3.6", "@nuxtjs/i18n": "^7.3.0", "@nuxtjs/sentry": "^6.0.3", diff --git a/yarn.lock b/yarn.lock index 19dcf28..e404214 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1415,14 +1415,14 @@ "@graphql-tools/utils" "^9.0.0" tslib "~2.4.0" -"@graphql-codegen/typescript-operations@^2.5.10": - version "2.5.10" - resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-2.5.10.tgz#89a602e4d07ea1ab8d7d59309e1c2e65c7909439" - integrity sha512-N5H7JhcMRzjM2KdvCitqkOd4hphzD9q3NVWGLvBe3Xgqx5Cs3Y4GUcCJbRolSXdQcYBVgZpLZrUe/qoxwYyfeg== +"@graphql-codegen/typescript-operations@^2.5.11": + version "2.5.11" + resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-2.5.11.tgz#ca201462e64a68441f97c311689b625623b0363f" + integrity sha512-gY8A8QKAjsN8kDD8K/1B6CCfGrQSZF3MITPYr4rzZhqWk1xWXr03ku41hbWGlEBPQcgvHiz7SQrhvA697e5dPg== dependencies: - "@graphql-codegen/plugin-helpers" "^3.1.1" - "@graphql-codegen/typescript" "^2.8.5" - "@graphql-codegen/visitor-plugin-common" "2.13.5" + "@graphql-codegen/plugin-helpers" "^3.1.2" + "@graphql-codegen/typescript" "^2.8.6" + "@graphql-codegen/visitor-plugin-common" "2.13.6" auto-bind "~4.0.0" tslib "~2.4.0" @@ -1437,7 +1437,7 @@ change-case-all "1.0.14" tslib "~2.4.0" -"@graphql-codegen/typescript@^2.8.5", "@graphql-codegen/typescript@^2.8.6": +"@graphql-codegen/typescript@^2.8.6": version "2.8.6" resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.8.6.tgz#dd1f48a4c1589d503367a921185c6b6ab79bc3b0" integrity sha512-zyIcwfZRBkngpaywnYQYyIHd3Cjw5sQN3IHzuE0iBgT9GOmqKP/clX3X8D0jzmGKP9LEZxsJmndZw7Nrvt1ksQ== @@ -1464,22 +1464,6 @@ parse-filepath "^1.0.2" tslib "~2.4.0" -"@graphql-codegen/visitor-plugin-common@2.13.5": - version "2.13.5" - resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.5.tgz#b6e4eb5f7af25273886f5222825f5b4bbe2a2b79" - integrity sha512-OV/mGnSvB/WkEqFu/3bPkAPDNRGRB3xONww5+06CObl383yGrasqM04shYYK4cpcCn9PVWFe8u0SLSEeGmMVrg== - dependencies: - "@graphql-codegen/plugin-helpers" "^3.1.1" - "@graphql-tools/optimize" "^1.3.0" - "@graphql-tools/relay-operation-optimizer" "^6.5.0" - "@graphql-tools/utils" "^8.8.0" - auto-bind "~4.0.0" - change-case-all "1.0.15" - dependency-graph "^0.11.0" - graphql-tag "^2.11.0" - parse-filepath "^1.0.2" - tslib "~2.4.0" - "@graphql-codegen/visitor-plugin-common@2.13.6": version "2.13.6" resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.6.tgz#e01627ec53be9ad6cd3553cbb262318644b0c0a7"