File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ Release.define( {
153153} ;
154154
155155module . exports . dependencies = [
156- "download.jqueryui.com@2.3.10 " ,
156+ "download.jqueryui.com@2.3.12 " ,
157157 "node-packager@0.0.7" ,
158158 "shelljs@0.8.5"
159159] ;
Original file line number Diff line number Diff line change 33module . exports = function ( grunt ) {
44
55grunt . registerTask ( "clean" , function ( ) {
6- require ( "rimraf" ) . sync ( "dist" ) ;
6+ require ( "rimraf" ) . rimrafSync ( "dist" ) ;
77} ) ;
88
99grunt . registerTask ( "asciilint" , function ( ) {
Original file line number Diff line number Diff line change 6161 "diff" : " 5.2.0" ,
6262 "eslint-config-jquery" : " 3.0.2" ,
6363 "exit-hook" : " 4.0.0" ,
64- "express" : " 4.20.0 " ,
64+ "express" : " 4.21.1 " ,
6565 "express-body-parser-error-handler" : " 1.0.7" ,
6666 "grunt" : " 1.6.1" ,
6767 "grunt-bowercopy" : " 1.2.5" ,
68- "grunt-cli" : " 1.4.3" ,
6968 "grunt-compare-size" : " 0.4.2" ,
7069 "grunt-contrib-concat" : " 2.1.0" ,
7170 "grunt-contrib-csslint" : " 2.0.0" ,
7271 "grunt-contrib-requirejs" : " 1.0.0" ,
7372 "grunt-contrib-uglify" : " 5.2.2" ,
7473 "grunt-eslint" : " 24.0.1" ,
7574 "grunt-git-authors" : " 3.2.0" ,
76- "grunt-html" : " 16.0 .0" ,
75+ "grunt-html" : " 17.1 .0" ,
7776 "load-grunt-tasks" : " 5.1.0" ,
78- "rimraf" : " 4.4 .1" ,
79- "selenium-webdriver" : " 4.18.1 " ,
77+ "rimraf" : " 6.0 .1" ,
78+ "selenium-webdriver" : " 4.26.0 " ,
8079 "yargs" : " 17.7.2"
8180 },
8281 "keywords" : []
You can’t perform that action at this time.
0 commit comments