Merge pull request #74 from omnivore-app/chore/upgrade-gql-typegen-2.6.2
Upgrade gql-codegen, regenerate GQL schema
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
"deploy:web": "vercel --prod"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@graphql-codegen/cli": "^2.6.1",
|
||||
"@graphql-codegen/cli": "^2.6.2",
|
||||
"@graphql-codegen/introspection": "^2.1.1",
|
||||
"@graphql-codegen/schema-ast": "^2.1.1",
|
||||
"@graphql-codegen/typescript": "^2.1.1",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
17
yarn.lock
17
yarn.lock
@ -1389,10 +1389,10 @@
|
||||
dependencies:
|
||||
google-gax "^2.24.1"
|
||||
|
||||
"@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==
|
||||
"@graphql-codegen/cli@^2.6.2":
|
||||
version "2.6.2"
|
||||
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.6.2.tgz#a9aa4656141ee0998cae8c7ad7d0bf9ca8e0c9ae"
|
||||
integrity sha512-UO75msoVgvLEvfjCezM09cQQqp32+mR8Ma1ACsBpr7nroFvHbgcu2ulx1cMovg4sxDBCsvd9Eq/xOOMpARUxtw==
|
||||
dependencies:
|
||||
"@graphql-codegen/core" "2.5.1"
|
||||
"@graphql-codegen/plugin-helpers" "^2.4.1"
|
||||
@ -1425,7 +1425,7 @@
|
||||
listr "^0.14.3"
|
||||
listr-update-renderer "^0.5.0"
|
||||
log-symbols "^4.0.0"
|
||||
minimatch "^3.0.4"
|
||||
minimatch "^4.0.0"
|
||||
mkdirp "^1.0.4"
|
||||
string-env-interpolation "^1.0.1"
|
||||
ts-log "^2.2.3"
|
||||
@ -12270,6 +12270,13 @@ minimatch@3.0.4, minimatch@^3.0.4:
|
||||
dependencies:
|
||||
brace-expansion "^1.1.7"
|
||||
|
||||
minimatch@^4.0.0:
|
||||
version "4.2.1"
|
||||
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-4.2.1.tgz#40d9d511a46bdc4e563c22c3080cde9c0d8299b4"
|
||||
integrity sha512-9Uq1ChtSZO+Mxa/CL1eGizn2vRn3MlLgzhT0Iz8zaY8NdvxvB0d5QdPFmCKf7JKA9Lerx5vRrnwO03jsSfGG9g==
|
||||
dependencies:
|
||||
brace-expansion "^1.1.7"
|
||||
|
||||
minimist-options@4.1.0:
|
||||
version "4.1.0"
|
||||
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
|
||||
|
||||
Reference in New Issue
Block a user