2022-07-15 04:50:47 +00:00
parent 1e5281f3e8
commit d58ef0886e
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -50,7 +50,7 @@
},
"devDependencies": {
"@babel/runtime-corejs3": "^7.18.6",
"@graphql-codegen/cli": "^2.8.0",
"@graphql-codegen/cli": "^2.8.1",
"@graphql-codegen/fragment-matcher": "^3.3.0",
"babel-eslint": "^10.0.3",
"cli-engine": "^4.7.6",
+5 -4
View File
@@ -1195,10 +1195,10 @@
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.2.tgz#30aa825f11d438671d585bd44e7fd564535fc210"
integrity sha512-82cpyJyKRoQoRi+14ibCeGPu0CwypgtBAdBhq1WfvagpCZNKqwXbKwXllYSMG91DhmG4jt9gN8eP6lGOtozuaw==
"@graphql-codegen/cli@^2.8.0":
version "2.8.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.8.0.tgz#ef596fc1afc18d5641e03a3caa0976270e570ca7"
integrity sha512-qpLnfWLd7M6ISlXN5c9WPwUE9iZkzS6996hwlvKcYpyGWj10ZtDcEQpH+NFoNjNP3Bu+QOSt6gSnpnCnajwadA==
"@graphql-codegen/cli@^2.8.1":
version "2.8.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.8.1.tgz#8e8f70417f3a0e87f266953c41c6424c6e76b473"
integrity sha512-o+Za1483WhnbMA5G4JJq72EeqXROsdEiDTfUTxtX1iPPebv+VMekTFfHnBCUXpes0XTeZViXTd16AX6cmtUF4Q==
dependencies:
"@graphql-codegen/core" "2.6.0"
"@graphql-codegen/plugin-helpers" "^2.5.0"
@@ -1228,6 +1228,7 @@
mkdirp "^1.0.4"
string-env-interpolation "^1.0.1"
ts-log "^2.2.3"
tslib "^2.4.0"
yaml "^1.10.0"
yargs "^17.0.0"