update lbry-redux

This commit is contained in:
Sean Yesmunt 2019-08-30 13:31:33 -04:00
parent 55ec55ab00
commit 7c88760205
3 changed files with 7 additions and 4 deletions

View file

@ -129,7 +129,7 @@
"jsmediatags": "^3.8.1", "jsmediatags": "^3.8.1",
"json-loader": "^0.5.4", "json-loader": "^0.5.4",
"lbry-format": "https://github.com/lbryio/lbry-format.git", "lbry-format": "https://github.com/lbryio/lbry-format.git",
"lbry-redux": "lbryio/lbry-redux#a1a8d3d3fe952412e5f631d1ea0d4b63555525da", "lbry-redux": "lbryio/lbry-redux#73ca9faca22d7f9b47366e62e3a519c7b72af33b",
"lbryinc": "lbryio/lbryinc#1ce266b3c52654190b955e9c869b8e302aa5c585", "lbryinc": "lbryio/lbryinc#1ce266b3c52654190b955e9c869b8e302aa5c585",
"lint-staged": "^7.0.2", "lint-staged": "^7.0.2",
"localforage": "^1.7.1", "localforage": "^1.7.1",

View file

@ -676,5 +676,8 @@
"Sorry, we can't preview this file.": "Sorry, we can't preview this file.", "Sorry, we can't preview this file.": "Sorry, we can't preview this file.",
"View File": "View File", "View File": "View File",
"Close": "Close", "Close": "Close",
"LBRY Download Complete": "LBRY Download Complete" "LBRY Download Complete": "LBRY Download Complete",
"Blocked": "Blocked",
"Unblock": "Unblock",
"You have blocked this channel content.": "You have blocked this channel content."
} }

View file

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