Skip to content

Commit 237c43d

Browse files
committed
Bump all codegen devs to latest
1 parent 76d5e05 commit 237c43d

45 files changed

Lines changed: 959 additions & 1029 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"graphql-tag": "2.12.6"
3737
},
3838
"dependencies": {
39-
"@graphql-codegen/plugin-helpers": "^5.0.4",
40-
"@graphql-codegen/visitor-plugin-common": "^5.3.1",
39+
"@graphql-codegen/plugin-helpers": "^6.0.0",
40+
"@graphql-codegen/visitor-plugin-common": "^6.0.0",
4141
"auto-bind": "~4.0.0",
4242
"change-case-all": "1.0.15",
4343
"tslib": "^2.8.1"

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@
3838
},
3939
"dependencies": {
4040
"@graphql-codegen/c-sharp-common": "1.2.0",
41-
"@graphql-codegen/plugin-helpers": "5.1.1",
42-
"@graphql-codegen/visitor-plugin-common": "^5.3.1",
41+
"@graphql-codegen/plugin-helpers": "^6.0.0",
42+
"@graphql-codegen/visitor-plugin-common": "^6.0.0",
4343
"auto-bind": "~4.0.0",
4444
"change-case-all": "1.0.15",
4545
"tslib": "^2.8.1"
4646
},
4747
"devDependencies": {
48-
"@graphql-codegen/testing": "1.18.3"
48+
"@graphql-codegen/testing": "4.0.1"
4949
},
5050
"publishConfig": {
5151
"directory": "dist",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@
3737
},
3838
"dependencies": {
3939
"@graphql-codegen/c-sharp-common": "1.2.0",
40-
"@graphql-codegen/plugin-helpers": "^5.0.4",
41-
"@graphql-codegen/visitor-plugin-common": "^5.3.1",
40+
"@graphql-codegen/plugin-helpers": "^6.0.0",
41+
"@graphql-codegen/visitor-plugin-common": "^6.0.0",
4242
"change-case-all": "1.0.15",
4343
"tslib": "^2.8.1",
4444
"unixify": "^1.0.0"
4545
},
4646
"devDependencies": {
47-
"@graphql-codegen/testing": "1.18.3"
47+
"@graphql-codegen/testing": "4.0.1"
4848
},
4949
"publishConfig": {
5050
"directory": "dist",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
4646
},
4747
"dependencies": {
48-
"@graphql-codegen/plugin-helpers": "^3.0.0",
49-
"@graphql-codegen/schema-ast": "^2.5.0",
50-
"@graphql-codegen/visitor-plugin-common": "2.13.8",
48+
"@graphql-codegen/plugin-helpers": "^6.0.0",
49+
"@graphql-codegen/schema-ast": "^5.0.0",
50+
"@graphql-codegen/visitor-plugin-common": "^6.0.0",
5151
"auto-bind": "~4.0.0",
5252
"change-case-all": "1.0.15",
5353
"tslib": "^2.8.1"

packages/plugins/flow/flow/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
"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"
4141
},
4242
"dependencies": {
43-
"@graphql-codegen/plugin-helpers": "^3.0.0",
44-
"@graphql-codegen/visitor-plugin-common": "2.13.8",
43+
"@graphql-codegen/plugin-helpers": "^6.0.0",
44+
"@graphql-codegen/visitor-plugin-common": "^6.0.0",
4545
"auto-bind": "~4.0.0",
4646
"tslib": "^2.8.1"
4747
},
4848
"devDependencies": {
49-
"@graphql-codegen/testing": "1.18.3"
49+
"@graphql-codegen/testing": "4.0.1"
5050
},
5151
"publishConfig": {
5252
"directory": "dist",

packages/plugins/flow/operations/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@
4141
},
4242
"dependencies": {
4343
"@graphql-codegen/flow": "^3.0.1",
44-
"@graphql-codegen/plugin-helpers": "^3.0.0",
45-
"@graphql-codegen/visitor-plugin-common": "2.13.8",
44+
"@graphql-codegen/plugin-helpers": "^6.0.0",
45+
"@graphql-codegen/visitor-plugin-common": "^6.0.0",
4646
"auto-bind": "~4.0.0",
4747
"tslib": "^2.8.1"
4848
},
4949
"devDependencies": {
50-
"@graphql-codegen/testing": "1.18.3"
50+
"@graphql-codegen/testing": "4.0.1"
5151
},
5252
"publishConfig": {
5353
"directory": "dist",

packages/plugins/flow/resolvers/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@
4141
},
4242
"dependencies": {
4343
"@graphql-codegen/flow": "^3.0.1",
44-
"@graphql-codegen/plugin-helpers": "^3.0.0",
45-
"@graphql-codegen/visitor-plugin-common": "2.13.8",
46-
"@graphql-tools/utils": "^10.0.0",
44+
"@graphql-codegen/plugin-helpers": "^6.0.0",
45+
"@graphql-codegen/visitor-plugin-common": "^6.0.0",
46+
"@graphql-tools/utils": "^11.0.0",
4747
"auto-bind": "~4.0.0",
4848
"tslib": "^2.8.1"
4949
},
5050
"devDependencies": {
51-
"@graphql-codegen/testing": "1.18.3"
51+
"@graphql-codegen/testing": "4.0.1"
5252
},
5353
"publishConfig": {
5454
"directory": "dist",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@
4141
},
4242
"dependencies": {
4343
"@graphql-codegen/java-common": "^3.0.1",
44-
"@graphql-codegen/plugin-helpers": "^3.0.0",
45-
"@graphql-codegen/visitor-plugin-common": "2.13.8",
44+
"@graphql-codegen/plugin-helpers": "^6.0.0",
45+
"@graphql-codegen/visitor-plugin-common": "^6.0.0",
4646
"auto-bind": "~4.0.0",
4747
"change-case-all": "1.0.15",
4848
"pluralize": "^8.0.0",
4949
"tslib": "^2.8.1"
5050
},
5151
"devDependencies": {
52-
"@graphql-codegen/testing": "1.18.3",
52+
"@graphql-codegen/testing": "4.0.1",
5353
"@types/pluralize": "0.0.33"
5454
},
5555
"publishConfig": {

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": "^3.0.0",
43-
"@graphql-codegen/visitor-plugin-common": "2.13.8",
42+
"@graphql-codegen/plugin-helpers": "^6.0.0",
43+
"@graphql-codegen/visitor-plugin-common": "^6.0.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
},
4242
"dependencies": {
4343
"@graphql-codegen/java-common": "^3.0.1",
44-
"@graphql-codegen/plugin-helpers": "^3.0.0",
45-
"@graphql-codegen/visitor-plugin-common": "2.13.8",
44+
"@graphql-codegen/plugin-helpers": "^6.0.0",
45+
"@graphql-codegen/visitor-plugin-common": "^6.0.0",
4646
"tslib": "^2.8.1"
4747
},
4848
"devDependencies": {
49-
"@graphql-codegen/testing": "1.18.3"
49+
"@graphql-codegen/testing": "4.0.1"
5050
},
5151
"publishConfig": {
5252
"directory": "dist",

0 commit comments

Comments
 (0)