From e30044b90381fda16fb2ad9dfe90f3f036091d42 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Tue, 9 Aug 2022 10:45:43 +0000 Subject: [PATCH] Build(deps-dev): bump @graphql-codegen/fragment-matcher Bumps [@graphql-codegen/fragment-matcher](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/other/fragment-matcher) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/other/fragment-matcher/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/fragment-matcher@3.3.1/packages/plugins/other/fragment-matcher) --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index e4f60a5..fec92a1 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "devDependencies": { "@babel/runtime-corejs3": "^7.18.9", "@graphql-codegen/cli": "^2.11.5", - "@graphql-codegen/fragment-matcher": "^3.3.0", + "@graphql-codegen/fragment-matcher": "^3.3.1", "@nuxt/types": "^2.15.8", "@nuxt/typescript-build": "^2.1.0", "@nuxtjs/eslint-config-typescript": "^10.0.0", diff --git a/yarn.lock b/yarn.lock index bea263f..19e54c6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1625,15 +1625,15 @@ "@graphql-tools/utils" "^8.8.0" tslib "~2.4.0" -"@graphql-codegen/fragment-matcher@^3.3.0": - version "3.3.0" - resolved "https://registry.yarnpkg.com/@graphql-codegen/fragment-matcher/-/fragment-matcher-3.3.0.tgz#4856d6005b15d4f6ff6ad916656850f6ee9cfdd4" - integrity sha512-xrs4kjbhO34sjeHq7eEoDpFMgdvSXpWFn2JMr+ihTbgckekYTjfzQ0bRWCu7eeCTSxyh6XSlKoQZIwYikbxbXA== +"@graphql-codegen/fragment-matcher@^3.3.1": + version "3.3.1" + resolved "https://registry.yarnpkg.com/@graphql-codegen/fragment-matcher/-/fragment-matcher-3.3.1.tgz#6ab4a9813fdaf9fb93bef8e13286ef3781228466" + integrity sha512-FpIDBmnbWYS50f0FdB1l8qPNi1i+IKkp3bhzT14rnLMjll+dzn1Lux5evuth+3USkS9dn2zGrzGh44j6svrpgQ== dependencies: - "@graphql-codegen/plugin-helpers" "^2.5.0" + "@graphql-codegen/plugin-helpers" "^2.6.2" tslib "~2.4.0" -"@graphql-codegen/plugin-helpers@^2.5.0", "@graphql-codegen/plugin-helpers@^2.6.2": +"@graphql-codegen/plugin-helpers@^2.6.2": version "2.6.2" resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.6.2.tgz#3c65d89fc9b61914235fc7cb14f1d48492d27944" integrity sha512-bt5PNix0MwzWP53UdaYm6URrVMWU8RlQhrTSLFjxQ8ShS5zoTlQtpZJGZc5ONqFgKa83qbUmzXUtP8oRVVn8zw==