chore(deps): upgrade snjs & sncrypto-web to npm package versions

This commit is contained in:
Baptiste Grob
2020-11-19 13:37:49 +01:00
parent 1c9337113d
commit 3a16140699
42 changed files with 106 additions and 75 deletions

View File

@@ -1,4 +1,4 @@
import { SNNote } from 'snjs';
import { SNNote } from '@standardnotes/snjs';
export enum NoteSortKey {
CreatedAt = 'created_at',

View File

@@ -9,7 +9,7 @@ import {
WebPrefKey,
findInArray,
CollectionSort,
} from 'snjs';
} from '@standardnotes/snjs';
import { PureViewCtrl } from '@Views/abstract/pure_view_ctrl';
import { AppStateEvent } from '@/ui_models/app_state';
import { KeyboardModifier, KeyboardKey } from '@/services/keyboardManager';
@@ -20,7 +20,7 @@ import {
NoteSortKey,
notePassesFilter
} from './note_utils';
import { UuidString } from 'snjs/dist/@types/types';
import { UuidString } from '@standardnotes/snjs';
type NotesState = {
panelTitle: string