From 922425daee5b7410d462e29e6773d7108c4dfb19 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Wed, 16 May 2018 00:35:01 -0400 Subject: [PATCH] bump render-media See changes here: https://github.com/feross/render-media/commits/master Will fix https://github.com/lbryio/lbry-app/issues/931 as it won't prompt to save anymore, but the PDF does not render in-app per the comments. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6fc7b6119..d32175e80 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "redux-thunk": "^2.2.0", "remark": "^9.0.0", "remark-react": "^4.0.3", - "render-media": "^2.12.0", + "render-media": "^3.1.0", "reselect": "^3.0.0", "semver": "^5.3.0", "shapeshift.io": "^1.3.1", -- 2.45.3