File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ module.exports = (grunt) => {
3939 'Dev server' ,
4040 function ( ) {
4141 const done = this . async ( ) ;
42-
42+
4343 require ( './tests/dev-server' ) . create ( 9001 , true ) . then ( done , done ) ;
4444 } ) ;
4545
Original file line number Diff line number Diff line change 4646 "@rollup/plugin-node-resolve" : " ^16.0.1" ,
4747 "@w8tcha/grunt-dev-update" : " ^2.3.4" ,
4848 "autoprefixer" : " ^10.4.21" ,
49- "cssnano" : " ^7.1.0 " ,
49+ "cssnano" : " ^7.1.1 " ,
5050 "grunt" : " ~1.6.1" ,
5151 "grunt-contrib-clean" : " ^2.0.1" ,
5252 "grunt-contrib-concat" : " ~2.1.0" ,
5959 "istanbul-lib-coverage" : " ^3.2.2" ,
6060 "istanbul-lib-instrument" : " ^6.0.3" ,
6161 "istanbul-lib-report" : " ^3.0.1" ,
62- "istanbul-reports" : " ^3.1.7 " ,
62+ "istanbul-reports" : " ^3.2.0 " ,
6363 "jquery" : " ^3.7.1" ,
6464 "loader-utils" : " ^3.3.1" ,
6565 "postcss" : " ^8.5.6" ,
6666 "postcss-header" : " ^3.0.3" ,
6767 "qunit" : " ^2.24.1" ,
6868 "rangy" : " ^1.3.2" ,
69- "sass" : " ^1.90 .0" ,
69+ "sass" : " ^1.91 .0" ,
7070 "sinon" : " ^21.0.0" ,
71- "webpack" : " ^5.101.2 " ,
71+ "webpack" : " ^5.101.3 " ,
7272 "webpack-dev-server" : " ^5.2.2"
7373 },
7474 "dependencies" : {
You can’t perform that action at this time.
0 commit comments