From 49934bd140bcea9cdc6c9e71a7d8444d295cf245 Mon Sep 17 00:00:00 2001 From: ufukomer Date: Wed, 23 Nov 2016 20:00:52 +0300 Subject: [PATCH] Fixed versions --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 196b719..449ecf9 100644 --- a/package.json +++ b/package.json @@ -143,8 +143,8 @@ "express": "^4.14.0", "history": "^4.3.0", "isomorphic-fetch": "^2.2.1", - "react": "^15.3.2", - "react-dom": "^15.3.2", + "react": "~15.3.2", + "react-dom": "~15.3.2", "react-helmet": "^3.1.0", "react-redux": "^4.4.5", "react-router": "^2.8.1",