mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +01:00
Bump react infrastructure dependencies
This commit is contained in:
parent
7610d74c4c
commit
b0777fe326
@ -4,6 +4,7 @@ import 'classlist-polyfill';
|
||||
import 'isomorphic-fetch';
|
||||
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import { Router } from 'react-router';
|
||||
|
||||
import AppResolver from './app_resolver';
|
||||
@ -70,7 +71,7 @@ const AppGateway = {
|
||||
}
|
||||
});
|
||||
|
||||
React.render((
|
||||
ReactDOM.render((
|
||||
<Router history={history}>
|
||||
{redirectRoute}
|
||||
{routes}
|
||||
|
21
package.json
21
package.json
@ -15,17 +15,14 @@
|
||||
"postinstall": "npm run build",
|
||||
"build": "rimraf ./dist && NODE_ENV=production webpack -p",
|
||||
"start": "NODE_ENV=production node server.js",
|
||||
|
||||
"build:dev": "rimraf ./build && NODE_ENV=development webpack",
|
||||
"build:extract": "rimraf ./build && NODE_ENV=extract webpack",
|
||||
"clean": "rimraf ./build ./dist",
|
||||
"start:dev": "NODE_ENV=development node server.dev.js",
|
||||
"lint": "eslint ./",
|
||||
"test": "npm run sauce-test",
|
||||
|
||||
"sauce-test": "mocha ./test/integration/tests/",
|
||||
"sauce-tunnel": "node ./test/integration/tunnel.js",
|
||||
|
||||
"vi-clean": "rm -rf ./gemini-report",
|
||||
"vi-phantom": "phantomjs --webdriver=4444",
|
||||
"vi-update": "gemini update -c ./test/gemini/.gemini.yml",
|
||||
@ -88,9 +85,8 @@
|
||||
"express": "^4.13.4",
|
||||
"extract-text-webpack-plugin": "^1.0.1",
|
||||
"file-loader": "^0.8.5",
|
||||
"history": "1.17.0",
|
||||
"html-webpack-plugin": "^2.19.0",
|
||||
"invariant": "^2.1.1",
|
||||
"invariant": "^2.2.1",
|
||||
"isomorphic-fetch": "^2.0.2",
|
||||
"moment": "^2.10.6",
|
||||
"node-sass": "^3.7.0",
|
||||
@ -98,13 +94,14 @@
|
||||
"q": "^1.4.1",
|
||||
"query-string": "^3.0.0",
|
||||
"raven-js": "^1.1.19",
|
||||
"react": "0.13.2",
|
||||
"react-bootstrap": "0.25.1",
|
||||
"react-datepicker": "^0.12.0",
|
||||
"react-router": "1.0.3",
|
||||
"react-router-bootstrap": "^0.19.0",
|
||||
"react-star-rating": "~1.3.2",
|
||||
"react-textarea-autosize": "^2.5.2",
|
||||
"react": "^15.1.0",
|
||||
"react-bootstrap": "^0.29.4",
|
||||
"react-datepicker": "^0.27.0",
|
||||
"react-dom": "^15.1.0",
|
||||
"react-router": "^2.4.1",
|
||||
"react-router-bootstrap": "^0.23.0",
|
||||
"react-star-rating": "^1.4.2",
|
||||
"react-textarea-autosize": "^4.0.2",
|
||||
"react-transform-hmr": "^1.0.4",
|
||||
"remove-trailing-slash": "^0.1.0",
|
||||
"resolve-url-loader": "^1.4.3",
|
||||
|
Loading…
Reference in New Issue
Block a user