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

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


The following commit(s) were added to refs/heads/master by this push:
     new 793fbac405 chore(cleanup): removing accidentally committed 
package/lock files. (#32365)
793fbac405 is described below

commit 793fbac405d85c62234385ef1faa8129fb8ad4d6
Author: Evan Rusackas <e...@preset.io>
AuthorDate: Tue Feb 25 09:33:42 2025 -0700

    chore(cleanup): removing accidentally committed package/lock files. (#32365)
---
 package-lock.json | 46 ----------------------------------------------
 package.json      |  6 ------
 2 files changed, 52 deletions(-)

diff --git a/package-lock.json b/package-lock.json
deleted file mode 100644
index 8e2fae1b19..0000000000
--- a/package-lock.json
+++ /dev/null
@@ -1,46 +0,0 @@
-{
-  "name": "superset",
-  "lockfileVersion": 3,
-  "requires": true,
-  "packages": {
-    "": {
-      "devDependencies": {
-        "@types/react-resizable": "^3.0.8",
-        "@types/react-syntax-highlighter": "^15.5.13"
-      }
-    },
-    "node_modules/@types/react": {
-      "version": "19.0.10",
-      "resolved": 
"https://registry.npmjs.org/@types/react/-/react-19.0.10.tgz";,
-      "integrity": 
"sha512-JuRQ9KXLEjaUNjTWpzuR231Z2WpIwczOkBEIvbHNCzQefFIT0L8IqE6NV6ULLyC1SI/i234JnDoMkfg+RjQj2g==",
-      "dev": true,
-      "dependencies": {
-        "csstype": "^3.0.2"
-      }
-    },
-    "node_modules/@types/react-resizable": {
-      "version": "3.0.8",
-      "resolved": 
"https://registry.npmjs.org/@types/react-resizable/-/react-resizable-3.0.8.tgz";,
-      "integrity": 
"sha512-Pcvt2eGA7KNXldt1hkhVhAgZ8hK41m0mp89mFgQi7LAAEZiaLgm4fHJ5zbJZ/4m2LVaAyYrrRRv1LHDcrGQanA==",
-      "dev": true,
-      "dependencies": {
-        "@types/react": "*"
-      }
-    },
-    "node_modules/@types/react-syntax-highlighter": {
-      "version": "15.5.13",
-      "resolved": 
"https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.13.tgz";,
-      "integrity": 
"sha512-uLGJ87j6Sz8UaBAooU0T6lWJ0dBmjZgN1PZTrj05TNql2/XpC6+4HhMT5syIdFUUt+FASfCeLLv4kBygNU+8qA==",
-      "dev": true,
-      "dependencies": {
-        "@types/react": "*"
-      }
-    },
-    "node_modules/csstype": {
-      "version": "3.1.3",
-      "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz";,
-      "integrity": 
"sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
-      "dev": true
-    }
-  }
-}
diff --git a/package.json b/package.json
deleted file mode 100644
index b65870b101..0000000000
--- a/package.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
-  "devDependencies": {
-    "@types/react-resizable": "^3.0.8",
-    "@types/react-syntax-highlighter": "^15.5.13"
-  }
-}

Reply via email to