TSK-1017: AccessItem selection freezes entire application
This commit is contained in:
parent
e6838121f1
commit
610972fba2
|
@ -32,7 +32,7 @@
|
|||
"magic-string": "0.22.4",
|
||||
"material-design-icons": "3.0.1",
|
||||
"ng2-charts": "1.6.0",
|
||||
"ngx-bootstrap": "^4.3.0",
|
||||
"ngx-bootstrap": "^5.4.0",
|
||||
"ngx-infinite-scroll": "6.0.1",
|
||||
"node-sass": "^4.12.0",
|
||||
"popper.js": "^1.16.0",
|
||||
|
@ -40,15 +40,15 @@
|
|||
"zone.js": "~0.9.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^0.803.20",
|
||||
"@angular/cli": "^8.2.14",
|
||||
"@angular-devkit/build-angular": "^0.803.22",
|
||||
"@angular/cli": "^8.3.22",
|
||||
"@angular/compiler": "^8.2.14",
|
||||
"@angular/compiler-cli": "^8.2.14",
|
||||
"@types/jasmine": "2.8.4",
|
||||
"@types/node": "9.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "^2.7.0",
|
||||
"@typescript-eslint/eslint-plugin-tslint": "^2.12.0",
|
||||
"@typescript-eslint/parser": "^2.12.0",
|
||||
"@typescript-eslint/eslint-plugin": "^2.15.0",
|
||||
"@typescript-eslint/eslint-plugin-tslint": "^2.15.0",
|
||||
"@typescript-eslint/parser": "^2.15.0",
|
||||
"ajv": "^6.10.2",
|
||||
"codelyzer": "^5.2.0",
|
||||
"diff": "^3.5.0",
|
||||
|
|
Loading…
Reference in New Issue