Skip to content

Commit a414ece

Browse files
mormahrkassens
authored andcommitted
Update flow to 0.57 (#176)
* Update flow to 0.57 * Update graphql dev dependency to 0.11.7 * Update flow to 0.57.1 * Update flow to 0.57.2 * Update flow to 0.57.3
1 parent 16108e3 commit a414ece

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
"eslint": "^3.14.1",
7373
"eslint-plugin-babel": "^4.0.1",
7474
"eslint-plugin-flowtype": "^2.30.0",
75-
"flow-bin": "^0.38.0",
76-
"graphql": "0.9.1",
75+
"flow-bin": "^0.57.0",
76+
"graphql": "^0.11.7",
7777
"isparta": "4.0.0",
7878
"mocha": "^3.2.0",
7979
"sane": "^1.5.0"

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,9 +1084,9 @@ flat-cache@^1.2.1:
10841084
graceful-fs "^4.1.2"
10851085
write "^0.2.1"
10861086

1087-
flow-bin@^0.38.0:
1088-
version "0.38.0"
1089-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.38.0.tgz#3ae096d401c969cc8b5798253fb82381e2d0237a"
1087+
flow-bin@^0.57.0:
1088+
version "0.57.3"
1089+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.57.3.tgz#843fb80a821b6d0c5847f7bb3f42365ffe53b27b"
10901090

10911091
for-in@^0.1.5:
10921092
version "0.1.6"
@@ -1248,11 +1248,11 @@ graceful-fs@^4.1.2, graceful-fs@^4.1.4:
12481248
version "1.0.1"
12491249
resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725"
12501250

1251-
graphql@0.9.1:
1252-
version "0.9.1"
1253-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.9.1.tgz#f4d154cbec054d4a5d3b1be95f23435c09aa86c8"
1251+
graphql@^0.11.7:
1252+
version "0.11.7"
1253+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.11.7.tgz#e5abaa9cb7b7cccb84e9f0836bf4370d268750c6"
12541254
dependencies:
1255-
iterall "1.0.3"
1255+
iterall "1.1.3"
12561256

12571257
12581258
version "1.9.2"
@@ -1528,9 +1528,9 @@ istanbul@^0.4.0:
15281528
which "^1.1.1"
15291529
wordwrap "^1.0.0"
15301530

1531-
iterall@1.0.3:
1532-
version "1.0.3"
1533-
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.0.3.tgz#e0b31958f835013c323ff0b10943829ac69aa4b7"
1531+
iterall@1.1.3:
1532+
version "1.1.3"
1533+
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.3.tgz#1cbbff96204056dde6656e2ed2e2226d0e6d72c9"
15341534

15351535
jodid25519@^1.0.0:
15361536
version "1.0.2"

0 commit comments

Comments
 (0)