Update Pretty Diff to v1.15.16 & fix JSX test

This commit is contained in:
Glavin Wiechert 2015-11-14 13:30:04 -04:00
parent 5974036736
commit f9fc66ae73
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
var Mist = React.createClass({renderList: function() {
var Mist = React.createClass({
renderList: function() {
return this.props.items.map(function(item) {
return <ListItem item={return <tag>{item}</tag>} key={item.id}/>;
});

View File

@ -86,7 +86,7 @@
"loophole": "^1.0.0",
"node-dir": "^0.1.8",
"node-uuid": "^1.4.3",
"prettydiff": "^1.15.7",
"prettydiff": "^1.15.16",
"season": "^5.3.0",
"space-pen": "^5.1.1",
"strip-json-comments": "^1.0.2",