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({
|
var Mist = React.createClass({renderList: function() {
|
||||||
renderList: function() {
|
|
||||||
return this
|
return this
|
||||||
.props
|
.props
|
||||||
.items
|
.items
|
||||||
|
|
|
@ -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.12.19",
|
"prettydiff": "^1.15.7",
|
||||||
"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