Skip to content

Commit 3bb4232

Browse files
authored
Build: Update a few dependencies, drop grunt-cli
`grunt` already contains the needed binary, no need for `grunt-cli` anymore. Update `download.jqueryui.com` as well. Closes gh-2311
1 parent d591bdd commit 3bb4232

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

build/release.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Release.define( {
153153
};
154154

155155
module.exports.dependencies = [
156-
156+
157157
158158
159159
];

build/tasks/build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module.exports = function( grunt ) {
44

55
grunt.registerTask( "clean", function() {
6-
require( "rimraf" ).sync( "dist" );
6+
require( "rimraf" ).rimrafSync( "dist" );
77
} );
88

99
grunt.registerTask( "asciilint", function() {

package.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -61,22 +61,21 @@
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": []

0 commit comments

Comments
 (0)