Skip to content

Commit

Permalink
Merge pull request #145 from fusioncharts/red-9163-angular-fc-3.19
Browse files Browse the repository at this point in the history
Red 9162 Angular-13 Peer Dependency : Fix
  • Loading branch information
Sureshsangra19 committed Jun 1, 2022
2 parents 586de8a + 55147b4 commit 16bd209
Showing 1 changed file with 39 additions and 41 deletions.
80 changes: 39 additions & 41 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -43,52 +43,50 @@
},
"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 - 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",
"core-js": "^2.4.1",
"https-proxy-agent": "^2.2.4",
"mixin-deep": "^1.3.2",
"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",
"rxjs": "5.4.1 - 8.x",
"tslib": "^2.0.0",
"websocket-extensions": "^0.1.4",
"ws": "^3.3.3",
"zone.js": "^0.8.14"
"ws": "3.3.3 - 8.x",
"zone.js": "~0.11.0"
},
"devDependencies": {
"@angular/cli": "1.2.4",
"@angular/compiler-cli": "^4.0.0",
"@angular/language-service": "^4.0.0",
"@types/codemirror": "0.0.58",
"@types/jasmine": "~2.5.53",
"@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",
"codelyzer": "~3.0.1",
"codemirror": "^5.39.2",
"fusioncharts": "^3.14.0-sr.1",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",
"karma": "^3.0.0",
"karma-chrome-launcher": "~2.1.1",
"karma-cli": "~1.0.1",
"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"
"@types/node": "6.0.60 - 17.x",
"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",
"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"
Expand Down

0 comments on commit 16bd209

Please sign in to comment.