You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by ra...@apache.org on 2019/05/09 10:01:57 UTC

[incubator-annotator] 08/09: Remove unused @babel/runtime

This is an automated email from the ASF dual-hosted git repository.

randall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git

commit 9afae6ced31f696b4ed58f0f8163a7e5d1ae452e
Author: Randall Leeds <ra...@apache.org>
AuthorDate: Thu May 9 03:00:31 2019 -0700

    Remove unused @babel/runtime
    
    Its use has been superseded by @babel/runtime-corejs3
---
 package.json | 1 -
 yarn.lock    | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 82b2284..65a7b8e 100644
--- a/package.json
+++ b/package.json
@@ -26,7 +26,6 @@
     "@babel/plugin-transform-runtime": "^7.4.0",
     "@babel/preset-env": "^7.4.0",
     "@babel/register": "^7.4.0",
-    "@babel/runtime": "^7.4.0",
     "ajv": "^6.5.0",
     "babel-eslint": "^10.0.1",
     "babel-loader": "^8.0.5",
diff --git a/yarn.lock b/yarn.lock
index 61279aa..63eec46 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -668,7 +668,7 @@
     core-js-pure "^3.0.0"
     regenerator-runtime "^0.13.2"
 
-"@babel/runtime@^7.0.0", "@babel/runtime@^7.4.0":
+"@babel/runtime@^7.0.0":
   version "7.4.4"
   resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.4.4.tgz#dc2e34982eb236803aa27a07fea6857af1b9171d"
   integrity sha512-w0+uT71b6Yi7i5SE0co4NioIpSYS6lLiXvCzWzGSKvpK5vdQtCbICHMj+gbAKAOtxiV6HsVh/MBdaF9EQ6faSg==