Skip to content

Commit

Permalink
Bump @graphql-codegen/typescript-vue-apollo from 2.3.3 to 2.3.4 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 26, 2021
1 parent 7ccc13b commit 99af02e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@graphql-codegen/typescript": "^1.21.0",
"@graphql-codegen/typescript-operations": "^1.17.15",
"@graphql-codegen/typescript-resolvers": "^1.18.2",
"@graphql-codegen/typescript-vue-apollo": "^2.3.3",
"@graphql-codegen/typescript-vue-apollo": "^2.3.4",
"@nuxt/types": "^2.15.4",
"@nuxt/typescript-build": "^2.0.6",
"@nuxtjs/eslint-config": "^6.0.0",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1210,16 +1210,16 @@
auto-bind "~4.0.0"
tslib "~2.1.0"

"@graphql-codegen/typescript-vue-apollo@^2.3.3":
version "2.3.3"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-vue-apollo/-/typescript-vue-apollo-2.3.3.tgz#33d48ed1d48e9f6526bb9ab62427e63fa83ce229"
integrity sha512-t963VcaVXpF+EoblV5QSvDtv5vRsmQqHAi7Aq1kSPsz+6dz3+ARUcTG5yeGGBlh87FVDju1JjmraN942/By1xg==
"@graphql-codegen/typescript-vue-apollo@^2.3.4":
version "2.3.4"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-vue-apollo/-/typescript-vue-apollo-2.3.4.tgz#c48428fd1fc38136481a57e0d7582ae187356433"
integrity sha512-xvaddSzN/y0Gko+EYt1btK1gK7LzCkeHRPM5xU4UAqz84k53sQublmPG7qWHIey4fwaiUu5+YS4/fDCFjWGjmw==
dependencies:
"@graphql-codegen/plugin-helpers" "^1.18.4"
"@graphql-codegen/visitor-plugin-common" "^1.19.1"
"@graphql-codegen/plugin-helpers" "^1.18.5"
"@graphql-codegen/visitor-plugin-common" "^1.20.0"
auto-bind "~4.0.0"
change-case-all "1.0.12"
tslib "~2.1.0"
change-case-all "1.0.14"
tslib "~2.2.0"

"@graphql-codegen/typescript@^1.21.0", "@graphql-codegen/typescript@^1.21.1":
version "1.21.1"
Expand All @@ -1231,21 +1231,21 @@
auto-bind "~4.0.0"
tslib "~2.1.0"

"@graphql-codegen/visitor-plugin-common@^1.19.0", "@graphql-codegen/visitor-plugin-common@^1.19.1":
version "1.19.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.19.1.tgz#2584588351a343a2ad8cd76dde62eb2ec25abe18"
integrity sha512-MJZXe5vXxV6PLOgHhQoz93gnjzJtbnVQXQKqVEcbyB9W8ImoKuTHsEf/eJ6yCL79f7X/2dnOOM84d5Osh1eaKg==
"@graphql-codegen/visitor-plugin-common@^1.19.0", "@graphql-codegen/visitor-plugin-common@^1.20.0":
version "1.20.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.20.0.tgz#38d829eab7370c79aa5229190788f94adcae8f76"
integrity sha512-AYrpy8NA3DpvhDLqYGerQRv44S+YAMPKtwT8x9GNVjzP0gVfmqi3gG1bDWbP5sm6kOZKvDC0kTxGePuBSZerxw==
dependencies:
"@graphql-codegen/plugin-helpers" "^1.18.4"
"@graphql-codegen/plugin-helpers" "^1.18.5"
"@graphql-tools/optimize" "^1.0.1"
"@graphql-tools/relay-operation-optimizer" "^6"
array.prototype.flatmap "^1.2.4"
auto-bind "~4.0.0"
change-case-all "1.0.12"
change-case-all "1.0.14"
dependency-graph "^0.11.0"
graphql-tag "^2.11.0"
parse-filepath "^1.0.2"
tslib "~2.1.0"
tslib "~2.2.0"

"@graphql-tools/apollo-engine-loader@^6":
version "6.2.5"
Expand Down

0 comments on commit 99af02e

Please sign in to comment.