From accc292f43cd4d536a032683db17636ce22be6f1 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 2 Jun 2015 15:19:46 +0200 Subject: [PATCH] *FIX* React: Added new react and react router versions --- templates/common/_package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/common/_package.json b/templates/common/_package.json index 026efab..7d7267f 100644 --- a/templates/common/_package.json +++ b/templates/common/_package.json @@ -10,13 +10,13 @@ "mainInput": "<% if (reactRouter) { %>main<% } else { %><%= scriptAppName %><% } %>", "mainOutput": "main", "dependencies": {<% if (reactRouter) { %> - "react-router": "^0.11.6",<% } if (architecture === 'flux') { %> + "react-router": "0.13.x",<% } if (architecture === 'flux') { %> "flux": "^2.0.1", "events": "^1.0.2", "object-assign": "^2.0.0", <% } if (architecture === 'reflux') {%> "reflux": "^0.2.7", <% } if (architecture === 'alt') { %> "alt": "^0.16.5", <% } %> - "react": "~0.12.2", + "react": "0.13.x", "normalize.css": "~3.0.3" }, "devDependencies": {