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 74b9146 Fixed: Upgrade Tomcat from 9.0.54 to 9.0.58 (OFBIZ-12539)
74b9146 is described below
commit 74b9146178481df76d4ffe8fc428ba43e0d9f939
Author: Jacques Le Roux <[email protected]>
AuthorDate: Wed Jan 26 12:52:28 2022 +0100
Fixed: Upgrade Tomcat from 9.0.54 to 9.0.58 (OFBIZ-12539)
Reverts changes in package.json accidentally committed
---
themes/common-theme/webapp/common/js/package.json | 33 +++++++++++------------
1 file changed, 15 insertions(+), 18 deletions(-)
diff --git a/themes/common-theme/webapp/common/js/package.json
b/themes/common-theme/webapp/common/js/package.json
index 429ade6..036a227 100644
--- a/themes/common-theme/webapp/common/js/package.json
+++ b/themes/common-theme/webapp/common/js/package.json
@@ -1,20 +1,17 @@
{
- "name": "ofbiz-framework",
- "description": "ofbiz-framework NPM dependencies configuration",
- "repository": "https://github.com/apache/ofbiz-framework.git",
- "license": "Apache-2.0",
- "dependencies": {
- "jquery": "^3.6.0",
- "jquery-migrate": "^3.3.2",
- "jquery-validation": "^1.19.3",
- "jquery.browser": "^0.1.0",
- "dompurify": "^2.3.4",
- "jquery-ui-dist": "^1.13.0",
- "trumbowyg": "^2.25.1",
- "flot": "^4.2.2",
- "@chinchilla-software/jquery-ui-timepicker-addon": "^1.6.3"
- },
- "scripts": {
- "lint": "jshint **.js --reporter checkstyle > checkstyle.xml"
- }
+ "name": "ofbiz-framework",
+ "description": "ofbiz-framework NPM dependencies configuration",
+ "repository": "https://github.com/apache/ofbiz-framework.git",
+ "license": "Apache-2.0",
+ "dependencies": {
+ "jquery": "^3.6.0",
+ "jquery-migrate": "^3.3.2",
+ "jquery-validation": "^1.19.3",
+ "jquery.browser": "^0.1.0",
+ "dompurify": "^2.3.4",
+ "jquery-ui-dist": "^1.13.0",
+ "trumbowyg": "^2.25.1",
+ "flot": "^4.2.2",
+ "@chinchilla-software/jquery-ui-timepicker-addon": "^1.6.3"
+ }
}