Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 26da75e

Browse files
Update Flow to v0.95 (graphql#1794)
1 parent ffccf3f commit 26da75e

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(<VERSION>\\)?)\\)?:? #[0-9]+
1414
suppress_comment=\\(.\\|\n\\)*\\$DisableFlowOnNegativeTest
1515

1616
[version]
17-
^0.94.0
17+
^0.95.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"eslint": "5.15.1",
6161
"eslint-plugin-flowtype": "3.4.2",
6262
"eslint-plugin-prettier": "3.0.1",
63-
"flow-bin": "0.94.0",
63+
"flow-bin": "0.95.1",
6464
"mocha": "6.0.2",
6565
"nyc": "13.3.0",
6666
"prettier": "1.16.4",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -936,9 +936,9 @@ camelcase@^5.0.0:
936936
integrity sha512-IXFsBS2pC+X0j0N/GE7Dm7j3bsEBp+oTpb7F50dwEVX7rf3IgwO9XatnegTsDtniKCUtEJH4fSU6Asw7uoVLfQ==
937937

938938
caniuse-lite@^1.0.30000939:
939-
version "1.0.30000947"
940-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000947.tgz#c30305e9701449c22e97f4e9837cea3d76aa3273"
941-
integrity sha512-ubgBUfufe5Oi3W1+EHyh2C3lfBIEcZ6bTuvl5wNOpIuRB978GF/Z+pQ7pGGUpeYRB0P+8C7i/3lt6xkeu2hwnA==
939+
version "1.0.30000948"
940+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000948.tgz#793ed7c28fe664856beb92b43fc013fc22b81633"
941+
integrity sha512-Lw4y7oz1X5MOMZm+2IFaSISqVVQvUuD+ZUSfeYK/SlYiMjkHN/eJ2PDfJehW5NA6JjrxYSSnIWfwjeObQMEjFQ==
942942

943943
capture-exit@^2.0.0:
944944
version "2.0.0"
@@ -1605,10 +1605,10 @@ flatted@^2.0.0:
16051605
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.0.tgz#55122b6536ea496b4b44893ee2608141d10d9916"
16061606
integrity sha512-R+H8IZclI8AAkSBRQJLVOsxwAoHd6WC40b4QTNWIjzAa6BXOBfQcM587MXDTVPeYaopFNWHUFLx7eNmHDSxMWg==
16071607

1608-
flow-bin@0.94.0:
1609-
version "0.94.0"
1610-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.94.0.tgz#b5d58fe7559705b73a18229f97edfc3ab6ffffcb"
1611-
integrity sha512-DYF7r9CJ/AksfmmB4+q+TyLMoeQPRnqtF1Pk7KY3zgfkB/nVuA3nXyzqgsIPIvnMSiFEXQcFK4z+iPxSLckZhQ==
1608+
flow-bin@0.95.1:
1609+
version "0.95.1"
1610+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.95.1.tgz#633113831ccff4b7ee70a2730f63fc43b69ba85f"
1611+
integrity sha512-06IOC/pqPMNRYtC6AMZEWYR9Fi6UdBC7gImGinPuNUpPZFnP5E9/0cBCl3DWrH4zz/gSM2HdDilU7vPGpYIr2w==
16121612

16131613
for-in@^1.0.2:
16141614
version "1.0.2"

0 commit comments

Comments
 (0)