Skip to content

Commit fd20c64

Browse files
committed
Bump shared and helper packages to latest
1 parent 2dcd842 commit fd20c64

39 files changed

Lines changed: 75 additions & 75 deletions

File tree

packages/plugins/c-sharp/c-sharp-common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"graphql-tag": "2.12.6"
3636
},
3737
"dependencies": {
38-
"@graphql-codegen/plugin-helpers": "^6.1.1",
39-
"@graphql-codegen/visitor-plugin-common": "^6.2.4",
38+
"@graphql-codegen/plugin-helpers": "^6.3.0",
39+
"@graphql-codegen/visitor-plugin-common": "^6.3.0",
4040
"auto-bind": "~4.0.0",
4141
"change-case-all": "1.0.15",
4242
"tslib": "^2.8.1"

packages/plugins/c-sharp/c-sharp-operations/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
},
3838
"dependencies": {
3939
"@graphql-codegen/c-sharp-common": "2.0.0",
40-
"@graphql-codegen/plugin-helpers": "^6.1.1",
41-
"@graphql-codegen/visitor-plugin-common": "^6.2.4",
40+
"@graphql-codegen/plugin-helpers": "^6.3.0",
41+
"@graphql-codegen/visitor-plugin-common": "^6.3.0",
4242
"auto-bind": "~4.0.0",
4343
"change-case-all": "1.0.15",
4444
"tslib": "^2.8.1"

packages/plugins/c-sharp/c-sharp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
},
3737
"dependencies": {
3838
"@graphql-codegen/c-sharp-common": "2.0.0",
39-
"@graphql-codegen/plugin-helpers": "^6.1.1",
40-
"@graphql-codegen/visitor-plugin-common": "^6.2.4",
39+
"@graphql-codegen/plugin-helpers": "^6.3.0",
40+
"@graphql-codegen/visitor-plugin-common": "^6.3.0",
4141
"change-case-all": "1.0.15",
4242
"tslib": "^2.8.1",
4343
"unixify": "^1.0.0"

packages/plugins/dart/flutter-freezed/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
4545
},
4646
"dependencies": {
47-
"@graphql-codegen/plugin-helpers": "^6.1.1",
48-
"@graphql-codegen/schema-ast": "^5.0.1",
49-
"@graphql-codegen/visitor-plugin-common": "^6.2.4",
47+
"@graphql-codegen/plugin-helpers": "^6.3.0",
48+
"@graphql-codegen/schema-ast": "^5.0.2",
49+
"@graphql-codegen/visitor-plugin-common": "^6.3.0",
5050
"auto-bind": "~4.0.0",
5151
"change-case-all": "1.0.15",
5252
"tslib": "^2.8.1"

packages/plugins/java/apollo-android/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
},
4141
"dependencies": {
4242
"@graphql-codegen/java-common": "^4.0.0",
43-
"@graphql-codegen/plugin-helpers": "^6.1.1",
44-
"@graphql-codegen/visitor-plugin-common": "^6.2.4",
43+
"@graphql-codegen/plugin-helpers": "^6.3.0",
44+
"@graphql-codegen/visitor-plugin-common": "^6.3.0",
4545
"auto-bind": "~4.0.0",
4646
"change-case-all": "1.0.15",
4747
"pluralize": "^8.0.0",

packages/plugins/java/common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
4040
},
4141
"dependencies": {
42-
"@graphql-codegen/plugin-helpers": "^6.1.1",
43-
"@graphql-codegen/visitor-plugin-common": "^6.2.4",
42+
"@graphql-codegen/plugin-helpers": "^6.3.0",
43+
"@graphql-codegen/visitor-plugin-common": "^6.3.0",
4444
"auto-bind": "~4.0.0",
4545
"min-indent": "1.0.1",
4646
"tslib": "^2.8.1",

packages/plugins/java/java/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
},
4141
"dependencies": {
4242
"@graphql-codegen/java-common": "^4.0.0",
43-
"@graphql-codegen/plugin-helpers": "^6.1.1",
44-
"@graphql-codegen/visitor-plugin-common": "^6.2.4",
43+
"@graphql-codegen/plugin-helpers": "^6.3.0",
44+
"@graphql-codegen/visitor-plugin-common": "^6.3.0",
4545
"tslib": "^2.8.1"
4646
},
4747
"devDependencies": {

packages/plugins/java/kotlin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
},
4141
"dependencies": {
4242
"@graphql-codegen/java-common": "^4.0.0",
43-
"@graphql-codegen/plugin-helpers": "^6.1.1",
44-
"@graphql-codegen/visitor-plugin-common": "^6.2.4",
43+
"@graphql-codegen/plugin-helpers": "^6.3.0",
44+
"@graphql-codegen/visitor-plugin-common": "^6.3.0",
4545
"tslib": "^2.8.1"
4646
},
4747
"devDependencies": {

packages/plugins/java/resolvers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
},
4141
"dependencies": {
4242
"@graphql-codegen/java-common": "^4.0.0",
43-
"@graphql-codegen/plugin-helpers": "^6.1.1",
44-
"@graphql-codegen/visitor-plugin-common": "^6.2.4",
43+
"@graphql-codegen/plugin-helpers": "^6.3.0",
44+
"@graphql-codegen/visitor-plugin-common": "^6.3.0",
4545
"tslib": "^2.8.1"
4646
},
4747
"devDependencies": {

packages/plugins/other/hasura-allow-list/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
4040
},
4141
"dependencies": {
42-
"@graphql-codegen/plugin-helpers": "^6.1.1",
42+
"@graphql-codegen/plugin-helpers": "^6.3.0",
4343
"tslib": "^2.8.1",
4444
"yaml": "^1.10.2"
4545
},

0 commit comments

Comments
 (0)