Skip to content

Commit 06b246f

Browse files
Update deps (#1472)
1 parent 36dc149 commit 06b246f

File tree

3 files changed

+401
-401
lines changed

3 files changed

+401
-401
lines changed

.flowconfig

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

1515
[version]
16-
^0.78.0
16+
^0.79.0

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,18 @@
4848
"iterall": "^1.2.2"
4949
},
5050
"devDependencies": {
51-
"@babel/cli": "7.0.0-beta.56",
52-
"@babel/core": "7.0.0-beta.56",
53-
"@babel/plugin-proposal-class-properties": "7.0.0-beta.56",
54-
"@babel/plugin-proposal-object-rest-spread": "7.0.0-beta.56",
55-
"@babel/plugin-syntax-async-generators": "7.0.0-beta.56",
56-
"@babel/plugin-transform-classes": "7.0.0-beta.56",
57-
"@babel/plugin-transform-destructuring": "7.0.0-beta.56",
58-
"@babel/plugin-transform-flow-strip-types": "7.0.0-beta.56",
59-
"@babel/plugin-transform-spread": "7.0.0-beta.56",
60-
"@babel/polyfill": "7.0.0-beta.56",
61-
"@babel/preset-env": "7.0.0-beta.56",
62-
"@babel/register": "7.0.0-beta.56",
51+
"@babel/cli": "7.0.0-rc.1",
52+
"@babel/core": "7.0.0-rc.1",
53+
"@babel/plugin-proposal-class-properties": "7.0.0-rc.1",
54+
"@babel/plugin-proposal-object-rest-spread": "7.0.0-rc.1",
55+
"@babel/plugin-syntax-async-generators": "7.0.0-rc.1",
56+
"@babel/plugin-transform-classes": "7.0.0-rc.1",
57+
"@babel/plugin-transform-destructuring": "7.0.0-rc.1",
58+
"@babel/plugin-transform-flow-strip-types": "7.0.0-rc.1",
59+
"@babel/plugin-transform-spread": "7.0.0-rc.1",
60+
"@babel/polyfill": "7.0.0-rc.1",
61+
"@babel/preset-env": "7.0.0-rc.1",
62+
"@babel/register": "7.0.0-rc.1",
6363
"babel-eslint": "8.2.6",
6464
"beautify-benchmark": "0.2.4",
6565
"benchmark": "2.1.4",
@@ -68,10 +68,10 @@
6868
"eslint": "5.3.0",
6969
"eslint-plugin-flowtype": "2.50.0",
7070
"eslint-plugin-prettier": "2.6.2",
71-
"flow-bin": "0.78.0",
71+
"flow-bin": "0.79.0",
7272
"mocha": "5.2.0",
7373
"nyc": "12.0.2",
74-
"prettier": "1.14.0",
74+
"prettier": "1.14.2",
7575
"sane": "3.0.0"
7676
}
7777
}

0 commit comments

Comments
 (0)