chore(deps): update dependency @graphql-codegen/fragment-matcher to v5.1.0
This commit is contained in:
Generated
+10
-5
@@ -27,7 +27,7 @@
|
|||||||
"@commitlint/cli": "19.7.1",
|
"@commitlint/cli": "19.7.1",
|
||||||
"@commitlint/config-conventional": "19.7.1",
|
"@commitlint/config-conventional": "19.7.1",
|
||||||
"@graphql-codegen/cli": "5.0.4",
|
"@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": "4.1.3",
|
||||||
"@graphql-codegen/typescript-operations": "4.4.1",
|
"@graphql-codegen/typescript-operations": "4.4.1",
|
||||||
"@graphql-codegen/typescript-vue-apollo": "4.1.1",
|
"@graphql-codegen/typescript-vue-apollo": "4.1.1",
|
||||||
@@ -2320,14 +2320,18 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/@graphql-codegen/fragment-matcher": {
|
"node_modules/@graphql-codegen/fragment-matcher": {
|
||||||
"version": "5.0.2",
|
"version": "5.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/fragment-matcher/-/fragment-matcher-5.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/@graphql-codegen/fragment-matcher/-/fragment-matcher-5.1.0.tgz",
|
||||||
"integrity": "sha512-AeazT6Arv7LvpkvPYTajfUO6g1FeGLqyt6VaxDhMIRCuJN21PAvSWsh3wayc+K5L5VtYFZXYczC7Lw1bMb8C2Q==",
|
"integrity": "sha512-84x8lhvsmz4KIrmwq0WTf8Fz0BQjYDxZgdj5jzIhoI0ehX6v6Fm1Gfd+mTZcVC4gSB4NgJAPK/rBFq+BYjJj/A==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@graphql-codegen/plugin-helpers": "^5.0.3",
|
"@graphql-codegen/plugin-helpers": "^5.0.3",
|
||||||
"tslib": "~2.6.0"
|
"tslib": "~2.6.0"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=16"
|
||||||
|
},
|
||||||
"peerDependencies": {
|
"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"
|
"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",
|
"version": "2.6.3",
|
||||||
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
|
||||||
"integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==",
|
"integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==",
|
||||||
"dev": true
|
"dev": true,
|
||||||
|
"license": "0BSD"
|
||||||
},
|
},
|
||||||
"node_modules/@graphql-codegen/gql-tag-operations": {
|
"node_modules/@graphql-codegen/gql-tag-operations": {
|
||||||
"version": "4.0.13",
|
"version": "4.0.13",
|
||||||
|
|||||||
+1
-1
@@ -19,7 +19,7 @@
|
|||||||
"@commitlint/cli": "19.7.1",
|
"@commitlint/cli": "19.7.1",
|
||||||
"@commitlint/config-conventional": "19.7.1",
|
"@commitlint/config-conventional": "19.7.1",
|
||||||
"@graphql-codegen/cli": "5.0.4",
|
"@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": "4.1.3",
|
||||||
"@graphql-codegen/typescript-operations": "4.4.1",
|
"@graphql-codegen/typescript-operations": "4.4.1",
|
||||||
"@graphql-codegen/typescript-vue-apollo": "4.1.1",
|
"@graphql-codegen/typescript-vue-apollo": "4.1.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user