From f77f889489c3b0e2bb64bec5f50cf5de7bede638 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 9 Feb 2023 14:24:41 +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.3 to 4.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@4.0.0/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 7641a87..fa1a731 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "devDependencies": { "@babel/runtime-corejs3": "^7.20.13", "@graphql-codegen/cli": "^3.0.0", - "@graphql-codegen/fragment-matcher": "^3.3.3", + "@graphql-codegen/fragment-matcher": "^4.0.0", "@nuxt/bridge": "npm:@nuxt/bridge-edge", "@nuxt/types": "^2.16.0", "@nuxtjs/eslint-config-typescript": "^12.0.0", diff --git a/yarn.lock b/yarn.lock index 00f3b0d..77d602b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1387,12 +1387,12 @@ "@graphql-tools/utils" "^9.1.1" tslib "~2.4.0" -"@graphql-codegen/fragment-matcher@^3.3.3": - version "3.3.3" - resolved "https://registry.yarnpkg.com/@graphql-codegen/fragment-matcher/-/fragment-matcher-3.3.3.tgz#781ed32984eb0aafdedeaf0c22f98fce00755d09" - integrity sha512-lZjarTYQ+w0/TYyoKNFHgIUBI6//rxjo4CwNmOmqGQA0LL+p2nh+/ICJKMFuejPFdK9LI84Y+EEovEFTcDPC+Q== +"@graphql-codegen/fragment-matcher@^4.0.0": + version "4.0.0" + resolved "https://registry.yarnpkg.com/@graphql-codegen/fragment-matcher/-/fragment-matcher-4.0.0.tgz#2908d0107d5ef23e8931cf5760bd42e9a007cdf1" + integrity sha512-pkVrFjosh/uPY3x9208AyoCVYUDoMvkcLb2ytMCS0KbMVjRFFpnsIa38HPVGIzlGkwZBEwh5wTH4sJ4FiFpGBw== dependencies: - "@graphql-codegen/plugin-helpers" "^3.1.1" + "@graphql-codegen/plugin-helpers" "^4.0.0" tslib "~2.4.0" "@graphql-codegen/plugin-helpers@^2.7.2": @@ -1407,7 +1407,7 @@ lodash "~4.17.0" tslib "~2.4.0" -"@graphql-codegen/plugin-helpers@^3.0.0", "@graphql-codegen/plugin-helpers@^3.1.1": +"@graphql-codegen/plugin-helpers@^3.0.0": version "3.1.2" resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-3.1.2.tgz#69a2e91178f478ea6849846ade0a59a844d34389" integrity sha512-emOQiHyIliVOIjKVKdsI5MXj312zmRDwmHpyUTZMjfpvxq/UVAHUJIVdVf+lnjjrI+LXBTgMlTWTgHQfmICxjg==