Skip to content

Commit 3537496

Browse files
committed
Revert flow packages because they cannot be tested
1 parent 4b02577 commit 3537496

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

packages/plugins/flow/flow/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.0.0",
43-
"@graphql-codegen/visitor-plugin-common": "^6.0.0",
42+
"@graphql-codegen/plugin-helpers": "^3.0.0",
43+
"@graphql-codegen/visitor-plugin-common": "2.13.8",
4444
"auto-bind": "~4.0.0",
4545
"tslib": "^2.8.1"
4646
},

packages/plugins/flow/operations/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/flow": "^3.0.1",
43-
"@graphql-codegen/plugin-helpers": "^6.0.0",
44-
"@graphql-codegen/visitor-plugin-common": "^6.0.0",
43+
"@graphql-codegen/plugin-helpers": "^3.0.0",
44+
"@graphql-codegen/visitor-plugin-common": "2.13.8",
4545
"auto-bind": "~4.0.0",
4646
"tslib": "^2.8.1"
4747
},

packages/plugins/flow/resolvers/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
},
4141
"dependencies": {
4242
"@graphql-codegen/flow": "^3.0.1",
43-
"@graphql-codegen/plugin-helpers": "^6.0.0",
44-
"@graphql-codegen/visitor-plugin-common": "^6.0.0",
45-
"@graphql-tools/utils": "^11.0.0",
43+
"@graphql-codegen/plugin-helpers": "^3.0.0",
44+
"@graphql-codegen/visitor-plugin-common": "2.13.8",
45+
"@graphql-tools/utils": "^10.0.0",
4646
"auto-bind": "~4.0.0",
4747
"tslib": "^2.8.1"
4848
},

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1602,7 +1602,7 @@
16021602
auto-bind "~4.0.0"
16031603
tslib "~2.6.0"
16041604

1605-
"@graphql-codegen/[email protected]":
1605+
"@graphql-codegen/[email protected]", "@graphql-codegen/visitor-plugin-common@^2.13.8":
16061606
version "2.13.8"
16071607
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.8.tgz#09bc6317b227e5a278f394f4cef0d6c2d1910597"
16081608
integrity sha512-IQWu99YV4wt8hGxIbBQPtqRuaWZhkQRG2IZKbMoSvh0vGeWb3dB0n0hSgKaOOxDY+tljtOf9MTcUYvJslQucMQ==

0 commit comments

Comments
 (0)