You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/04/19 04:52:18 UTC

[pulsar-manager] branch master updated: fix: dependencies fix for webpack and npm version limit (#457)

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

urfree pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-manager.git


The following commit(s) were added to refs/heads/master by this push:
     new 0600d64  fix: dependencies fix for webpack and npm version limit (#457)
0600d64 is described below

commit 0600d64b046182875419b7b4026561e6e6a88c67
Author: Li Li <ur...@apache.org>
AuthorDate: Tue Apr 19 12:52:14 2022 +0800

    fix: dependencies fix for webpack and npm version limit (#457)
---
 front-end/package.json | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/front-end/package.json b/front-end/package.json
index 4f1c67f..744543f 100644
--- a/front-end/package.json
+++ b/front-end/package.json
@@ -112,10 +112,12 @@
     "webpack": "4.16.5",
     "webpack-cli": "3.1.0",
     "webpack-dev-server": "3.2.1",
-    "webpack-merge": "4.1.4"
+    "webpack-merge": "4.1.4",
+    "script-ext-html-webpack-plugin": "^2.1.5"
   },
   "engines": {
-    "node": ">=12.0.0 <=12.22.10"
+    "node": ">=12.0.0 <=12.22.10",
+    "npm": ">=6.14.16"
   },
   "browserslist": [
     "> 1%",