update lbry-redux

This commit is contained in:
Sean Yesmunt 2019-10-08 10:18:54 -04:00
parent 1d4a2d905c
commit 9b10cbe7bc
3 changed files with 5 additions and 5 deletions

View file

@ -128,7 +128,7 @@
"husky": "^0.14.3",
"json-loader": "^0.5.4",
"lbry-format": "https://github.com/lbryio/lbry-format.git",
"lbry-redux": "lbryio/lbry-redux#85fe532d69704a283fd2ec640ad6e3b8dacd6d0d",
"lbry-redux": "lbryio/lbry-redux#0a1c95a08835a6b892d853b156d4934e469c9589",
"lbryinc": "lbryio/lbryinc#d1dba98bb6f1dc67bc0db4c0a20fc13b8a0de98b",
"lint-staged": "^7.0.2",
"localforage": "^1.7.1",

View file

@ -733,7 +733,6 @@
"Access to these files are equivalent to having access to your credits. Keep any copies you make of your wallet in a secure place. For more details on backing up and best practices %helpLink%.": "Access to these files are equivalent to having access to your credits. Keep any copies you make of your wallet in a secure place. For more details on backing up and best practices %helpLink%.",
"Your Channels": "Your Channels",
"Add Tags": "Add Tags",
"LBRY names cannot contain spaces or reserved symbols": "LBRY names cannot contain spaces or reserved symbols",
"Available Balance": "Available Balance",
"Earned and bound in tips": "Earned and bound in tips",
"LBC Currently Staked": "LBC Currently Staked",
@ -791,5 +790,6 @@
"Your Channel": "Your Channel",
"channel": "channel",
"Create": "Create",
"You have no rewards available.": "You have no rewards available."
"You have no rewards available.": "You have no rewards available.",
"URL does not include name.": "URL does not include name."
}

View file

@ -6850,9 +6850,9 @@ lazy-val@^1.0.3, lazy-val@^1.0.4:
yargs "^13.2.2"
zstd-codec "^0.1.1"
lbry-redux@lbryio/lbry-redux#85fe532d69704a283fd2ec640ad6e3b8dacd6d0d:
lbry-redux@lbryio/lbry-redux#0a1c95a08835a6b892d853b156d4934e469c9589:
version "0.0.1"
resolved "https://codeload.github.com/lbryio/lbry-redux/tar.gz/85fe532d69704a283fd2ec640ad6e3b8dacd6d0d"
resolved "https://codeload.github.com/lbryio/lbry-redux/tar.gz/0a1c95a08835a6b892d853b156d4934e469c9589"
dependencies:
proxy-polyfill "0.1.6"
reselect "^3.0.0"