1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-06 18:43:25 +00:00

Upgrade Angular to 9 (#151)

* Upgrade Angular to 8

* Upgrade Angular to 9

* Fix format

* Add ordered-imports tslint rule

* Upgrade Angular CDK to 9.2.4
This commit is contained in:
Oscar Hinton
2020-08-17 18:14:40 +02:00
committed by GitHub
parent 7bf00b4fb3
commit 8fe78916e2
18 changed files with 78 additions and 86 deletions

View File

@@ -59,19 +59,18 @@
"rimraf": "^2.6.2",
"tslint": "^6.1.3",
"typemoq": "^2.1.0",
"typescript": "3.6.5"
"typescript": "3.8.3"
},
"dependencies": {
"@angular/animations": "7.2.1",
"@angular/cdk": "7.2.1",
"@angular/common": "7.2.1",
"@angular/compiler": "7.2.1",
"@angular/core": "7.2.1",
"@angular/forms": "7.2.1",
"@angular/platform-browser": "7.2.1",
"@angular/platform-browser-dynamic": "7.2.1",
"@angular/router": "7.2.1",
"@angular/upgrade": "7.2.1",
"@angular/animations": "9.1.12",
"@angular/cdk": "9.2.4",
"@angular/common": "9.1.12",
"@angular/compiler": "9.1.12",
"@angular/core": "9.1.12",
"@angular/forms": "9.1.12",
"@angular/platform-browser": "9.1.12",
"@angular/platform-browser-dynamic": "9.1.12",
"@angular/router": "9.1.12",
"@microsoft/signalr": "3.1.0",
"@microsoft/signalr-protocol-msgpack": "3.1.0",
"@nodert-win10-rs4/windows.security.credentials.ui": "^0.4.4",
@@ -95,9 +94,9 @@
"node-forge": "0.7.6",
"open": "7.1.0",
"papaparse": "4.6.0",
"rxjs": "6.3.3",
"rxjs": "6.6.2",
"tldjs": "2.3.1",
"zone.js": "0.8.28",
"zone.js": "0.9.1",
"zxcvbn": "4.4.2"
}
}