From c33899e93ab7a6ad77cbba3fdb864b611736ed2e Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sun, 12 Jul 2015 14:26:51 +0100 Subject: [PATCH] bump to the same react version as the custom app --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1b55cbefc1..f086c584ad 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "flux": "^2.0.3", "matrix-js-sdk": "0.1.1", "q": "^1.4.1", - "react": "^0.13.0", + "react": "^0.13.3", "react-loader": "^1.4.0", "linkifyjs": "^2.0.0-beta.4" },