Bump api (interfaced types) (#163)

* Bump api (interfaced types)

* Bump deps for api
This commit is contained in:
Jaco Greeff
2019-07-29 10:15:10 +02:00
committed by GitHub
parent bfd2e0ad7c
commit 6f601dd343
6 changed files with 145 additions and 29 deletions
+3 -3
View File
@@ -19,9 +19,9 @@
"styled-components": "^4.3.1"
},
"devDependencies": {
"@polkadot/keyring": "^0.94.1",
"@polkadot/types": "^0.82.0-beta.77",
"@polkadot/util": "^0.94.1"
"@polkadot/keyring": "^0.95.0-beta.2",
"@polkadot/types": "^0.90.0-beta.1",
"@polkadot/util": "^0.95.0-beta.2"
},
"peerDependencies": {
"@polkadot/keyring": "*",
+1 -1
View File
@@ -2,7 +2,7 @@
// This software may be modified and distributed under the terms
// of the Apache-2.0 license. See the LICENSE file for details.
import { Hash } from '@polkadot/types';
import { Hash } from '@polkadot/types/interfaces';
import { KeyringInstance as BaseKeyringInstance, KeyringPair, KeyringPair$Meta, KeyringPair$Json, KeyringOptions as KeyringOptionsBase } from '@polkadot/keyring/types';
import { KeypairType } from '@polkadot/util-crypto/types';
import { AddressSubject, SingleAddress } from './observable/types';