chore(deps): update dependency @graphql-codegen/fragment-matcher to v5.1.0

This commit is contained in:
Renovate
2025-02-08 14:00:02 +00:00
parent 6f77c2b778
commit 95d6938285
2 changed files with 11 additions and 6 deletions
+10 -5
View File
@@ -27,7 +27,7 @@
"@commitlint/cli": "19.7.1",
"@commitlint/config-conventional": "19.7.1",
"@graphql-codegen/cli": "5.0.4",
"@graphql-codegen/fragment-matcher": "5.0.2",
"@graphql-codegen/fragment-matcher": "5.1.0",
"@graphql-codegen/typescript": "4.1.3",
"@graphql-codegen/typescript-operations": "4.4.1",
"@graphql-codegen/typescript-vue-apollo": "4.1.1",
@@ -2320,14 +2320,18 @@
"dev": true
},
"node_modules/@graphql-codegen/fragment-matcher": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/@graphql-codegen/fragment-matcher/-/fragment-matcher-5.0.2.tgz",
"integrity": "sha512-AeazT6Arv7LvpkvPYTajfUO6g1FeGLqyt6VaxDhMIRCuJN21PAvSWsh3wayc+K5L5VtYFZXYczC7Lw1bMb8C2Q==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/fragment-matcher/-/fragment-matcher-5.1.0.tgz",
"integrity": "sha512-84x8lhvsmz4KIrmwq0WTf8Fz0BQjYDxZgdj5jzIhoI0ehX6v6Fm1Gfd+mTZcVC4gSB4NgJAPK/rBFq+BYjJj/A==",
"dev": true,
"license": "MIT",
"dependencies": {
"@graphql-codegen/plugin-helpers": "^5.0.3",
"tslib": "~2.6.0"
},
"engines": {
"node": ">=16"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
}
@@ -2336,7 +2340,8 @@
"version": "2.6.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
"integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==",
"dev": true
"dev": true,
"license": "0BSD"
},
"node_modules/@graphql-codegen/gql-tag-operations": {
"version": "4.0.13",
+1 -1
View File
@@ -19,7 +19,7 @@
"@commitlint/cli": "19.7.1",
"@commitlint/config-conventional": "19.7.1",
"@graphql-codegen/cli": "5.0.4",
"@graphql-codegen/fragment-matcher": "5.0.2",
"@graphql-codegen/fragment-matcher": "5.1.0",
"@graphql-codegen/typescript": "4.1.3",
"@graphql-codegen/typescript-operations": "4.4.1",
"@graphql-codegen/typescript-vue-apollo": "4.1.1",