You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2022/10/30 08:36:59 UTC

[superset] branch master updated: fix: bump expected npm version in superset-websocket (#21973)

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

villebro 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 3ea8f20f71 fix: bump expected npm version in superset-websocket (#21973)
3ea8f20f71 is described below

commit 3ea8f20f710ceb5e37e7c2147332536d4df31333
Author: Richard Gebhardt <ge...@redhat.com>
AuthorDate: Sun Oct 30 04:36:50 2022 -0400

    fix: bump expected npm version in superset-websocket (#21973)
    
    Signed-off-by: Richard Gebhardt <ge...@redhat.com>
---
 superset-websocket/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-websocket/package.json b/superset-websocket/package.json
index 2800dd376e..bcaad0d7c5 100644
--- a/superset-websocket/package.json
+++ b/superset-websocket/package.json
@@ -43,6 +43,6 @@
   },
   "engines": {
     "node": "^16.9.1",
-    "npm": "^7.5.4"
+    "npm": "^7.5.4 || ^8.1.2"
   }
 }