1
0
mirror of https://github.com/ascribe/onion.git synced 2024-12-22 17:33:14 +01:00

Bump react infrastructure dependencies

This commit is contained in:
Tim Daubenschütz 2016-01-25 13:33:20 +01:00
parent 611515fee7
commit 37ceeb7df3
2 changed files with 10 additions and 8 deletions

View File

@ -3,6 +3,7 @@
import 'babel/polyfill'; import 'babel/polyfill';
import React from 'react'; import React from 'react';
import ReactDOM from 'react-dom';
import { Router, Redirect } from 'react-router'; import { Router, Redirect } from 'react-router';
import history from './history'; import history from './history';
@ -91,7 +92,7 @@ class AppGateway {
// us in that case. // us in that case.
history.listen(EventActions.routeDidChange); history.listen(EventActions.routeDidChange);
React.render(( ReactDOM.render((
<Router history={history}> <Router history={history}>
{redirectRoute} {redirectRoute}
{getRoutes(type, subdomain)} {getRoutes(type, subdomain)}

View File

@ -67,7 +67,7 @@
"gulp-util": "^3.0.4", "gulp-util": "^3.0.4",
"harmonize": "^1.4.2", "harmonize": "^1.4.2",
"history": "^1.13.1", "history": "^1.13.1",
"invariant": "^2.1.1", "invariant": "^2.2.0",
"isomorphic-fetch": "^2.0.2", "isomorphic-fetch": "^2.0.2",
"jest-cli": "^0.4.0", "jest-cli": "^0.4.0",
"lodash": "^3.9.3", "lodash": "^3.9.3",
@ -77,12 +77,13 @@
"q": "^1.4.1", "q": "^1.4.1",
"qs": "^4.0.0", "qs": "^4.0.0",
"raven-js": "^1.1.19", "raven-js": "^1.1.19",
"react": "0.13.2", "react": "^0.14.6",
"react-bootstrap": "0.25.1", "react-bootstrap": "^0.28.2",
"react-datepicker": "^0.12.0", "react-datepicker": "^0.18.0",
"react-router": "1.0.0", "react-dom": "^0.14.6",
"react-router-bootstrap": "^0.19.0", "react-router": "^2.0.0-rc5",
"react-star-rating": "~1.3.2", "react-router-bootstrap": "^0.20.1",
"react-star-rating": "^1.4.2",
"react-textarea-autosize": "^2.5.2", "react-textarea-autosize": "^2.5.2",
"reactify": "^1.1.0", "reactify": "^1.1.0",
"shallow-equals": "0.0.0", "shallow-equals": "0.0.0",