Remove redundant api from Flo added in previous commit

This commit is contained in:
BoykoAlex
2021-05-17 15:19:36 -04:00
parent c4388d3c09
commit f90ecab9a2
6 changed files with 124 additions and 104 deletions

View File

@@ -41,18 +41,18 @@
"ts-disposables": "2.2.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.1102.6",
"@angular-devkit/schematics": "~11.2.6",
"@angular/animations": "~11.2.7",
"@angular/cli": "~11.2.6",
"@angular/common": "~11.2.7",
"@angular/compiler": "~11.2.7",
"@angular/compiler-cli": "~11.2.7",
"@angular/core": "~11.2.7",
"@angular/forms": "~11.2.7",
"@angular/platform-browser": "~11.2.7",
"@angular/platform-browser-dynamic": "~11.2.7",
"@angular/platform-server": "~11.2.7",
"@angular-devkit/build-angular": "~12.0.0",
"@angular-devkit/schematics": "~12.0.0",
"@angular/animations": "~12.0.0",
"@angular/cli": "~12.0.0",
"@angular/common": "~12.0.0",
"@angular/compiler": "~12.0.0",
"@angular/compiler-cli": "~12.0.0",
"@angular/core": "~12.0.0",
"@angular/forms": "~12.0.0",
"@angular/platform-browser": "~12.0.0",
"@angular/platform-browser-dynamic": "~12.0.0",
"@angular/platform-server": "~12.0.0",
"@types/backbone": "1.3.42",
"@types/codemirror": "0.0.64",
"@types/jasmine": "2.5.36",
@@ -60,19 +60,18 @@
"@types/lodash": "4.14.165",
"@types/node": "12.11.1",
"cpr": "^3.0.1",
"fibers": "^4.0.2",
"fibers": "^5.0.0",
"html-webpack-plugin": "^3.2.0",
"jshint": "2.10.2",
"ng-packagr": "11.2.4",
"ngx-bootstrap": "6.0.0",
"ng-packagr": "^12.0.0",
"ngx-bootstrap": "^6.2.0",
"node-sass": "^4.13.1",
"rimraf": "2.6.1",
"rxjs": "~6.6.7",
"rxjs": "~6.5.3",
"scss-bundle": "^3.0.2",
"standard-version": "^9.0.0",
"tslib": "^2.0.3",
"tslint": "^6.1.3",
"typescript": "4.1.5",
"zone.js": "~0.11.3"
"typescript": "~4.2.4",
"zone.js": "~0.11.4"
}
}