Update Pretty Diff to v1.15.16 & fix JSX test
This commit is contained in:
parent
5974036736
commit
f9fc66ae73
|
@ -1,4 +1,5 @@
|
||||||
var Mist = React.createClass({renderList: function() {
|
var Mist = React.createClass({
|
||||||
|
renderList: function() {
|
||||||
return this.props.items.map(function(item) {
|
return this.props.items.map(function(item) {
|
||||||
return <ListItem item={return <tag>{item}</tag>} key={item.id}/>;
|
return <ListItem item={return <tag>{item}</tag>} key={item.id}/>;
|
||||||
});
|
});
|
||||||
|
|
|
@ -86,7 +86,7 @@
|
||||||
"loophole": "^1.0.0",
|
"loophole": "^1.0.0",
|
||||||
"node-dir": "^0.1.8",
|
"node-dir": "^0.1.8",
|
||||||
"node-uuid": "^1.4.3",
|
"node-uuid": "^1.4.3",
|
||||||
"prettydiff": "^1.15.7",
|
"prettydiff": "^1.15.16",
|
||||||
"season": "^5.3.0",
|
"season": "^5.3.0",
|
||||||
"space-pen": "^5.1.1",
|
"space-pen": "^5.1.1",
|
||||||
"strip-json-comments": "^1.0.2",
|
"strip-json-comments": "^1.0.2",
|
||||||
|
|
Loading…
Reference in New Issue