Skip to content
This repository was archived by the owner on Jan 11, 2019. It is now read-only.

Commit 1b1563b

Browse files
committed
Updated to React 0.13.1 but had to ditch react-a11y.
1 parent 4c6da8e commit 1b1563b

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-isomorphic-starterkit",
33
"description": "Isomorphic starterkit with server-side React rendering.",
4-
"version": "2.0.1",
4+
"version": "2.1.0",
55
"license": "BSD-3",
66
"repository": {
77
"type": "git",
@@ -30,22 +30,21 @@
3030
"babel": "4.7.16",
3131
"hapi": "8.4.0",
3232
"piping": "0.1.7",
33-
"react": "0.12.2",
34-
"react-a11y": "0.0.6",
33+
"react": "0.13.1",
3534
"react-inline-css": "1.1.1",
36-
"react-router": "0.12.4",
37-
"react-transmit": "2.1.0",
35+
"react-router": "0.13.2",
36+
"react-transmit": "2.3.1",
3837
"isomorphic-fetch": "2.0.0"
3938
},
4039
"devDependencies": {
4140
"babel-core": "4.7.16",
42-
"babel-loader": "4.2.0",
41+
"babel-loader": "4.3.0",
4342
"babel-runtime": "4.7.16",
4443
"concurrently": "0.0.5",
4544
"json-loader": "0.5.1",
4645
"react-hot-loader": "1.2.4",
4746
"webpack": "1.7.3",
48-
"webpack-dev-server": "1.7.0"
47+
"webpack-dev-server": "1.8.0"
4948
},
5049
"engines": {
5150
"node" : ">=0.10.32"

src/client.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@ import Router from "react-router";
33
import Transmit from "react-transmit";
44
import routes from "views/Routes";
55

6-
/**
7-
* Enable Accessibility warnings on the client.
8-
*/
9-
if (process.env.NODE_ENV !== "production") {
10-
require("react-a11y")();
11-
}
12-
136
/**
147
* Fire-up React Router.
158
*/

0 commit comments

Comments
 (0)