1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-26 05:03:33 +00:00

update angular and electron

This commit is contained in:
Kyle Spearrin
2019-01-21 23:38:16 -05:00
parent 5c7a911b2e
commit 39b2ba1548
3 changed files with 140 additions and 111 deletions

View File

@@ -36,7 +36,7 @@
"@types/webcrypto": "0.0.28",
"@types/zxcvbn": "^4.4.0",
"concurrently": "3.5.1",
"electron": "3.0.13",
"electron": "3.0.14",
"jasmine": "^3.2.0",
"jasmine-core": "^3.2.1",
"jasmine-spec-reporter": "^4.2.1",
@@ -54,28 +54,28 @@
"karma-typescript": "^3.0.13",
"nodemon": "^1.17.3",
"rimraf": "^2.6.2",
"tslint": "^5.8.0",
"tslint": "^5.12.1",
"typemoq": "^2.1.0",
"typescript": "^2.7.2"
"typescript": "3.2.4"
},
"dependencies": {
"@angular/animations": "6.1.7",
"@angular/common": "6.1.7",
"@angular/compiler": "6.1.7",
"@angular/core": "6.1.7",
"@angular/forms": "6.1.7",
"@angular/http": "6.1.7",
"@angular/platform-browser": "6.1.7",
"@angular/platform-browser-dynamic": "6.1.7",
"@angular/router": "6.1.7",
"@angular/upgrade": "6.1.7",
"@angular/animations": "7.2.1",
"@angular/common": "7.2.1",
"@angular/compiler": "7.2.1",
"@angular/core": "7.2.1",
"@angular/forms": "7.2.1",
"@angular/http": "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",
"@aspnet/signalr": "1.0.4",
"@aspnet/signalr-protocol-msgpack": "1.0.4",
"big-integer": "1.6.36",
"core-js": "2.5.7",
"core-js": "2.6.2",
"duo_web_sdk": "git+https://github.com/duosecurity/duo_web_sdk.git",
"electron-log": "2.2.17",
"electron-updater": "3.0.3",
"electron-updater": "4.0.6",
"form-data": "2.3.2",
"keytar": "4.2.1",
"lowdb": "1.0.0",
@@ -83,9 +83,9 @@
"node-fetch": "2.2.0",
"node-forge": "0.7.6",
"papaparse": "4.6.0",
"rxjs": "6.3.2",
"rxjs": "6.3.3",
"tldjs": "2.3.1",
"zone.js": "0.8.26",
"zone.js": "0.8.28",
"zxcvbn": "4.4.2"
}
}