You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2021/04/15 15:04:42 UTC

[airflow] 01/02: Remove unused JS packages (#15383)

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

ash pushed a commit to branch v2-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 1366d651c50857f20f35f32e40491768a7b1b9c2
Author: Ryan Hamilton <ry...@ryanahamilton.com>
AuthorDate: Thu Apr 15 10:34:20 2021 -0400

    Remove unused JS packages (#15383)
    
    (cherry picked from commit f69bb8255d2ed60be275d1466255c874aef600f0)
---
 airflow/www/package.json |  2 --
 airflow/www/yarn.lock    | 10 +++++++++-
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/airflow/www/package.json b/airflow/www/package.json
index 57a7b1d..730f142 100644
--- a/airflow/www/package.json
+++ b/airflow/www/package.json
@@ -68,8 +68,6 @@
     "datatables.net-bs": "^1.10.23",
     "eonasdan-bootstrap-datetimepicker": "^4.17.47",
     "jquery": ">=3.4.0",
-    "js-yaml": "^3.14.0",
-    "lodash": "^4.17.20",
     "moment-timezone": "^0.5.28",
     "nvd3": "^1.8.6",
     "redoc": "^2.0.0-rc.48",
diff --git a/airflow/www/yarn.lock b/airflow/www/yarn.lock
index 7e56643..9573141 100644
--- a/airflow/www/yarn.lock
+++ b/airflow/www/yarn.lock
@@ -4142,7 +4142,7 @@ js-tokens@^3.0.2:
   resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
   integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls=
 
-js-yaml@^3.12.1, js-yaml@^3.13.1, js-yaml@^3.14.0:
+js-yaml@^3.12.1, js-yaml@^3.13.1:
   version "3.14.0"
   resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.0.tgz#a7a34170f26a21bb162424d8adacb4113a69e482"
   integrity sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A==
@@ -4150,6 +4150,14 @@ js-yaml@^3.12.1, js-yaml@^3.13.1, js-yaml@^3.14.0:
     argparse "^1.0.7"
     esprima "^4.0.0"
 
+js-yaml@^3.14.0:
+  version "3.14.1"
+  resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537"
+  integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==
+  dependencies:
+    argparse "^1.0.7"
+    esprima "^4.0.0"
+
 jsesc@^1.3.0:
   version "1.3.0"
   resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833db9bc7622176dbab34b"