chore: upgrade snjs deps

This commit is contained in:
Mo
2022-05-02 13:08:28 -05:00
parent 99d83af3ba
commit c2adf74ad2
6 changed files with 126 additions and 84 deletions

View File

@@ -1,5 +1,5 @@
import { WebCrypto } from '@/Crypto'
import { AlertService } from '@/Services/AlertService'
import { WebAlertService } from '@/Services/AlertService'
import { ArchiveManager } from '@/Services/ArchiveManager'
import { AutolockService } from '@/Services/AutolockService'
import { DesktopDeviceInterface, isDesktopDevice } from '@/Device/DesktopDeviceInterface'
@@ -56,7 +56,7 @@ export class WebApplication extends SNApplication {
platform: platform,
deviceInterface: deviceInterface,
crypto: WebCrypto,
alertService: new AlertService(),
alertService: new WebAlertService(),
identifier,
defaultHost: defaultSyncServerHost,
appVersion: deviceInterface.appVersion,