2022-02-12 04:40:30 +00:00
parent fd30634ad4
commit 7ab19c87ce
2 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -57,7 +57,7 @@
},
"devDependencies": {
"@babel/runtime-corejs3": "^7.17.2",
"@graphql-codegen/cli": "^2.6.0",
"@graphql-codegen/cli": "^2.6.1",
"@graphql-codegen/fragment-matcher": "^3.2.1",
"babel-eslint": "^10.0.3",
"cli-engine": "^4.7.6",
+15 -15
View File
@@ -1108,13 +1108,13 @@
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.2.tgz#30aa825f11d438671d585bd44e7fd564535fc210"
integrity sha512-82cpyJyKRoQoRi+14ibCeGPu0CwypgtBAdBhq1WfvagpCZNKqwXbKwXllYSMG91DhmG4jt9gN8eP6lGOtozuaw==
"@graphql-codegen/cli@^2.6.0":
version "2.6.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.6.0.tgz#bf912cfa2afb920bb82390c6e05e9e598bdbb6cd"
integrity sha512-2Bsf2XzwccVJSam8grrAROn3sk5mris8kx4cYEDvBHekEbn6I4xmBDeVjX6y6ajVfyZniJCAZdc7XxRHje8wYg==
"@graphql-codegen/cli@^2.6.1":
version "2.6.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.6.1.tgz#022a82159d263b5fbdd5da2e4d6e8e66db1e1a5b"
integrity sha512-bIpnujBEg/WRv0wl4W309hNUDK+glnSOkKQiuT2LpSN0nvJNsJsi1k4NCA4SGWs5ZbyLkWflfOXxEVkv5fVWZA==
dependencies:
"@graphql-codegen/core" "2.5.0"
"@graphql-codegen/plugin-helpers" "^2.4.0"
"@graphql-codegen/core" "2.5.1"
"@graphql-codegen/plugin-helpers" "^2.4.1"
"@graphql-tools/apollo-engine-loader" "^7.0.5"
"@graphql-tools/code-file-loader" "^7.0.6"
"@graphql-tools/git-loader" "^7.0.5"
@@ -1154,12 +1154,12 @@
yaml "^1.10.0"
yargs "^17.0.0"
"@graphql-codegen/core@2.5.0":
version "2.5.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/core/-/core-2.5.0.tgz#ce33d3211f82e88f05345972d5c62dae29fcd561"
integrity sha512-gYu9IKVQYqosw3R8nmnxg3G+JKn1Z2mqurvNF3YJJm27/VR6Ah1Qrl0/ijs5anUzguKrwNgf33OxMDp1YTCdew==
"@graphql-codegen/core@2.5.1":
version "2.5.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/core/-/core-2.5.1.tgz#e3d50d3449b8c58b74ea08e97faf656a1b7fc8a1"
integrity sha512-alctBVl2hMnBXDLwkgmnFPrZVIiBDsWJSmxJcM4GKg1PB23+xuov35GE47YAyAhQItE1B1fbYnbb1PtGiDZ4LA==
dependencies:
"@graphql-codegen/plugin-helpers" "^2.4.0"
"@graphql-codegen/plugin-helpers" "^2.4.1"
"@graphql-tools/schema" "^8.1.2"
"@graphql-tools/utils" "^8.1.1"
tslib "~2.3.0"
@@ -1172,10 +1172,10 @@
"@graphql-codegen/plugin-helpers" "^2.3.2"
tslib "~2.3.0"
"@graphql-codegen/plugin-helpers@^2.3.2", "@graphql-codegen/plugin-helpers@^2.4.0":
version "2.4.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.4.0.tgz#f0dd8f63c2eb9af253586bd93d2492b576aa4a97"
integrity sha512-bQ2EwVU34wkTrWM4/LbXS4t+ROYFM3qzwrRX6aFNYwAPho/fubryBHmNuUTh4evACFMx1ymQ6QLnvOUAoXYZSQ==
"@graphql-codegen/plugin-helpers@^2.3.2", "@graphql-codegen/plugin-helpers@^2.4.1":
version "2.4.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.4.1.tgz#433845a89b0b4b3a2a0e959e0a2cfe444cf7aeac"
integrity sha512-OPMma7aUnES3Dh+M0BfiNBnJLmYuH60EnbULAhufxFDn/Y2OA0Ht/LQok9beX6VN4ASZEMCOAGItJezGJr5DJw==
dependencies:
"@graphql-tools/utils" "^8.5.2"
change-case-all "1.0.14"