fix: upgrade deps to introduce PKCE sign in

This commit is contained in:
Karol Sójko
2022-05-20 13:57:01 +02:00
parent b36c9d09bc
commit 9f11b02e4a
3 changed files with 55 additions and 33 deletions

View File

@@ -1,4 +1,5 @@
import { AlertService, ButtonType, sanitizeHtmlString } from '@standardnotes/snjs'
import { ButtonType, sanitizeHtmlString } from '@standardnotes/snjs'
import { AlertService } from '@standardnotes/services'
import { SKAlert } from '@standardnotes/stylekit'
/** @returns a promise resolving to true if the user confirmed, false if they canceled */