From 64ac86db53b8fd9488f14b7e90a9d716cbcc8209 Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Sun, 29 Mar 2015 09:03:51 -0600 Subject: [PATCH] [changed] React dependency from 0.13.0 -> 0.13.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e054c54237..0918706423 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "less-loader": "^2.1.0", "lodash": "^3.5.0", "mocha": "~1.16.2", - "react": "0.13.0", + "react": "^0.13.1", "react-router": "^0.13.1", "rf-changelog": "^0.4.0", "semver": "^4.3.1",