Skip to content

Commit

Permalink
chore(deps): use explicit version for visitor-plugin-common
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed May 26, 2021
1 parent d3fba79 commit 1485168
Show file tree
Hide file tree
Showing 33 changed files with 32 additions and 33 deletions.
1 change: 0 additions & 1 deletion .changeset/tricky-guests-film.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
'@graphql-codegen/visitor-plugin-common': minor
'@graphql-codegen/typescript-document-nodes': minor
---

Skip typechecking on generated values by casting to unknown
2 changes: 1 addition & 1 deletion packages/plugins/c-sharp/c-sharp-operations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.5",
"@graphql-codegen/visitor-plugin-common": "^1.20.0",
"@graphql-codegen/visitor-plugin-common": "1.20.0",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.14",
"tslib": "~2.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/c-sharp/c-sharp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.6",
"@graphql-codegen/visitor-plugin-common": "^1.20.0",
"@graphql-codegen/visitor-plugin-common": "1.20.0",
"tslib": "~2.2.0",
"unixify": "^1.0.0",
"change-case-all": "1.0.14"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/flow/flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.5",
"@graphql-codegen/visitor-plugin-common": "^1.20.0",
"@graphql-codegen/visitor-plugin-common": "1.20.0",
"auto-bind": "~4.0.0",
"tslib": "~2.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/flow/operations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@graphql-codegen/flow": "^1.19.0",
"@graphql-codegen/plugin-helpers": "^1.18.5",
"@graphql-codegen/visitor-plugin-common": "^1.20.0",
"@graphql-codegen/visitor-plugin-common": "1.20.0",
"auto-bind": "~4.0.0",
"tslib": "~2.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/java/apollo-android/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@graphql-codegen/java-common": "^1.17.9",
"@graphql-codegen/plugin-helpers": "^1.18.5",
"@graphql-codegen/visitor-plugin-common": "^1.20.0",
"@graphql-codegen/visitor-plugin-common": "1.20.0",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.14",
"pluralize": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/java/java/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@graphql-codegen/java-common": "^1.17.9",
"@graphql-codegen/plugin-helpers": "^1.18.5",
"@graphql-codegen/visitor-plugin-common": "^1.20.0",
"@graphql-codegen/visitor-plugin-common": "1.20.0",
"tslib": "~2.2.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/java/kotlin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@graphql-codegen/java-common": "^1.17.9",
"@graphql-codegen/plugin-helpers": "^1.18.5",
"@graphql-codegen/visitor-plugin-common": "^1.20.0",
"@graphql-codegen/visitor-plugin-common": "1.20.0",
"tslib": "~2.2.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/java/resolvers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@graphql-codegen/java-common": "^1.17.9",
"@graphql-codegen/plugin-helpers": "^1.18.5",
"@graphql-codegen/visitor-plugin-common": "^1.20.0",
"@graphql-codegen/visitor-plugin-common": "1.20.0",
"tslib": "~2.2.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/other/jsdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.2",
"@graphql-codegen/visitor-plugin-common": "^1.17.20",
"@graphql-codegen/visitor-plugin-common": "1.20.0",
"tslib": "~2.2.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/apollo-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.5",
"@graphql-codegen/visitor-plugin-common": "^1.20.0",
"@graphql-codegen/visitor-plugin-common": "1.20.0",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.14",
"tslib": "~2.2.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"change-case-all": "1.0.14",
"@graphql-codegen/plugin-helpers": "^1.18.5",
"@graphql-codegen/visitor-plugin-common": "^1.20.0",
"@graphql-codegen/visitor-plugin-common": "1.20.0",
"auto-bind": "~4.0.0",
"tslib": "~2.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/compatibility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.5",
"@graphql-codegen/visitor-plugin-common": "^1.20.0",
"@graphql-codegen/visitor-plugin-common": "1.20.0",
"change-case-all": "1.0.14",
"tslib": "~2.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/document-nodes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.5",
"@graphql-codegen/visitor-plugin-common": "^1.20.0",
"@graphql-codegen/visitor-plugin-common": "1.20.0",
"auto-bind": "~4.0.0",
"tslib": "~2.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/generic-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.5",
"@graphql-codegen/visitor-plugin-common": "^1.20.0",
"@graphql-codegen/visitor-plugin-common": "1.20.0",
"auto-bind": "~4.0.0",
"tslib": "~2.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/graphql-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.6",
"@graphql-codegen/visitor-plugin-common": "^1.20.0",
"@graphql-codegen/visitor-plugin-common": "1.20.0",
"auto-bind": "~4.0.0",
"tslib": "~2.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.5",
"@graphql-codegen/typescript": "^1.22.0",
"@graphql-codegen/visitor-plugin-common": "^1.20.0",
"@graphql-codegen/visitor-plugin-common": "1.20.0",
"@graphql-tools/utils": "^7.9.1",
"auto-bind": "~4.0.0",
"lodash": "~4.17.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/oclif/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.2",
"@graphql-codegen/visitor-plugin-common": "^1.17.20",
"@graphql-codegen/visitor-plugin-common": "1.20.0",
"auto-bind": "~4.0.0",
"tslib": "~2.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/operations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.5",
"@graphql-codegen/typescript": "^1.22.0",
"@graphql-codegen/visitor-plugin-common": "^1.20.0",
"@graphql-codegen/visitor-plugin-common": "1.20.0",
"auto-bind": "~4.0.0",
"tslib": "~2.2.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.5",
"@graphql-codegen/visitor-plugin-common": "^1.20.0",
"@graphql-codegen/visitor-plugin-common": "1.20.0",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.14"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/react-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.5",
"@graphql-codegen/visitor-plugin-common": "^1.20.0",
"@graphql-codegen/visitor-plugin-common": "1.20.0",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.14",
"tslib": "~2.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.5",
"@graphql-codegen/visitor-plugin-common": "^1.20.0",
"@graphql-codegen/visitor-plugin-common": "1.20.0",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.14",
"tslib": "~2.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/resolvers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.5",
"@graphql-codegen/typescript": "^1.22.0",
"@graphql-codegen/visitor-plugin-common": "^1.20.0",
"@graphql-codegen/visitor-plugin-common": "1.20.0",
"@graphql-tools/utils": "^7.9.1",
"auto-bind": "~4.0.0",
"tslib": "~2.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/stencil-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.5",
"@graphql-codegen/visitor-plugin-common": "^1.20.0",
"@graphql-codegen/visitor-plugin-common": "1.20.0",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.14",
"tslib": "~2.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/type-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.5",
"@graphql-codegen/typescript": "^1.22.0",
"@graphql-codegen/visitor-plugin-common": "^1.20.0",
"@graphql-codegen/visitor-plugin-common": "1.20.0",
"auto-bind": "~4.0.0",
"tslib": "~2.2.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"change-case-all": "1.0.14",
"@graphql-codegen/plugin-helpers": "^1.18.5",
"@graphql-codegen/visitor-plugin-common": "^1.20.0",
"@graphql-codegen/visitor-plugin-common": "1.20.0",
"auto-bind": "~4.0.0",
"tslib": "~2.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.5",
"@graphql-codegen/visitor-plugin-common": "^1.20.0",
"@graphql-codegen/visitor-plugin-common": "1.20.0",
"auto-bind": "~4.0.0",
"tslib": "~2.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/urql-graphcache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.5",
"@graphql-codegen/visitor-plugin-common": "^1.20.0",
"@graphql-codegen/visitor-plugin-common": "1.20.0",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.14",
"tslib": "~2.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.5",
"@graphql-codegen/visitor-plugin-common": "^1.20.0",
"@graphql-codegen/visitor-plugin-common": "1.20.0",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.14",
"tslib": "~2.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/vue-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.5",
"@graphql-codegen/visitor-plugin-common": "^1.20.0",
"@graphql-codegen/visitor-plugin-common": "1.20.0",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.14",
"tslib": "~2.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/presets/graphql-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.5",
"@graphql-codegen/visitor-plugin-common": "^1.20.0",
"@graphql-codegen/visitor-plugin-common": "1.20.0",
"parse-filepath": "^1.0.2",
"change-case-all": "1.0.14",
"tslib": "~2.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/presets/import-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@graphql-codegen/add": "^2.0.2",
"@graphql-codegen/plugin-helpers": "^1.18.2",
"@graphql-codegen/visitor-plugin-common": "^1.17.20",
"@graphql-codegen/visitor-plugin-common": "1.20.0",
"tslib": "~2.2.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/presets/near-operation-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@graphql-codegen/add": "^2.0.2",
"@graphql-codegen/plugin-helpers": "^1.18.5",
"@graphql-codegen/visitor-plugin-common": "^1.20.0",
"@graphql-codegen/visitor-plugin-common": "1.20.0",
"parse-filepath": "^1.0.2",
"tslib": "~2.2.0"
},
Expand Down

0 comments on commit 1485168

Please sign in to comment.