From 7c661a6cf0322fba1972edd5780a9ddcf0f02334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Buscht=C3=B6ns?= Date: Tue, 23 Oct 2018 16:07:58 +0200 Subject: [PATCH] fix(build): use @babel/core --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 40dd5dfc..be87f227 100644 --- a/package.json +++ b/package.json @@ -20,10 +20,10 @@ "test:node": "mocha" }, "dependencies": { + "@babel/core": "^7.1.2", "@babel/preset-env": "^7.1.0", "@xg-wang/whatwg-fetch": "^3.0.0", "abortcontroller-polyfill": "^1.1.9", - "babel-core": "^6.26.3", "broccoli-concat": "^3.7.3", "broccoli-merge-trees": "^3.0.1", "broccoli-rollup": "^2.1.1", diff --git a/yarn.lock b/yarn.lock index cf257fc6..d9ef0c2d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9,7 +9,7 @@ dependencies: "@babel/highlight" "^7.0.0" -"@babel/core@^7.0.0": +"@babel/core@^7.0.0", "@babel/core@^7.1.2": version "7.1.2" resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.1.2.tgz#f8d2a9ceb6832887329a7b60f9d035791400ba4e" integrity sha512-IFeSSnjXdhDaoysIlev//UzHZbdEmm7D0EIH2qtse9xK7mXEZQpYjs2P00XlP1qYsYvid79p+Zgg6tz1mp6iVw==