1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 17:53:39 +00:00

Bump dependencies (#848)

* Bump dependencies
This commit is contained in:
Oscar Hinton
2021-04-23 10:45:30 +02:00
committed by GitHub
parent 6dc82a8707
commit e6e79917f7
10 changed files with 6002 additions and 7727 deletions

View File

@@ -1,4 +1,3 @@
import 'core-js';
import 'zone.js/dist/zone';
import { ToasterModule } from 'angular2-toaster';

View File

@@ -13,14 +13,14 @@
},
"dependencies": {
"@nodert-win10-rs4/windows.security.credentials.ui": "^0.4.4",
"big-integer": "1.6.36",
"big-integer": "1.6.48",
"browser-hrtime": "^1.1.8",
"electron-log": "4.3.0",
"electron-store": "6.0.1",
"electron-updater": "4.3.5",
"electron-log": "4.3.4",
"electron-store": "8.0.0",
"electron-updater": "4.3.8",
"forcefocus": "^1.1.0",
"keytar": "7.3.0",
"node-ipc": "^9.1.1",
"keytar": "7.6.0",
"node-ipc": "^9.1.4",
"regedit": "^3.0.3",
"zxcvbn": "4.4.2"
}

View File

@@ -198,7 +198,7 @@ $fa-font-path: "~font-awesome/fonts";
@extend .btn;
&.swal2-confirm {
@extend .btn.primary;
@extend .btn, .primary;
font-weight: bold;
}
}