Update packages

This commit is contained in:
Igor Kulikov 2020-03-23 13:11:56 +02:00
parent a3468265ab
commit 4f15a29e81
3 changed files with 943 additions and 350 deletions

1261
ui-ngx/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -13,17 +13,17 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^9.0.1",
"@angular/cdk": "^9.0.0",
"@angular/common": "^9.0.1",
"@angular/compiler": "^9.0.1",
"@angular/core": "^9.0.1",
"@angular/animations": "^9.0.7",
"@angular/cdk": "^9.1.3",
"@angular/common": "^9.0.7",
"@angular/compiler": "^9.0.7",
"@angular/core": "^9.0.7",
"@angular/flex-layout": "^9.0.0-beta.29",
"@angular/forms": "^9.0.1",
"@angular/material": "^9.0.0",
"@angular/platform-browser": "^9.0.1",
"@angular/platform-browser-dynamic": "^9.0.1",
"@angular/router": "^9.0.1",
"@angular/forms": "^9.0.7",
"@angular/material": "^9.1.3",
"@angular/platform-browser": "^9.0.7",
"@angular/platform-browser-dynamic": "^9.0.7",
"@angular/router": "^9.0.7",
"@auth0/angular-jwt": "^4.0.0",
"@date-io/date-fns": "^2.4.0",
"@flowjs/flow.js": "^2.14.0",
@ -69,7 +69,7 @@
"ngx-color-picker": "^9.0.0",
"ngx-daterangepicker-material": "^2.2.0",
"ngx-flowchart": "git://github.com/thingsboard/ngx-flowchart.git#master",
"ngx-hm-carousel": "^1.7.2",
"ngx-hm-carousel": "^2.0.0-rc.1",
"ngx-translate-messageformat-compiler": "^4.5.0",
"objectpath": "^2.0.0",
"prop-types": "^15.7.2",
@ -94,10 +94,10 @@
},
"devDependencies": {
"@angular-builders/custom-webpack": "^9.0.0-beta.7",
"@angular-devkit/build-angular": "^0.900.2",
"@angular/cli": "^9.0.2",
"@angular/compiler-cli": "^9.0.1",
"@angular/language-service": "^9.0.1",
"@angular-devkit/build-angular": "^0.900.7",
"@angular/cli": "^9.0.7",
"@angular/compiler-cli": "^9.0.7",
"@angular/language-service": "^9.0.7",
"@types/canvas-gauges": "^2.1.2",
"@types/flot": "^0.0.31",
"@types/jasmine": "^3.5.5",

View File

@ -14,6 +14,8 @@
/// limitations under the License.
///
import 'hammerjs';
import { Component, OnInit } from '@angular/core';
import { environment as env } from '@env/environment';