Update dependencies: angular and ngx-charts

pull/48/head
HardiReady 2019-01-30 19:49:54 +01:00
parent 1f308ec3a5
commit 694edc7afe
3 changed files with 1697 additions and 1456 deletions

View File

@ -1,6 +1,6 @@
{
"name": "opt-cc",
"version": "1.8.4",
"version": "1.8.5",
"author": "Florian Hartwich <hardi@noarch.de>",
"private": true,
"scripts": {

3121
static/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -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",