From 0cda6ac57eaa90447dd5169bce984db5db078732 Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Thu, 16 Nov 2017 09:31:31 -0500 Subject: [PATCH] update babel to beta.32 --- package.json | 4 ++-- src/babel-benchmark.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ed93098f..a94e680c 100644 --- a/package.json +++ b/package.json @@ -33,9 +33,9 @@ }, "license": "BSD-3-Clause", "dependencies": { + "@babel/standalone": "7.0.0-beta.32", "acorn": "5.1.2", - "babel-standalone": "7.0.0-beta.3", - "babylon": "7.0.0-beta.30", + "babylon": "7.0.0-beta.32", "benchmark": "^2.1.4", "buble": "0.16.0", "chai": "4.1.2", diff --git a/src/babel-benchmark.js b/src/babel-benchmark.js index 59e7a7fb..eb72d352 100644 --- a/src/babel-benchmark.js +++ b/src/babel-benchmark.js @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -const Babel = require("babel-standalone"); +const Babel = require("@babel/standalone"); const babylon = require("babylon"); const fs = require("fs");