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

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick committed Apr 6, 2015
1 parent 2bf29c7 commit a4e8607
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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.2.0",
"version": "2.2.1",
"license": "BSD-3",
"repository": {
"type": "git",
Expand All @@ -27,19 +27,19 @@
"watch": "concurrent --kill-others 'npm run watch-client' 'npm run browser'"
},
"dependencies": {
"babel": "5.0.7",
"babel": "5.0.9",
"hapi": "8.4.0",
"piping": "0.1.7",
"react": "0.13.1",
"react-inline-css": "1.1.1",
"react-router": "0.13.2",
"react-transmit": "2.5.0",
"isomorphic-fetch": "2.0.0"
"react-transmit": "2.5.3",
"isomorphic-fetch": "2.0.1"
},
"devDependencies": {
"babel-core": "5.0.7",
"babel-core": "5.0.9",
"babel-loader": "5.0.0",
"babel-runtime": "5.0.7",
"babel-runtime": "5.0.9",
"concurrently": "0.0.5",
"json-loader": "0.5.1",
"react-hot-loader": "1.2.4",
Expand Down

0 comments on commit a4e8607

Please sign in to comment.