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

Commit 32b18ad

Browse files
author
Rick
committed
* New Babel version introduced a ~20-40% compile-time speed improvement
* React 0.13.3
1 parent d99a198 commit 32b18ad

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 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.4.0",
4+
"version": "2.4.1",
55
"license": "BSD-3",
66
"repository": {
77
"type": "git",
@@ -25,23 +25,23 @@
2525
"watch": "node ./node_modules/concurrently/src/main.js --kill-others 'npm run watch-client' 'npm run start'"
2626
},
2727
"dependencies": {
28-
"babel": "5.2.10",
28+
"babel": "5.4.2",
2929
"hapi": "8.4.0",
3030
"piping": "0.1.8",
31-
"react": "0.13.2",
31+
"react": "0.13.3",
3232
"react-inline-css": "1.1.1",
3333
"react-router": "0.13.3",
34-
"react-transmit": "2.5.4",
34+
"react-transmit": "2.6.1",
3535
"isomorphic-fetch": "2.0.2"
3636
},
3737
"devDependencies": {
38-
"babel-core": "5.2.10",
39-
"babel-loader": "5.0.0",
40-
"babel-runtime": "5.2.10",
38+
"babel-core": "5.4.2",
39+
"babel-loader": "5.1.0",
40+
"babel-runtime": "5.4.2",
4141
"concurrently": "0.0.5",
4242
"json-loader": "0.5.1",
43-
"react-hot-loader": "1.2.6",
44-
"webpack": "1.8.11",
43+
"react-hot-loader": "1.2.7",
44+
"webpack": "1.9.6",
4545
"webpack-dev-server": "1.8.2"
4646
},
4747
"engines": {

0 commit comments

Comments
 (0)