From 7077d7663125a763e6cae99b598883c73780de29 Mon Sep 17 00:00:00 2001 From: suresh kumar Date: Wed, 18 May 2022 12:55:42 +0530 Subject: [PATCH 1/9] updated the configuration details in package.json --- package.json | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index 5534e72..4a6b197 100644 --- a/package.json +++ b/package.json @@ -43,37 +43,36 @@ }, "main": "./dist/index.js", "dependencies": { - "@angular/animations": "^4.0.0", - "@angular/common": "^4.0.0", - "@angular/compiler": "^4.0.0", - "@angular/core": "^4.0.0", - "@angular/forms": "^4.0.0", - "@angular/http": "^4.0.0", - "@angular/platform-browser": "^4.0.0", - "@angular/platform-browser-dynamic": "^4.0.0", - "@angular/router": "^4.0.0", + "@angular/animations": "^4.0.0 || ~12.0.0 ~13.3.0", + "@angular/common": "^4.0.0 || ~12.0.0 ~13.3.0", + "@angular/compiler": "^2.3.1 || >=4.0.0-beta ~13.3.0", + "@angular/core": "^4.0.0 || ~12.0.0 ~13.3.0", + "@angular/forms": "^4.0.0 || ~12.0.0 ~13.3.0", + "@angular/platform-browser": "^4.0.0 || ~12.0.0 ~13.3.0", + "@angular/platform-browser-dynamic": "^4.0.0 || ~12.0.0 ~13.3.0", + "@angular/router": "^4.0.0 || ~12.0.0", "angularjs2-tabs": "0.0.1-beta.1", "bootstrap": "^3.3.7", "core-js": "^2.4.1", "https-proxy-agent": "^2.2.4", "mixin-deep": "^1.3.2", "prismjs": "^1.6.0", - "rxjs": "^5.4.1", + "rxjs": "^5.4.1 || ~6.5.3 ~7.5.0", "websocket-extensions": "^0.1.4", "ws": "^3.3.3", - "zone.js": "^0.8.14" + "tslib": "^2.3.0", + "zone.js": "~0.11.4" }, "devDependencies": { - "@angular/cli": "1.2.4", - "@angular/compiler-cli": "^4.0.0", + "@angular-devkit/build-angular": "~12.* || ~13.3.0", + "@angular/cli": "1.2.4 || ~12.0.0 ~13.3.0", + "@angular/compiler-cli": "^4.0.0 || ~12.0.0 ~13.3.0", "@angular/language-service": "^4.0.0", "@types/codemirror": "0.0.58", "@types/jasmine": "~2.5.53", "@types/jasminewd2": "~2.0.2", "@types/node": "~6.0.60", - "codelyzer": "~3.0.1", - "codemirror": "^5.39.2", - "fusioncharts": "^3.14.0-sr.1", + "fusioncharts": "^3.18", "jasmine-core": "~2.6.2", "jasmine-spec-reporter": "~4.1.0", "karma": "^3.0.0", @@ -82,13 +81,12 @@ "karma-coverage-istanbul-reporter": "^1.2.1", "karma-jasmine": "~1.1.0", "karma-jasmine-html-reporter": "^0.2.2", - "ng2-codemirror": "^1.1.3", "prismjs": "^1.6.0", "protractor": "^5.4.0", "rollup": "^0.45.2", "ts-node": "~3.0.4", "tslint": "~5.3.2", - "typescript": "2.9.2" + "typescript": "2.9.2 || ~4.2.3 ~4.6.2" }, "engines": { "node": ">=4.4.1" From ae3da5d39083970b5a86108eb2cf7454922a93f2 Mon Sep 17 00:00:00 2001 From: suresh kumar Date: Wed, 18 May 2022 21:27:07 +0530 Subject: [PATCH 2/9] updated fc version 3.19 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a6b197..1bdf233 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@types/jasmine": "~2.5.53", "@types/jasminewd2": "~2.0.2", "@types/node": "~6.0.60", - "fusioncharts": "^3.18", + "fusioncharts": "^3.19.0", "jasmine-core": "~2.6.2", "jasmine-spec-reporter": "~4.1.0", "karma": "^3.0.0", From 46d8113294d70912dc38ecd6016b4a2b47bf9db1 Mon Sep 17 00:00:00 2001 From: suresh kumar Date: Fri, 20 May 2022 16:53:22 +0530 Subject: [PATCH 3/9] config update --- package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 1bdf233..6c41c48 100644 --- a/package.json +++ b/package.json @@ -43,13 +43,13 @@ }, "main": "./dist/index.js", "dependencies": { - "@angular/animations": "^4.0.0 || ~12.0.0 ~13.3.0", - "@angular/common": "^4.0.0 || ~12.0.0 ~13.3.0", - "@angular/compiler": "^2.3.1 || >=4.0.0-beta ~13.3.0", - "@angular/core": "^4.0.0 || ~12.0.0 ~13.3.0", - "@angular/forms": "^4.0.0 || ~12.0.0 ~13.3.0", - "@angular/platform-browser": "^4.0.0 || ~12.0.0 ~13.3.0", - "@angular/platform-browser-dynamic": "^4.0.0 || ~12.0.0 ~13.3.0", + "@angular/animations": "^4.0.0 || ~12.0.0 ~13.*", + "@angular/common": "^4.0.0 || ~12.0.0 ~13.*", + "@angular/compiler": "^2.3.1 || >=4.0.0-beta ~13.*", + "@angular/core": "^4.0.0 || ~12.0.0 ~13.*", + "@angular/forms": "^4.0.0 || ~12.0.0 ~13.*", + "@angular/platform-browser": "^4.0.0 || ~12.0.0 ~13.*", + "@angular/platform-browser-dynamic": "^4.0.0 || ~12.0.0 ~13.*", "@angular/router": "^4.0.0 || ~12.0.0", "angularjs2-tabs": "0.0.1-beta.1", "bootstrap": "^3.3.7", @@ -64,8 +64,8 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "~12.* || ~13.3.0", - "@angular/cli": "1.2.4 || ~12.0.0 ~13.3.0", + "@angular-devkit/build-angular": "~12.* || ~13.*", + "@angular/cli": "1.2.4 || ~12.0.0 ~13.*", "@angular/compiler-cli": "^4.0.0 || ~12.0.0 ~13.3.0", "@angular/language-service": "^4.0.0", "@types/codemirror": "0.0.58", @@ -86,7 +86,7 @@ "rollup": "^0.45.2", "ts-node": "~3.0.4", "tslint": "~5.3.2", - "typescript": "2.9.2 || ~4.2.3 ~4.6.2" + "typescript": "2.9.2 || ~4.2.3 ~4.*" }, "engines": { "node": ">=4.4.1" From 499ffc2c2922d2df21caa85d5fe0d89fc2ddbd42 Mon Sep 17 00:00:00 2001 From: suresh kumar Date: Fri, 20 May 2022 18:20:55 +0530 Subject: [PATCH 4/9] config changes --- package.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 6c41c48..f53d985 100644 --- a/package.json +++ b/package.json @@ -43,35 +43,35 @@ }, "main": "./dist/index.js", "dependencies": { - "@angular/animations": "^4.0.0 || ~12.0.0 ~13.*", - "@angular/common": "^4.0.0 || ~12.0.0 ~13.*", - "@angular/compiler": "^2.3.1 || >=4.0.0-beta ~13.*", - "@angular/core": "^4.0.0 || ~12.0.0 ~13.*", - "@angular/forms": "^4.0.0 || ~12.0.0 ~13.*", - "@angular/platform-browser": "^4.0.0 || ~12.0.0 ~13.*", - "@angular/platform-browser-dynamic": "^4.0.0 || ~12.0.0 ~13.*", - "@angular/router": "^4.0.0 || ~12.0.0", + "@angular/animations": "^4.0.0 || ^12.0.0 ^13.0.0", + "@angular/common": "^4.0.0 || ^12.0.0 ^13.0.0", + "@angular/compiler": "^2.3.1 || >=4.0.0-beta ^13.0.0", + "@angular/core": "^4.0.0 || ^12.0.0 ^13.0.0", + "@angular/forms": "^4.0.0 || ^12.0.0 ^13.0.0", + "@angular/platform-browser": "^4.0.0 || ^12.0.0 ^13.0.0", + "@angular/platform-browser-dynamic": "^4.0.0 || ^12.0.0 ^13.0.0", + "@angular/router": "^4.0.0 || ^12.0.0", "angularjs2-tabs": "0.0.1-beta.1", "bootstrap": "^3.3.7", "core-js": "^2.4.1", "https-proxy-agent": "^2.2.4", "mixin-deep": "^1.3.2", "prismjs": "^1.6.0", - "rxjs": "^5.4.1 || ~6.5.3 ~7.5.0", + "rxjs": "^5.4.1 || ^6.0.0 ^7.0.0", "websocket-extensions": "^0.1.4", "ws": "^3.3.3", "tslib": "^2.3.0", "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "~12.* || ~13.*", - "@angular/cli": "1.2.4 || ~12.0.0 ~13.*", - "@angular/compiler-cli": "^4.0.0 || ~12.0.0 ~13.3.0", + "@angular-devkit/build-angular": "^12.0.0 || ^13.0.0", + "@angular/cli": "1.2.4 || ^12.0.0 ^13.0.0", + "@angular/compiler-cli": "^4.0.0 || ^12.0.0 ^13.0.0", "@angular/language-service": "^4.0.0", "@types/codemirror": "0.0.58", "@types/jasmine": "~2.5.53", "@types/jasminewd2": "~2.0.2", - "@types/node": "~6.0.60", + "@types/node": "~6.0.60 || ^12.4.0 ^14.0.0", "fusioncharts": "^3.19.0", "jasmine-core": "~2.6.2", "jasmine-spec-reporter": "~4.1.0", @@ -86,7 +86,7 @@ "rollup": "^0.45.2", "ts-node": "~3.0.4", "tslint": "~5.3.2", - "typescript": "2.9.2 || ~4.2.3 ~4.*" + "typescript": "2.9.2 || ^4.0.0" }, "engines": { "node": ">=4.4.1" From f5c7a526b7e967a1bb058dabeab251d96cc156a0 Mon Sep 17 00:00:00 2001 From: suresh kumar Date: Mon, 23 May 2022 12:43:36 +0530 Subject: [PATCH 5/9] updating config for angular 13 --- package.json | 49 +++++++++++++++++++------------------------------ 1 file changed, 19 insertions(+), 30 deletions(-) diff --git a/package.json b/package.json index f53d985..726906f 100644 --- a/package.json +++ b/package.json @@ -43,41 +43,30 @@ }, "main": "./dist/index.js", "dependencies": { - "@angular/animations": "^4.0.0 || ^12.0.0 ^13.0.0", - "@angular/common": "^4.0.0 || ^12.0.0 ^13.0.0", - "@angular/compiler": "^2.3.1 || >=4.0.0-beta ^13.0.0", - "@angular/core": "^4.0.0 || ^12.0.0 ^13.0.0", - "@angular/forms": "^4.0.0 || ^12.0.0 ^13.0.0", - "@angular/platform-browser": "^4.0.0 || ^12.0.0 ^13.0.0", - "@angular/platform-browser-dynamic": "^4.0.0 || ^12.0.0 ^13.0.0", - "@angular/router": "^4.0.0 || ^12.0.0", - "angularjs2-tabs": "0.0.1-beta.1", - "bootstrap": "^3.3.7", - "core-js": "^2.4.1", - "https-proxy-agent": "^2.2.4", - "mixin-deep": "^1.3.2", - "prismjs": "^1.6.0", - "rxjs": "^5.4.1 || ^6.0.0 ^7.0.0", - "websocket-extensions": "^0.1.4", - "ws": "^3.3.3", + "@angular/animations": "^13.0.0", + "@angular/common": "^13.0.0", + "@angular/compiler": "^13.0.0", + "@angular/core": "^13.0.0", + "@angular/forms": "^13.0.0", + "@angular/platform-browser": "^13.0.0", + "@angular/platform-browser-dynamic": "^13.0.0", + "@angular/router": "^13.0.0", + "rxjs": "^7.0.0", "tslib": "^2.3.0", "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "^12.0.0 || ^13.0.0", - "@angular/cli": "1.2.4 || ^12.0.0 ^13.0.0", - "@angular/compiler-cli": "^4.0.0 || ^12.0.0 ^13.0.0", - "@angular/language-service": "^4.0.0", - "@types/codemirror": "0.0.58", - "@types/jasmine": "~2.5.53", - "@types/jasminewd2": "~2.0.2", - "@types/node": "~6.0.60 || ^12.4.0 ^14.0.0", + "@angular-devkit/build-angular": "^13.0.0", + "@angular/cli": "^13.0.0", + "@angular/compiler-cli": "^13.0.0", + "@types/jasmine": "^3.0.0", + "@types/node": "^12.0.0", "fusioncharts": "^3.19.0", - "jasmine-core": "~2.6.2", - "jasmine-spec-reporter": "~4.1.0", - "karma": "^3.0.0", - "karma-chrome-launcher": "~2.1.1", + "jasmine-core": "^4.0.0", + "karma": "^6.0.0", + "karma-chrome-launcher": "^3.0.0", "karma-cli": "~1.0.1", + "karma-chrome-launcher": "~3.1.0", "karma-coverage-istanbul-reporter": "^1.2.1", "karma-jasmine": "~1.1.0", "karma-jasmine-html-reporter": "^0.2.2", @@ -86,7 +75,7 @@ "rollup": "^0.45.2", "ts-node": "~3.0.4", "tslint": "~5.3.2", - "typescript": "2.9.2 || ^4.0.0" + "typescript": "^4.0.0" }, "engines": { "node": ">=4.4.1" From 4b650774493de6ffadd32633f8fa6bdf7e103da4 Mon Sep 17 00:00:00 2001 From: suresh kumar Date: Mon, 23 May 2022 13:26:36 +0530 Subject: [PATCH 6/9] remove protector --- package.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/package.json b/package.json index 726906f..ae88a3d 100644 --- a/package.json +++ b/package.json @@ -65,16 +65,6 @@ "jasmine-core": "^4.0.0", "karma": "^6.0.0", "karma-chrome-launcher": "^3.0.0", - "karma-cli": "~1.0.1", - "karma-chrome-launcher": "~3.1.0", - "karma-coverage-istanbul-reporter": "^1.2.1", - "karma-jasmine": "~1.1.0", - "karma-jasmine-html-reporter": "^0.2.2", - "prismjs": "^1.6.0", - "protractor": "^5.4.0", - "rollup": "^0.45.2", - "ts-node": "~3.0.4", - "tslint": "~5.3.2", "typescript": "^4.0.0" }, "engines": { From 4bd63ee5f5e61e1614d904b18488ee39976ccb0d Mon Sep 17 00:00:00 2001 From: suresh kumar Date: Tue, 24 May 2022 14:43:31 +0530 Subject: [PATCH 7/9] package config --- package.json | 61 +++++++++++++++++++++++++++++++++++----------------- 1 file changed, 41 insertions(+), 20 deletions(-) diff --git a/package.json b/package.json index ae88a3d..b728d6a 100644 --- a/package.json +++ b/package.json @@ -43,29 +43,50 @@ }, "main": "./dist/index.js", "dependencies": { - "@angular/animations": "^13.0.0", - "@angular/common": "^13.0.0", - "@angular/compiler": "^13.0.0", - "@angular/core": "^13.0.0", - "@angular/forms": "^13.0.0", - "@angular/platform-browser": "^13.0.0", - "@angular/platform-browser-dynamic": "^13.0.0", - "@angular/router": "^13.0.0", - "rxjs": "^7.0.0", - "tslib": "^2.3.0", - "zone.js": "~0.11.4" + "@angular/animations": "4.0.0 - 13.x", + "@angular/common": "4.0.0 - 13.x", + "@angular/compiler": "4.0.0 - 13.x", + "@angular/core": "4.0.0 - 13.x", + "@angular/forms": "4.0.0 - 13.x", + "@angular/platform-browser": "4.0.0 - 13.x", + "@angular/platform-browser-dynamic": "4.0.0 - 13.x", + "@angular/router": "4.0.0 - 13.x", + "angularjs2-tabs": "0.0.1-beta.1", + "bootstrap": "3.3.7 - 5.x", + "core-js": "2.4.1 - 3.x", + "https-proxy-agent": "2.2.4 - 5.x", + "mixin-deep": "1.3.2 - 2.x", + "prismjs": "^1.6.0", + "rxjs": "5.4.1 - 8.x", + "tslib": "^2.0.0", + "websocket-extensions": "^0.1.4", + "ws": "3.3.3 - 8.x", + "zone.js": "~0.11.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^13.0.0", - "@angular/cli": "^13.0.0", - "@angular/compiler-cli": "^13.0.0", - "@types/jasmine": "^3.0.0", - "@types/node": "^12.0.0", + "@angular-devkit/build-angular": "0.x - 13.x", + "@angular/cli": "4.0.0 - 13.x", + "@angular/compiler-cli": "4.0.0 - 13.x", + "@angular/language-service": "4.0.0 - 13.x", + "@types/codemirror": "0.0.58 - 5.x", + "@types/jasmine": "2.5.53 - 4.x", + "@types/jasminewd2": "~2.0.2", + "@types/node": "6.0.60 - 17.x", "fusioncharts": "^3.19.0", - "jasmine-core": "^4.0.0", - "karma": "^6.0.0", - "karma-chrome-launcher": "^3.0.0", - "typescript": "^4.0.0" + "jasmine-core": "2.6.2 - 4.x", + "jasmine-spec-reporter": "4.1.0 - 7.x", + "karma": "3.0.0 - 6.x", + "karma-chrome-launcher": "2.1.1 - 3.x", + "karma-cli": "1.0.1 - 2.x", + "karma-coverage-istanbul-reporter": "1.2.1 - 3.x", + "karma-jasmine": "1.1.0 - 5.x", + "karma-jasmine-html-reporter": "0.2.2 - 1.x", + "prismjs": "1.6.0 - 1.x", + "protractor": "5.4.0 - 7.x", + "rollup": "0.45.2 - 2.x", + "ts-node": "3.0.4 - 10.x", + "tslint": "5.3.2 - 6.x", + "typescript": "2.9.2 - 4.x" }, "engines": { "node": ">=4.4.1" From cef72a3681929404037c3d5ca6cfd858717b54a5 Mon Sep 17 00:00:00 2001 From: suresh kumar Date: Tue, 31 May 2022 15:18:15 +0530 Subject: [PATCH 8/9] updated version 4.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b728d6a..f4f1abd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-fusioncharts", - "version": "3.1.0", + "version": "4.0.0", "description": "A Simple and Lightweight Angular component for FusionCharts JavaScript Charting Library", "scripts": { "ng": "ng", From 55147b4d191490c264ddd10f301b066984eee559 Mon Sep 17 00:00:00 2001 From: suresh kumar Date: Tue, 31 May 2022 16:25:49 +0530 Subject: [PATCH 9/9] fusionChart version update to 3.18 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f4f1abd..a344b88 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@types/jasmine": "2.5.53 - 4.x", "@types/jasminewd2": "~2.0.2", "@types/node": "6.0.60 - 17.x", - "fusioncharts": "^3.19.0", + "fusioncharts": "^3.18.0", "jasmine-core": "2.6.2 - 4.x", "jasmine-spec-reporter": "4.1.0 - 7.x", "karma": "3.0.0 - 6.x",