You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2022/07/28 07:55:08 UTC

[ofbiz-framework] branch trunk updated: Improved: change uglify-js to real version number

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

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new b7b981993c Improved: change uglify-js to real version number
b7b981993c is described below

commit b7b981993ccc218fc3c53700ee24847b51016894
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Thu Jul 28 09:55:38 2022 +0200

    Improved: change uglify-js to real version number
    
    "latest" was preventing updates in trunk demo (merge conflict)
---
 themes/common-theme/webapp/common-theme/js/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/common-theme/webapp/common-theme/js/package.json b/themes/common-theme/webapp/common-theme/js/package.json
index d4b33b47fa..de2988912a 100644
--- a/themes/common-theme/webapp/common-theme/js/package.json
+++ b/themes/common-theme/webapp/common-theme/js/package.json
@@ -13,7 +13,7 @@
         "trumbowyg": "^2.25.1",
         "flot": "^4.2.2",
         "@chinchilla-software/jquery-ui-timepicker-addon": "^1.6.3",
-        "uglify-js": "latest"
+        "uglify-js": "3.16.3"
     },
     "scripts": {
         "uglify": "uglifyjs node_modules/flot/dist/es5/jquery.flot.js -c -m -o node_modules/flot/dist/es5/jquery.flot.min.js"