1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-02-02 23:11:40 +01:00

upgrade typescript and webpack

This commit is contained in:
Kyle Spearrin 2019-01-25 15:10:48 -05:00
parent 549efaf7b9
commit 7ce8561f7a
3 changed files with 744 additions and 351 deletions

2
jslib

@ -1 +1 @@
Subproject commit 5c7a911b2e84f89d4509b2fd786d47c4fb5c3719 Subproject commit b01709240e4fc0674caea4edfebe5e46249c2bd2

1081
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -59,12 +59,12 @@
"copy-webpack-plugin": "^4.5.2", "copy-webpack-plugin": "^4.5.2",
"cross-env": "^5.2.0", "cross-env": "^5.2.0",
"pkg": "4.3.4", "pkg": "4.3.4",
"ts-loader": "^5.1.0", "ts-loader": "^5.3.3",
"tslint": "^5.11.0", "tslint": "^5.12.1",
"tslint-loader": "^3.6.0", "tslint-loader": "^3.5.4",
"typescript": "^2.7.2", "typescript": "3.2.4",
"webpack": "^4.18.0", "webpack": "^4.29.0",
"webpack-cli": "^3.1.0" "webpack-cli": "^3.2.1"
}, },
"dependencies": { "dependencies": {
"big-integer": "1.6.36", "big-integer": "1.6.36",