angular-fusioncharts
angular-fusioncharts copied to clipboard
Update dependencies or use a range
Could be possible to update the dependencies or, if Angular 4 still necessary, make a dep range like the following?
"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",
"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",
"websocket-extensions": "^0.1.4",
"ws": "^3.3.3",
"zone.js": ">=0.8.14"
},