Update Pretty Diff to v1.15.7 and fix broken JSX and TSS tests

This commit is contained in:
Glavin Wiechert 2015-11-02 14:00:15 -04:00
parent 50bb7d737e
commit 9a3a23fc2a
4 changed files with 18 additions and 19 deletions

View File

@ -1,5 +1,4 @@
var Mist = React.createClass({
renderList: function() {
var Mist = React.createClass({renderList: function() {
return this
.props
.items

View File

@ -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",