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

[airflow] branch master updated: Remove unused packages (#15383)

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

ryanahamilton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new f69bb82  Remove unused packages (#15383)
f69bb82 is described below

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

    Remove unused packages (#15383)
---
 airflow/www/package.json | 2 --
 airflow/www/yarn.lock    | 4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/airflow/www/package.json b/airflow/www/package.json
index 8429239..02d4b9a 100644
--- a/airflow/www/package.json
+++ b/airflow/www/package.json
@@ -67,9 +67,7 @@
     "datatables.net-bs": "^1.10.23",
     "eonasdan-bootstrap-datetimepicker": "^4.17.47",
     "jquery": ">=3.4.0",
-    "js-yaml": "^3.14.0",
     "jshint": "^2.12.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 cf96ef8..cb77d97 100644
--- a/airflow/www/yarn.lock
+++ b/airflow/www/yarn.lock
@@ -4220,7 +4220,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==
@@ -4487,7 +4487,7 @@ lodash@^4.17.13, lodash@^4.17.19:
   resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
   integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
 
-lodash@^4.17.20, lodash@^4.17.5, lodash@~4.17.19:
+lodash@^4.17.5, lodash@~4.17.19:
   version "4.17.20"
   resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
   integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==