From 76ce40715d3a525df79bd8a9dc12817764a5c619 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sun, 7 Jan 2018 20:32:41 +0000 Subject: [PATCH] bump commonmark dep to try to fix https://github.com/vector-im/riot-web/issues/3428 better --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 943c443c596..eb2cabf854a 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "browser-encrypt-attachment": "^0.3.0", "browser-request": "^0.3.3", "classnames": "^2.1.2", - "commonmark": "^0.27.0", + "commonmark": "^0.28.1", "counterpart": "^0.18.0", "draft-js": "^0.11.0-alpha", "draft-js-export-html": "^0.6.0",