Revert "maybe borked"

This reverts commit 22452b77a6.
This commit is contained in:
peter
2019-08-04 22:18:14 +02:00
parent 22452b77a6
commit 15c7286015
9 changed files with 4150 additions and 4084 deletions
+14 -20
View File
@@ -12,31 +12,25 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^8.2.0",
"@angular/common": "^8.2.0",
"@angular/compiler": "^8.2.0",
"@angular/core": "^7.2.15",
"@angular/forms": "^8.2.0",
"@angular/animations": "^5.2.0",
"@angular/common": "^5.2.0",
"@angular/compiler": "^5.2.0",
"@angular/core": "^5.2.0",
"@angular/forms": "^5.2.0",
"@angular/http": "^5.2.0",
"@angular/platform-browser": "^8.2.0",
"@angular/platform-browser-dynamic": "^8.2.0",
"@angular/router": "^8.2.0",
"@clr/icons": "^2.1.0",
"@angular/platform-browser": "^5.2.0",
"@angular/platform-browser-dynamic": "^5.2.0",
"@angular/router": "^5.2.0",
"@clr/ui": "^0.11.15",
"core-js": "^2.4.1",
"ng-packagr": "^5.4.3",
"rxjs": "^6.5.2",
"rxjs-compat": "^6.0.0-rc.0",
"rxjs": "^5.5.6",
"systemjs": "^0.21.3",
"tslib": "^1.9.0",
"zone.js": "^0.9.1"
"zone.js": "^0.8.19"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.801.0",
"@angular-devkit/build-ng-packagr": "^0.801.0",
"@angular/cli": "^8.2.0",
"@angular/compiler-cli": "^8.2.0",
"@angular/language-service": "^8.2.0",
"@angular/cli": "~1.7.4",
"@angular/compiler-cli": "^5.2.0",
"@angular/language-service": "^5.2.0",
"@types/jasmine": "~2.8.3",
"@types/jasminewd2": "~2.0.2",
"@types/node": "~6.0.60",
@@ -52,6 +46,6 @@
"protractor": "~5.1.2",
"ts-node": "~4.1.0",
"tslint": "~5.9.1",
"typescript": "~3.5.3"
"typescript": "~2.5.3"
}
}