mirror of
https://github.com/wassname/generator-react-webpack.git
synced 2026-09-11 12:10:36 +08:00
Merge pull request #115 from weblogixx/master
Update React.js and React-Router Versions
This commit is contained in:
@@ -10,13 +10,13 @@
|
|||||||
"mainInput": "<% if (reactRouter) { %>main<% } else { %><%= scriptAppName %><% } %>",
|
"mainInput": "<% if (reactRouter) { %>main<% } else { %><%= scriptAppName %><% } %>",
|
||||||
"mainOutput": "main",
|
"mainOutput": "main",
|
||||||
"dependencies": {<% if (reactRouter) { %>
|
"dependencies": {<% if (reactRouter) { %>
|
||||||
"react-router": "^0.11.6",<% } if (architecture === 'flux') { %>
|
"react-router": "0.13.x",<% } if (architecture === 'flux') { %>
|
||||||
"flux": "^2.0.1",
|
"flux": "^2.0.1",
|
||||||
"events": "^1.0.2",
|
"events": "^1.0.2",
|
||||||
"object-assign": "^2.0.0", <% } if (architecture === 'reflux') {%>
|
"object-assign": "^2.0.0", <% } if (architecture === 'reflux') {%>
|
||||||
"reflux": "^0.2.7", <% } if (architecture === 'alt') { %>
|
"reflux": "^0.2.7", <% } if (architecture === 'alt') { %>
|
||||||
"alt": "^0.16.5", <% } %>
|
"alt": "^0.16.5", <% } %>
|
||||||
"react": "~0.12.2",
|
"react": "0.13.x",
|
||||||
"normalize.css": "~3.0.3"
|
"normalize.css": "~3.0.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user