From f44135d0c3415257d4093e69ea40678ce9db376a Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Wed, 7 Feb 2024 10:32:45 +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 5.0.0 to 5.0.2. - [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@5.0.2/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 aacd49f..798aed4 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@commitlint/cli": "^18.6.0", "@commitlint/config-conventional": "^18.6.0", "@graphql-codegen/cli": "^5.0.2", - "@graphql-codegen/fragment-matcher": "^5.0.0", + "@graphql-codegen/fragment-matcher": "^5.0.2", "@graphql-codegen/typescript": "^4.0.4", "@graphql-codegen/typescript-operations": "^4.0.1", "@graphql-codegen/typescript-vue-apollo": "^4.1.0", diff --git a/yarn.lock b/yarn.lock index 81e2071..ce03eaf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1121,13 +1121,13 @@ "@graphql-tools/utils" "^10.0.0" tslib "~2.6.0" -"@graphql-codegen/fragment-matcher@^5.0.0": - version "5.0.0" - resolved "https://registry.yarnpkg.com/@graphql-codegen/fragment-matcher/-/fragment-matcher-5.0.0.tgz#2a016715e42e8f21aa08830f34a4d0a930e660fe" - integrity sha512-mbash9E8eY6RSMSNrrO+C9JJEn8rdr8ORaxMpgdWL2qe2q/TlLUCE3ZvQvHkSc7GjBnMEk36LncA8ApwHR2BHg== +"@graphql-codegen/fragment-matcher@^5.0.2": + version "5.0.2" + resolved "https://registry.yarnpkg.com/@graphql-codegen/fragment-matcher/-/fragment-matcher-5.0.2.tgz#3440661070fc5022ea9f4af7a52f6a158b256680" + integrity sha512-AeazT6Arv7LvpkvPYTajfUO6g1FeGLqyt6VaxDhMIRCuJN21PAvSWsh3wayc+K5L5VtYFZXYczC7Lw1bMb8C2Q== dependencies: - "@graphql-codegen/plugin-helpers" "^5.0.0" - tslib "~2.5.0" + "@graphql-codegen/plugin-helpers" "^5.0.3" + tslib "~2.6.0" "@graphql-codegen/gql-tag-operations@4.0.4": version "4.0.4"