Skip to content

Commit be42622

Browse files
Update deps (#1489)
Babel 7.0.0 🎉
1 parent f474a4e commit be42622

File tree

2 files changed

+668
-725
lines changed

2 files changed

+668
-725
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,19 @@
4545
"iterall": "^1.2.2"
4646
},
4747
"devDependencies": {
48-
"@babel/cli": "7.0.0-rc.3",
49-
"@babel/core": "7.0.0-rc.3",
50-
"@babel/plugin-proposal-class-properties": "7.0.0-rc.3",
51-
"@babel/plugin-proposal-object-rest-spread": "7.0.0-rc.3",
52-
"@babel/plugin-syntax-async-generators": "7.0.0-rc.3",
53-
"@babel/plugin-transform-classes": "7.0.0-rc.3",
54-
"@babel/plugin-transform-destructuring": "7.0.0-rc.3",
55-
"@babel/plugin-transform-flow-strip-types": "7.0.0-rc.3",
56-
"@babel/plugin-transform-spread": "7.0.0-rc.3",
57-
"@babel/polyfill": "7.0.0-rc.3",
58-
"@babel/preset-env": "7.0.0-rc.3",
59-
"@babel/register": "7.0.0-rc.3",
60-
"babel-eslint": "8.2.6",
48+
"@babel/cli": "7.0.0",
49+
"@babel/core": "7.0.0",
50+
"@babel/plugin-proposal-class-properties": "7.0.0",
51+
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
52+
"@babel/plugin-syntax-async-generators": "7.0.0",
53+
"@babel/plugin-transform-classes": "7.0.0",
54+
"@babel/plugin-transform-destructuring": "7.0.0",
55+
"@babel/plugin-transform-flow-strip-types": "7.0.0",
56+
"@babel/plugin-transform-spread": "7.0.0",
57+
"@babel/polyfill": "7.0.0",
58+
"@babel/preset-env": "7.0.0",
59+
"@babel/register": "7.0.0",
60+
"babel-eslint": "9.0.0",
6161
"beautify-benchmark": "0.2.4",
6262
"benchmark": "2.1.4",
6363
"chai": "4.1.2",
@@ -67,7 +67,7 @@
6767
"eslint-plugin-prettier": "2.6.2",
6868
"flow-bin": "0.79.1",
6969
"mocha": "5.2.0",
70-
"nyc": "12.0.2",
70+
"nyc": "13.0.1",
7171
"prettier": "1.14.2",
7272
"sane": "3.0.0"
7373
}

0 commit comments

Comments
 (0)