Upgrade to Angular 9

This commit is contained in:
BoykoAlex
2020-02-10 15:20:12 -05:00
parent 7c0b688aa9
commit c5752304ed
3 changed files with 3692 additions and 1452 deletions

5101
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -49,21 +49,21 @@
"ts-disposables": "2.2.3"
},
"peerDependencies": {
"@angular/core": ">=7.0.0 <9.0.0",
"@angular/forms": ">=7.0.0 < 9.0.0",
"@angular/common": ">=7.0.0 <9.0.0",
"@angular/core": ">=9.0.0 <10.0.0",
"@angular/forms": ">=9.0.0 < 10.0.0",
"@angular/common": ">=9.0.0 <10.0.0",
"rxjs": ">=6.0.0 <7.0.0"
},
"devDependencies": {
"@angular/animations": "8.2.11",
"@angular/common": "8.2.11",
"@angular/compiler": "8.2.11",
"@angular/compiler-cli": "8.2.11",
"@angular/core": "8.2.11",
"@angular/forms": "8.2.11",
"@angular/platform-browser": "8.2.11",
"@angular/platform-browser-dynamic": "8.2.11",
"@angular/platform-server": "8.2.11",
"@angular/animations": "9.0.0",
"@angular/common": "9.0.0",
"@angular/compiler": "9.0.0",
"@angular/compiler-cli": "9.0.0",
"@angular/core": "9.0.0",
"@angular/forms": "9.0.0",
"@angular/platform-browser": "9.0.0",
"@angular/platform-browser-dynamic": "9.0.0",
"@angular/platform-server": "9.0.0",
"@types/backbone": "1.3.42",
"@types/codemirror": "0.0.64",
"@types/jasmine": "2.5.36",
@@ -73,7 +73,7 @@
"camelcase": "4.0.0",
"chalk": "2.4.1",
"concurrently": "4.0.1",
"core-js": "2.6.5",
"core-js": "3.6.4",
"glob": "7.1.1",
"gulp": "3.9.1",
"gulp-inline-ng2-template": "5.0.1",
@@ -87,21 +87,21 @@
"karma-jasmine": "1.1.0",
"karma-jasmine-html-reporter": "0.2.2",
"lite-server": "2.5.4",
"ng-packagr": "^5.3.0",
"ng-packagr": "9.0.0",
"scss-bundle": "^2.5.1",
"node-sass": "^4.12.0",
"ngx-bootstrap": "5.2.0",
"rimraf": "2.6.1",
"rollup": "1.14.2",
"rollup-plugin-commonjs": "10.0.0",
"rollup-plugin-node-resolve": "5.0.1",
"rollup-plugin-sourcemaps": "0.4.2",
"rxjs": "6.5.3",
"rollup": "^1.31.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-sourcemaps": "^0.5.0",
"rxjs": "6.5.4",
"shelljs": "0.8.1",
"standard-version": "7.0.1",
"systemjs": "0.21.4",
"tslint": "5.17.0",
"typescript": "~3.4.0",
"typescript": "3.7.5",
"uglify-js": "3.6.0",
"zone.js": "0.10.2"
}

View File

@@ -43,6 +43,7 @@
"skipTemplateCodegen": true,
"strictMetadataEmit": true,
"flatModuleOutFile": "./spring-flo.js",
"flatModuleId": "spring-flo"
"flatModuleId": "spring-flo",
"enableIvy": false
}
}