You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2020/09/02 17:37:38 UTC

[incubator-superset] branch master updated: chore: removing fsevents dependency (#10751)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e0deaad  chore: removing fsevents dependency (#10751)
e0deaad is described below

commit e0deaad5e348fe4a69368027cb1ceb1a736a8b3b
Author: Evan Rusackas <ev...@preset.io>
AuthorDate: Wed Sep 2 10:37:23 2020 -0700

    chore: removing fsevents dependency (#10751)
---
 superset-frontend/package-lock.json | 5 -----
 superset-frontend/package.json      | 1 -
 2 files changed, 6 deletions(-)

diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json
index 543034d..e39ac5a 100644
--- a/superset-frontend/package-lock.json
+++ b/superset-frontend/package-lock.json
@@ -25725,11 +25725,6 @@
       "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
       "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
     },
-    "fsevents": {
-      "version": "2.1.3",
-      "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz",
-      "integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ=="
-    },
     "function-bind": {
       "version": "1.1.1",
       "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
diff --git a/superset-frontend/package.json b/superset-frontend/package.json
index 7284ec3..5d50f3e 100644
--- a/superset-frontend/package.json
+++ b/superset-frontend/package.json
@@ -117,7 +117,6 @@
     "d3-scale": "^2.1.2",
     "dnd-core": "^2.6.0",
     "dom-to-image": "^2.6.0",
-    "fsevents": "^2.1.3",
     "geolib": "^2.0.24",
     "immutable": "^3.8.2",
     "interweave": "^11.2.0",