Skip to content

Commit 16bd209

Browse files
Merge pull request #145 from fusioncharts/red-9163-angular-fc-3.19
Red 9162 Angular-13 Peer Dependency : Fix
2 parents 586de8a + 55147b4 commit 16bd209

File tree

1 file changed

+39
-41
lines changed

1 file changed

+39
-41
lines changed

package.json

Lines changed: 39 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-fusioncharts",
3-
"version": "3.1.0",
3+
"version": "4.0.0",
44
"description": "A Simple and Lightweight Angular component for FusionCharts JavaScript Charting Library",
55
"scripts": {
66
"ng": "ng",
@@ -43,52 +43,50 @@
4343
},
4444
"main": "./dist/index.js",
4545
"dependencies": {
46-
"@angular/animations": "^4.0.0",
47-
"@angular/common": "^4.0.0",
48-
"@angular/compiler": "^4.0.0",
49-
"@angular/core": "^4.0.0",
50-
"@angular/forms": "^4.0.0",
51-
"@angular/http": "^4.0.0",
52-
"@angular/platform-browser": "^4.0.0",
53-
"@angular/platform-browser-dynamic": "^4.0.0",
54-
"@angular/router": "^4.0.0",
46+
"@angular/animations": "4.0.0 - 13.x",
47+
"@angular/common": "4.0.0 - 13.x",
48+
"@angular/compiler": "4.0.0 - 13.x",
49+
"@angular/core": "4.0.0 - 13.x",
50+
"@angular/forms": "4.0.0 - 13.x",
51+
"@angular/platform-browser": "4.0.0 - 13.x",
52+
"@angular/platform-browser-dynamic": "4.0.0 - 13.x",
53+
"@angular/router": "4.0.0 - 13.x",
5554
"angularjs2-tabs": "0.0.1-beta.1",
56-
"bootstrap": "^3.3.7",
57-
"core-js": "^2.4.1",
58-
"https-proxy-agent": "^2.2.4",
59-
"mixin-deep": "^1.3.2",
55+
"bootstrap": "3.3.7 - 5.x",
56+
"core-js": "2.4.1 - 3.x",
57+
"https-proxy-agent": "2.2.4 - 5.x",
58+
"mixin-deep": "1.3.2 - 2.x",
6059
"prismjs": "^1.6.0",
61-
"rxjs": "^5.4.1",
60+
"rxjs": "5.4.1 - 8.x",
61+
"tslib": "^2.0.0",
6262
"websocket-extensions": "^0.1.4",
63-
"ws": "^3.3.3",
64-
"zone.js": "^0.8.14"
63+
"ws": "3.3.3 - 8.x",
64+
"zone.js": "~0.11.0"
6565
},
6666
"devDependencies": {
67-
"@angular/cli": "1.2.4",
68-
"@angular/compiler-cli": "^4.0.0",
69-
"@angular/language-service": "^4.0.0",
70-
"@types/codemirror": "0.0.58",
71-
"@types/jasmine": "~2.5.53",
67+
"@angular-devkit/build-angular": "0.x - 13.x",
68+
"@angular/cli": "4.0.0 - 13.x",
69+
"@angular/compiler-cli": "4.0.0 - 13.x",
70+
"@angular/language-service": "4.0.0 - 13.x",
71+
"@types/codemirror": "0.0.58 - 5.x",
72+
"@types/jasmine": "2.5.53 - 4.x",
7273
"@types/jasminewd2": "~2.0.2",
73-
"@types/node": "~6.0.60",
74-
"codelyzer": "~3.0.1",
75-
"codemirror": "^5.39.2",
76-
"fusioncharts": "^3.14.0-sr.1",
77-
"jasmine-core": "~2.6.2",
78-
"jasmine-spec-reporter": "~4.1.0",
79-
"karma": "^3.0.0",
80-
"karma-chrome-launcher": "~2.1.1",
81-
"karma-cli": "~1.0.1",
82-
"karma-coverage-istanbul-reporter": "^1.2.1",
83-
"karma-jasmine": "~1.1.0",
84-
"karma-jasmine-html-reporter": "^0.2.2",
85-
"ng2-codemirror": "^1.1.3",
86-
"prismjs": "^1.6.0",
87-
"protractor": "^5.4.0",
88-
"rollup": "^0.45.2",
89-
"ts-node": "~3.0.4",
90-
"tslint": "~5.3.2",
91-
"typescript": "2.9.2"
74+
"@types/node": "6.0.60 - 17.x",
75+
"fusioncharts": "^3.18.0",
76+
"jasmine-core": "2.6.2 - 4.x",
77+
"jasmine-spec-reporter": "4.1.0 - 7.x",
78+
"karma": "3.0.0 - 6.x",
79+
"karma-chrome-launcher": "2.1.1 - 3.x",
80+
"karma-cli": "1.0.1 - 2.x",
81+
"karma-coverage-istanbul-reporter": "1.2.1 - 3.x",
82+
"karma-jasmine": "1.1.0 - 5.x",
83+
"karma-jasmine-html-reporter": "0.2.2 - 1.x",
84+
"prismjs": "1.6.0 - 1.x",
85+
"protractor": "5.4.0 - 7.x",
86+
"rollup": "0.45.2 - 2.x",
87+
"ts-node": "3.0.4 - 10.x",
88+
"tslint": "5.3.2 - 6.x",
89+
"typescript": "2.9.2 - 4.x"
9290
},
9391
"engines": {
9492
"node": ">=4.4.1"

0 commit comments

Comments
 (0)