1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-08 03:23:50 +00:00

Upgrade TypeScript (#1355)

* Upgrade TypeScript

* Update login.component.ts

Co-authored-by: Kyle Spearrin <kspearrin@users.noreply.github.com>
This commit is contained in:
Oscar Hinton
2020-08-12 21:45:03 +02:00
committed by GitHub
parent 5861a51d54
commit 289177259a
6 changed files with 93 additions and 284 deletions

View File

@@ -68,10 +68,10 @@
"node-sass": "^4.13.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"ts-loader": "^5.3.3",
"tslint": "^5.12.1",
"ts-loader": "^8.0.2",
"tslint": "^6.1.3",
"tslint-loader": "^3.5.4",
"typescript": "3.2.4",
"typescript": "3.6.5",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1"
},