fix: rpc-client version

This commit is contained in:
Hank Stoever
2020-08-20 09:28:00 -07:00
parent 450f58bcb5
commit 83cf48b679
4 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@
"@blockstack/connect": "^2.11.0",
"@blockstack/keychain": "^0.7.5",
"@blockstack/prettier-config": "^0.0.6",
"@blockstack/rpc-client": "^0.3.0-alpha.12",
"@blockstack/rpc-client": "^0.3.0-alpha.13",
"@blockstack/stacks-transactions": "0.5.1",
"@blockstack/stats": "^0.7.0",
"@blockstack/ui": "^2.12.5",

View File

@@ -56,7 +56,7 @@
"typescript": "^3.7.3"
},
"dependencies": {
"@blockstack/rpc-client": "^0.3.0-alpha.12",
"@blockstack/rpc-client": "^0.3.0-alpha.13",
"@blockstack/stacks-transactions": "0.5.1",
"bip39": "^3.0.2",
"bitcoinjs-lib": "^5.1.6",

View File

@@ -1,6 +1,6 @@
{
"name": "@blockstack/rpc-client",
"version": "0.3.0-alpha.12",
"version": "0.3.0-alpha.13",
"license": "MIT",
"author": "Hank Stoever",
"main": "dist/index.js",

View File

@@ -27,7 +27,7 @@
"@blockstack/connect": "^2.11.0",
"@blockstack/keychain": "^0.7.5",
"@blockstack/prettier-config": "^0.0.6",
"@blockstack/rpc-client": "^0.3.0-alpha.12",
"@blockstack/rpc-client": "^0.3.0-alpha.13",
"@blockstack/ui": "^2.12.5",
"@rehooks/document-title": "^1.0.1",
"blockstack": "21.0.0",