diff --git a/msa/js-executor/package-lock.json b/msa/js-executor/package-lock.json index 63eddd7699..78e7a8eab6 100644 --- a/msa/js-executor/package-lock.json +++ b/msa/js-executor/package-lock.json @@ -1,6 +1,6 @@ { "name": "thingsboard-js-executor", - "version": "2.4.3", + "version": "3.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/msa/web-ui/package-lock.json b/msa/web-ui/package-lock.json index 34e9cb08a2..8434a2e38b 100644 --- a/msa/web-ui/package-lock.json +++ b/msa/web-ui/package-lock.json @@ -1,6 +1,6 @@ { "name": "thingsboard-web-ui", - "version": "2.4.3", + "version": "3.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/ui-ngx/angular.json b/ui-ngx/angular.json index 2ca77a91ec..9d00aa421d 100644 --- a/ui-ngx/angular.json +++ b/ui-ngx/angular.json @@ -47,7 +47,6 @@ ] }, "scripts": [ - "node_modules/javascript-detect-element-resize/detect-element-resize.js", "node_modules/jquery/dist/jquery.min.js", "node_modules/jquery.terminal/js/jquery.terminal.min.js", "node_modules/flot/lib/jquery.colorhelpers.js", diff --git a/ui-ngx/package.json b/ui-ngx/package.json index 0825a659e8..7e5ad6a8ec 100644 --- a/ui-ngx/package.json +++ b/ui-ngx/package.json @@ -50,7 +50,6 @@ "flot": "git://github.com/thingsboard/flot.git#0.9-work", "flot.curvedlines": "git://github.com/MichaelZinsmaier/CurvedLines.git#master", "font-awesome": "^4.7.0", - "javascript-detect-element-resize": "^0.5.3", "jquery": "^3.5.0", "jquery.terminal": "^2.15.4", "js-beautify": "^1.11.0",