Bump deps (#417)

This commit is contained in:
Jaco Greeff
2020-12-11 19:08:39 +01:00
committed by GitHub
parent 0795451801
commit 7607dc9e9d
16 changed files with 139 additions and 130 deletions
+1 -2
View File
@@ -5,9 +5,8 @@ import type { SingleAddress } from '../observable/types';
import type { KeyringStruct } from '../types';
import type { KeyringOptionInstance, KeyringOptions, KeyringSectionOption, KeyringSectionOptions } from './types';
import { BehaviorSubject } from 'rxjs';
import { assert } from '@polkadot/util';
import { BehaviorSubject } from '@polkadot/x-rxjs';
import { obervableAll } from '../observable';