Update babel to beta.40 (#7413)

This commit is contained in:
Brian Ng
2018-02-23 08:44:45 -06:00
committed by GitHub
parent 62c1046249
commit 959865b48d
2 changed files with 462 additions and 456 deletions

View File

@@ -10,18 +10,18 @@
"test": "make test"
},
"devDependencies": {
"@babel/cli": "7.0.0-beta.39",
"@babel/core": "7.0.0-beta.39",
"@babel/preset-env": "7.0.0-beta.39",
"@babel/preset-flow": "7.0.0-beta.39",
"@babel/preset-stage-0": "7.0.0-beta.39",
"@babel/register": "7.0.0-beta.39",
"@babel/cli": "7.0.0-beta.40",
"@babel/core": "7.0.0-beta.40",
"@babel/preset-env": "7.0.0-beta.40",
"@babel/preset-flow": "7.0.0-beta.40",
"@babel/preset-stage-0": "7.0.0-beta.40",
"@babel/register": "7.0.0-beta.40",
"async": "^1.5.0",
"babel-eslint": "^8.0.1",
"babel-loader": "8.0.0-beta.0",
"babel-plugin-istanbul": "^4.1.5",
"babel-plugin-transform-charcodes": "0.0.10",
"babylon": "7.0.0-beta.39",
"babylon": "7.0.0-beta.40",
"browserify": "^13.1.1",
"bundle-collapser": "^1.2.1",
"chai": "^4.1.0",