Update Pretty Diff to v1.15.7 and fix broken JSX and TSS tests
This commit is contained in:
parent
50bb7d737e
commit
9a3a23fc2a
|
@ -1,5 +1,4 @@
|
|||
var Mist = React.createClass({
|
||||
renderList: function() {
|
||||
var Mist = React.createClass({renderList: function() {
|
||||
return this
|
||||
.props
|
||||
.items
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
"loophole": "^1.0.0",
|
||||
"node-dir": "^0.1.8",
|
||||
"node-uuid": "^1.4.3",
|
||||
"prettydiff": "^1.12.19",
|
||||
"prettydiff": "^1.15.7",
|
||||
"season": "^5.3.0",
|
||||
"space-pen": "^5.1.1",
|
||||
"strip-json-comments": "^1.0.2",
|
||||
|
|
Loading…
Reference in New Issue