From 3476ac79672e4c2cb58cdd3f4085a6465153c9c4 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 25 May 2023 04:44:10 +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 4.0.1 to 5.0.0. - [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.0/packages/plugins/other/fragment-matcher) --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 89dc7a0..94d0c89 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "devDependencies": { "@babel/runtime-corejs3": "^7.21.5", "@graphql-codegen/cli": "^3.3.1", - "@graphql-codegen/fragment-matcher": "^4.0.1", + "@graphql-codegen/fragment-matcher": "^5.0.0", "@nuxt/bridge": "npm:@nuxt/bridge-edge", "@nuxt/types": "^2.16.3", "@nuxtjs/eslint-config-typescript": "^12.0.0", diff --git a/yarn.lock b/yarn.lock index c4bb576..9cfdbbe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2191,12 +2191,12 @@ "@graphql-tools/utils" "^9.1.1" tslib "~2.5.0" -"@graphql-codegen/fragment-matcher@^4.0.1": - version "4.0.1" - resolved "https://registry.yarnpkg.com/@graphql-codegen/fragment-matcher/-/fragment-matcher-4.0.1.tgz#56f53759f1c1428e60eca18bdbda071fd8b858f5" - integrity sha512-m1jjCBppB+QXupYu8eVM1BZM36APPArHEVB8R0v29Vj2Kz/35+pe682PyQaf7iyxTkemW759h2KIvWFtXdLCJQ== +"@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== dependencies: - "@graphql-codegen/plugin-helpers" "^4.1.0" + "@graphql-codegen/plugin-helpers" "^5.0.0" tslib "~2.5.0" "@graphql-codegen/plugin-helpers@^2.7.2":