chore: upgrade @standardnotes deps

This commit is contained in:
moughxyz
2023-01-19 17:05:10 -06:00
parent 05c9fe1c1b
commit 561d4da9bd
13 changed files with 42 additions and 49 deletions

View File

@@ -1,7 +1,7 @@
import { Either } from '@standardnotes/common'
import { Role } from '@standardnotes/auth'
import { FilesApiInterface } from '@standardnotes/files'
import { Session } from '@standardnotes/domain-core'
import { Role } from '@standardnotes/security'
import { AbstractService } from '../Service/AbstractService'