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

Commit

Permalink
* New Babel version introduced a ~20-40% compile-time speed improvement
Browse files Browse the repository at this point in the history
* React 0.13.3
  • Loading branch information
Rick committed May 16, 2015
1 parent d99a198 commit 32b18ad
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-isomorphic-starterkit",
"description": "Isomorphic starterkit with server-side React rendering.",
"version": "2.4.0",
"version": "2.4.1",
"license": "BSD-3",
"repository": {
"type": "git",
Expand All @@ -25,23 +25,23 @@
"watch": "node ./node_modules/concurrently/src/main.js --kill-others 'npm run watch-client' 'npm run start'"
},
"dependencies": {
"babel": "5.2.10",
"babel": "5.4.2",
"hapi": "8.4.0",
"piping": "0.1.8",
"react": "0.13.2",
"react": "0.13.3",
"react-inline-css": "1.1.1",
"react-router": "0.13.3",
"react-transmit": "2.5.4",
"react-transmit": "2.6.1",
"isomorphic-fetch": "2.0.2"
},
"devDependencies": {
"babel-core": "5.2.10",
"babel-loader": "5.0.0",
"babel-runtime": "5.2.10",
"babel-core": "5.4.2",
"babel-loader": "5.1.0",
"babel-runtime": "5.4.2",
"concurrently": "0.0.5",
"json-loader": "0.5.1",
"react-hot-loader": "1.2.6",
"webpack": "1.8.11",
"react-hot-loader": "1.2.7",
"webpack": "1.9.6",
"webpack-dev-server": "1.8.2"
},
"engines": {
Expand Down

0 comments on commit 32b18ad

Please sign in to comment.