Update dependencies: angular and ngx-charts
parent
1f308ec3a5
commit
694edc7afe
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "opt-cc",
|
||||
"version": "1.8.4",
|
||||
"version": "1.8.5",
|
||||
"author": "Florian Hartwich <hardi@noarch.de>",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -15,24 +15,24 @@
|
|||
"e2e": "ng e2e --serve=false"
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular/animations": "^6.0.7",
|
||||
"@angular/cdk": "^6.0.7",
|
||||
"@angular/cli": "^6.0.7",
|
||||
"@angular/common": "^6.0.7",
|
||||
"@angular/compiler": "^6.0.7",
|
||||
"@angular/compiler-cli": "^6.0.7",
|
||||
"@angular/core": "^6.0.7",
|
||||
"@angular/forms": "^6.0.7",
|
||||
"@angular/http": "^6.0.7",
|
||||
"@angular/material": "^6.0.7",
|
||||
"@angular/platform-browser": "^6.0.7",
|
||||
"@angular/platform-browser-dynamic": "^6.0.7",
|
||||
"@angular/router": "^6.0.7",
|
||||
"@angular/animations": "^6.1.10",
|
||||
"@angular/cdk": "^6.1.10",
|
||||
"@angular/cli": "^6.1.10",
|
||||
"@angular/common": "^6.1.10",
|
||||
"@angular/compiler": "^6.1.10",
|
||||
"@angular/compiler-cli": "^6.1.10",
|
||||
"@angular/core": "^6.1.10",
|
||||
"@angular/forms": "^6.1.10",
|
||||
"@angular/http": "^6.1.10",
|
||||
"@angular/material": "^6.1.10",
|
||||
"@angular/platform-browser": "^6.1.10",
|
||||
"@angular/platform-browser-dynamic": "^6.1.10",
|
||||
"@angular/router": "^6.1.10",
|
||||
"@ngx-translate/core": "^10.0.2",
|
||||
"@ngx-translate/http-loader": "^3.0.1",
|
||||
"@swimlane/ngx-charts": "^9.0.0",
|
||||
"@swimlane/ngx-charts": "^9.1.1",
|
||||
"bootstrap": "^3.3.7",
|
||||
"d3": "^5.7.0",
|
||||
"d3": "^4.10.2",
|
||||
"file-saver": "^1.3.8",
|
||||
"jquery": "^3.1.0",
|
||||
"jquery-ui": "^1.12.0",
|
||||
|
|
Loading…
Reference in New Issue