Skip to content

Commit

Permalink
Updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
markfinger committed Jul 7, 2015
1 parent 3f2d320 commit 97fd308
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,17 @@
"url": "https://github.com/markfinger/react-render.git"
},
"dependencies": {
"lodash": "^3.6.0"
"lodash": "^3.10.0"
},
"peerDependencies": {
"react": ">= 0.12"
},
"devDependencies": {
"chai": "^2.1.1",
"mocha": "^2.2.1",
"react": "*"
"chai": "^3.0.0",
"mocha": "^2.2.5",
"react": "^0.13.3"
},
"scripts": {
"test": "mocha",
"test-debug": "mocha debug"
"test": "mocha"
}
}

0 comments on commit 97fd308

Please sign in to comment.