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 2024/02/03 06:54:33 UTC

(superset) branch docs-package-fixes updated: taking babel out of devDeps

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

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


The following commit(s) were added to refs/heads/docs-package-fixes by this push:
     new 2b8ee7539b taking babel out of devDeps
2b8ee7539b is described below

commit 2b8ee7539ba9e0337925055c68254d7be6ca0137
Author: Evan Rusackas <ev...@rusackas.com>
AuthorDate: Fri Feb 2 23:54:24 2024 -0700

    taking babel out of devDeps
---
 docs/package.json | 1 -
 docs/yarn.lock    | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/package.json b/docs/package.json
index 0c073f521f..76767ddc83 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -45,7 +45,6 @@
     "url-loader": "^4.1.1"
   },
   "devDependencies": {
-    "@babel/core": "^7.23.9",
     "@docusaurus/module-type-aliases": "^3.1.1",
     "@tsconfig/docusaurus": "^2.0.2",
     "@types/react": "^17.0.42",
diff --git a/docs/yarn.lock b/docs/yarn.lock
index 0b5c5b02ad..eb517b6bdd 100644
--- a/docs/yarn.lock
+++ b/docs/yarn.lock
@@ -216,7 +216,7 @@
     semver "^5.4.1"
     source-map "^0.5.0"
 
-"@babel/core@^7.18.6", "@babel/core@^7.19.6", "@babel/core@^7.21.3", "@babel/core@^7.23.9":
+"@babel/core@^7.18.6", "@babel/core@^7.19.6", "@babel/core@^7.21.3":
   version "7.23.9"
   resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.9.tgz#b028820718000f267870822fec434820e9b1e4d1"
   integrity sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw==