You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by yj...@apache.org on 2020/09/15 00:50:28 UTC

[incubator-superset] branch master updated: chore: clean up aphrodite (#10883)

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

yjc 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 4502690  chore: clean up aphrodite (#10883)
4502690 is described below

commit 4502690ef9d02fb2922f2f53d6bbd778e3fe24a1
Author: Jesse Yang <je...@airbnb.com>
AuthorDate: Mon Sep 14 17:47:39 2020 -0700

    chore: clean up aphrodite (#10883)
---
 superset-frontend/package-lock.json | 20 --------------------
 superset-frontend/package.json      |  1 -
 2 files changed, 21 deletions(-)

diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json
index e7633b2..6b3df98 100644
--- a/superset-frontend/package-lock.json
+++ b/superset-frontend/package-lock.json
@@ -18671,26 +18671,6 @@
         "normalize-path": "^2.1.1"
       }
     },
-    "aphrodite": {
-      "version": "2.3.1",
-      "resolved": "https://registry.npmjs.org/aphrodite/-/aphrodite-2.3.1.tgz",
-      "integrity": "sha512-hwRxpYarrHLRti62RlWplK3A1bDkh4dw5jjDh4Xvra6z45B5yx9Rqsiaw3duELCI/FLOYxlxVe1bysRpIw5X1Q==",
-      "requires": {
-        "asap": "^2.0.3",
-        "inline-style-prefixer": "^5.0.4",
-        "string-hash": "^1.1.3"
-      },
-      "dependencies": {
-        "inline-style-prefixer": {
-          "version": "5.1.0",
-          "resolved": "https://registry.npmjs.org/inline-style-prefixer/-/inline-style-prefixer-5.1.0.tgz",
-          "integrity": "sha512-giteQHPMrApQOSjNSjteO5ZGSGMRf9gas14fRy2lg2buSc1nRnj6o6xuNds5cMTKrkncyrTu3gJn/yflFMVdmg==",
-          "requires": {
-            "css-in-js-utils": "^2.0.0"
-          }
-        }
-      }
-    },
     "app-root-dir": {
       "version": "1.0.2",
       "resolved": "https://registry.npmjs.org/app-root-dir/-/app-root-dir-1.0.2.tgz",
diff --git a/superset-frontend/package.json b/superset-frontend/package.json
index a03c391..79069ef 100644
--- a/superset-frontend/package.json
+++ b/superset-frontend/package.json
@@ -94,7 +94,6 @@
     "@vx/responsive": "^0.0.195",
     "abortcontroller-polyfill": "^1.1.9",
     "antd": "^4.5.2",
-    "aphrodite": "^2.3.1",
     "array-move": "^2.2.1",
     "bootstrap": "^3.4.1",
     "bootstrap-slider": "^10.0.0",