Skip to content

Commit f0061e1

Browse files
committed
feat(bindings): use new generators for enums
1 parent c47dca9 commit f0061e1

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"chalk": "2.3.0",
4444
"fs-extra": "5.0.0",
4545
"graphql-import": "0.1.9",
46-
"graphql-static-binding": "0.2.1",
46+
"graphql-static-binding": "0.3.1",
4747
"lodash": "4.17.4"
4848
}
4949
}

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
version "0.6.0"
7474
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.6.0.tgz#383f456b26bc96c7889f0332079f4358b16c58dc"
7575

76-
"@types/fs-extra@^5.0.0":
76+
"@types/fs-extra@5.0.0":
7777
version "5.0.0"
7878
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-5.0.0.tgz#d3e225b35eb5c6d3a5a782c28219df365c781413"
7979
dependencies:
@@ -1056,17 +1056,17 @@ from2@^2.1.1:
10561056
inherits "^2.0.1"
10571057
readable-stream "^2.0.0"
10581058

1059-
fs-extra@^4.0.3:
1060-
version "4.0.3"
1061-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.3.tgz#0d852122e5bc5beb453fb028e9c0c9bf36340c94"
1059+
fs-extra@5.0.0, fs-extra@^5.0.0:
1060+
version "5.0.0"
1061+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-5.0.0.tgz#414d0110cdd06705734d055652c5411260c31abd"
10621062
dependencies:
10631063
graceful-fs "^4.1.2"
10641064
jsonfile "^4.0.0"
10651065
universalify "^0.1.0"
10661066

1067-
fs-extra@^5.0.0:
1068-
version "5.0.0"
1069-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-5.0.0.tgz#414d0110cdd06705734d055652c5411260c31abd"
1067+
fs-extra@^4.0.3:
1068+
version "4.0.3"
1069+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.3.tgz#0d852122e5bc5beb453fb028e9c0c9bf36340c94"
10701070
dependencies:
10711071
graceful-fs "^4.1.2"
10721072
jsonfile "^4.0.0"
@@ -1345,9 +1345,9 @@ graphql-schema-linter@0.0.25:
13451345
graphql "^0.10.1"
13461346
graphql-config "^1.0.0"
13471347

1348-
graphql-static-binding@0.2.1:
1349-
version "0.2.1"
1350-
resolved "https://registry.yarnpkg.com/graphql-static-binding/-/graphql-static-binding-0.2.1.tgz#138ee4b363fae503d32977d301821d8ce41ade6c"
1348+
graphql-static-binding@0.3.1:
1349+
version "0.3.1"
1350+
resolved "https://registry.yarnpkg.com/graphql-static-binding/-/graphql-static-binding-0.3.1.tgz#754cded0ebc802c05b2ef7eef8156b59c3d00e96"
13511351
dependencies:
13521352
graphql "0.12.3"
13531353

0 commit comments

Comments
 (0)