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 2021/02/11 18:50:18 UTC

[superset] branch master updated: chore: lock down npm to v6 (#13069)

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/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 6bc28a0  chore: lock down npm to v6 (#13069)
6bc28a0 is described below

commit 6bc28a087c85466f206d64487e49203dfdba8e2c
Author: Jesse Yang <je...@airbnb.com>
AuthorDate: Thu Feb 11 08:49:34 2021 -1000

    chore: lock down npm to v6 (#13069)
---
 superset-frontend/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-frontend/package.json b/superset-frontend/package.json
index e141572..823fb38 100644
--- a/superset-frontend/package.json
+++ b/superset-frontend/package.json
@@ -57,7 +57,7 @@
   ],
   "engines": {
     "node": ">= 12.18.3 < 13",
-    "npm": ">= 6.14.8"
+    "npm": ">= 6.14.8 < 7"
   },
   "homepage": "https://superset.apache.org/",
   "dependencies": {