1
0
mirror of https://github.com/bitwarden/cli synced 2026-01-01 07:43:16 +00:00

Upgrade TypeScript (#156)

This commit is contained in:
Oscar Hinton
2020-08-12 21:42:24 +02:00
committed by GitHub
parent 080d9f29e9
commit 63b3068954
2 changed files with 139 additions and 102 deletions

View File

@@ -53,7 +53,7 @@
"@types/jsdom": "^12.2.1",
"@types/lowdb": "^1.0.5",
"@types/lunr": "^2.3.3",
"@types/node": "^10.9.4",
"@types/node": "^10.17.28",
"@types/node-fetch": "^2.1.2",
"@types/node-forge": "^0.7.5",
"@types/papaparse": "^4.5.3",
@@ -63,10 +63,10 @@
"copy-webpack-plugin": "^4.5.2",
"cross-env": "^5.2.0",
"pkg": "4.3.4",
"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",
"webpack-node-externals": "^1.7.2"