Upgrade Angular to 9.1.0

This commit is contained in:
BoykoAlex
2020-03-30 12:23:14 -04:00
parent a42009c269
commit 0d7c637598
2 changed files with 2391 additions and 2287 deletions

4646
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -41,22 +41,22 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "latest",
"@angular-devkit/schematics": "9.0.1",
"@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/cli": "9.0.0",
"@angular/platform-browser": "9.0.0",
"@angular/platform-browser-dynamic": "9.0.0",
"@angular/platform-server": "9.0.0",
"@angular-devkit/schematics": "9.1.0",
"@angular/animations": "9.1.0",
"@angular/common": "9.1.0",
"@angular/compiler": "9.1.0",
"@angular/compiler-cli": "9.1.0",
"@angular/core": "9.1.0",
"@angular/forms": "9.1.0",
"@angular/cli": "9.1.0",
"@angular/platform-browser": "9.1.0",
"@angular/platform-browser-dynamic": "9.1.0",
"@angular/platform-server": "9.1.0",
"@types/node": "6.0.46",
"@types/backbone": "1.3.42",
"@types/codemirror": "0.0.64",
"@types/jasmine": "2.5.36",
"@types/jquery": "3.3.4",
"@types/jquery": "3.3.32",
"@types/lodash": "4.14.123",
"core-js": "^3.6.4",
"cpr": "^3.0.1",
@@ -64,14 +64,14 @@
"html-webpack-plugin": "^3.2.0",
"jshint": "2.10.2",
"node-sass": "^4.13.1",
"ng-packagr": "9.0.0",
"ng-packagr": "9.1.0",
"ngx-bootstrap": "5.2.0",
"rimraf": "2.6.1",
"rxjs": "6.5.4",
"scss-bundle": "^3.0.2",
"standard-version": "7.0.1",
"tslint": "^6.0.0",
"typescript": "3.7.5",
"zone.js": "0.10.2"
"tslint": "^6.1.0",
"typescript": "3.8.3",
"zone.js": "0.10.3"
}
}