Skip to content

Commit

Permalink
Meta: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed Apr 11, 2017
1 parent 07f9dd9 commit 95770d7
Show file tree
Hide file tree
Showing 4 changed files with 931 additions and 397 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -57,8 +57,8 @@
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-qunit": "^1.3.0",
"grunt-contrib-uglify": "^2.2.1",
"grunt-contrib-qunit": "^2.0.0",
"grunt-contrib-uglify": "^2.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-htmlhint": "^0.9.13",
"grunt-jscs": "^3.0.1",
Expand Down
4 changes: 2 additions & 2 deletions test.html
Expand Up @@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<title>Tablesorter Testing (WIP)</title>
<link rel="stylesheet" href="testing/qunit-2.1.1.css">
<link rel="stylesheet" href="testing/qunit-2.3.1.css">
<link rel="stylesheet" href="testing/testing.css">

<script src="testing/qunit-2.1.1.js"></script>
<script src="testing/qunit-2.3.1.js"></script>
<script src="docs/js/jquery-latest.min.js"></script>
<script src="js/jquery.tablesorter.js"></script>
<script src="js/widgets/widget-filter.js"></script>
Expand Down
11 changes: 8 additions & 3 deletions testing/qunit-2.1.1.css → testing/qunit-2.3.1.css
@@ -1,12 +1,12 @@
/*!
* QUnit 2.1.1
* QUnit 2.3.1
* https://qunitjs.com/
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license
* https://jquery.org/license
*
* Date: 2017-01-06T01:52Z
* Date: 2017-04-10T19:56Z
*/

/** Font Family and Sizes */
Expand Down Expand Up @@ -236,7 +236,7 @@
}

#qunit-tests.hidepass li.running,
#qunit-tests.hidepass li.pass {
#qunit-tests.hidepass li.pass:not(.todo) {
visibility: hidden;
position: absolute;
width: 0;
Expand Down Expand Up @@ -384,6 +384,7 @@
background-color: #EBECE9;
}

#qunit-tests .qunit-todo-label,
#qunit-tests .qunit-skipped-label {
background-color: #F4FF77;
display: inline-block;
Expand All @@ -394,6 +395,10 @@
margin: -0.4em 0.4em -0.4em 0;
}

#qunit-tests .qunit-todo-label {
background-color: #EEE;
}

/** Result */

#qunit-testresult {
Expand Down

0 comments on commit 95770d7

Please sign in to comment.