File tree 3 files changed +6
-7
lines changed
3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ Release.define( {
153
153
} ;
154
154
155
155
module . exports . dependencies = [
156
- "download.jqueryui.com@2.3.10 " ,
156
+ "download.jqueryui.com@2.3.12 " ,
157
157
"node-packager@0.0.7" ,
158
158
"shelljs@0.8.5"
159
159
] ;
Original file line number Diff line number Diff line change 3
3
module . exports = function ( grunt ) {
4
4
5
5
grunt . registerTask ( "clean" , function ( ) {
6
- require ( "rimraf" ) . sync ( "dist" ) ;
6
+ require ( "rimraf" ) . rimrafSync ( "dist" ) ;
7
7
} ) ;
8
8
9
9
grunt . registerTask ( "asciilint" , function ( ) {
Original file line number Diff line number Diff line change 61
61
"diff" : " 5.2.0" ,
62
62
"eslint-config-jquery" : " 3.0.2" ,
63
63
"exit-hook" : " 4.0.0" ,
64
- "express" : " 4.20.0 " ,
64
+ "express" : " 4.21.1 " ,
65
65
"express-body-parser-error-handler" : " 1.0.7" ,
66
66
"grunt" : " 1.6.1" ,
67
67
"grunt-bowercopy" : " 1.2.5" ,
68
- "grunt-cli" : " 1.4.3" ,
69
68
"grunt-compare-size" : " 0.4.2" ,
70
69
"grunt-contrib-concat" : " 2.1.0" ,
71
70
"grunt-contrib-csslint" : " 2.0.0" ,
72
71
"grunt-contrib-requirejs" : " 1.0.0" ,
73
72
"grunt-contrib-uglify" : " 5.2.2" ,
74
73
"grunt-eslint" : " 24.0.1" ,
75
74
"grunt-git-authors" : " 3.2.0" ,
76
- "grunt-html" : " 16.0 .0" ,
75
+ "grunt-html" : " 17.1 .0" ,
77
76
"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 " ,
80
79
"yargs" : " 17.7.2"
81
80
},
82
81
"keywords" : []
You can’t perform that action at this time.
0 commit comments