File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 47
47
"grunt-jsonlint" : " ~2.1" ,
48
48
"grunt-shell" : " ~4.0" ,
49
49
"jit-grunt" : " ~0.10" ,
50
- "qunit" : " ~2.20 " ,
50
+ "qunit" : " ~2.24 " ,
51
51
"time-grunt" : " ~2.0"
52
52
},
53
53
"scripts" : {
Original file line number Diff line number Diff line change 5
5
< title > PowerTip AMD Test Suite</ title >
6
6
< script type ="text/javascript " src ="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.7/require.js "> </ script >
7
7
< script type ="text/javascript " src ="amd.js "> </ script >
8
- < link rel ="stylesheet " type ="text/css " href ="https://code.jquery.com/qunit/qunit-2.20.0 .css " />
8
+ < link rel ="stylesheet " type ="text/css " href ="https://code.jquery.com/qunit/qunit-2.24.1 .css " />
9
9
</ head >
10
10
< body >
11
11
< div id ="qunit "> </ div >
Original file line number Diff line number Diff line change 3
3
require . config ( {
4
4
paths : {
5
5
jquery : 'https://code.jquery.com/jquery-3.7.1' ,
6
- qunit : 'https://code.jquery.com/qunit/qunit-2.20.0 ' ,
6
+ qunit : 'https://code.jquery.com/qunit/qunit-2.24.1 ' ,
7
7
'jquery.powertip' : '../dist/jquery.powertip'
8
8
}
9
9
} ) ;
Original file line number Diff line number Diff line change 5
5
< title > PowerTip Test Suite</ title >
6
6
7
7
<!-- QUnit Resources -->
8
- < script type ="text/javascript " src ="https://code.jquery.com/qunit/qunit-2.20.0 .js "> </ script >
9
- < link rel ="stylesheet " type ="text/css " href ="https://code.jquery.com/qunit/qunit-2.20.0 .css " />
8
+ < script type ="text/javascript " src ="https://code.jquery.com/qunit/qunit-2.24.1 .js "> </ script >
9
+ < link rel ="stylesheet " type ="text/css " href ="https://code.jquery.com/qunit/qunit-2.24.1 .css " />
10
10
11
11
<!-- Dynamic jQuery Version Loader -->
12
12
< script type ="text/javascript ">
You can’t perform that action at this time.
0 commit comments