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
This commit is contained in:
Michał Gołębiowski-Owczarek 2024-10-30 17:02:00 +01:00 committed by GitHub
parent d591bdd494
commit 3bb4232bfa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 7 deletions

View File

@ -153,7 +153,7 @@ Release.define( {
}; };
module.exports.dependencies = [ module.exports.dependencies = [
"download.jqueryui.com@2.3.10", "download.jqueryui.com@2.3.12",
"node-packager@0.0.7", "node-packager@0.0.7",
"shelljs@0.8.5" "shelljs@0.8.5"
]; ];

View File

@ -3,7 +3,7 @@
module.exports = function( grunt ) { module.exports = function( grunt ) {
grunt.registerTask( "clean", function() { grunt.registerTask( "clean", function() {
require( "rimraf" ).sync( "dist" ); require( "rimraf" ).rimrafSync( "dist" );
} ); } );
grunt.registerTask( "asciilint", function() { grunt.registerTask( "asciilint", function() {

View File

@ -61,11 +61,10 @@
"diff": "5.2.0", "diff": "5.2.0",
"eslint-config-jquery": "3.0.2", "eslint-config-jquery": "3.0.2",
"exit-hook": "4.0.0", "exit-hook": "4.0.0",
"express": "4.20.0", "express": "4.21.1",
"express-body-parser-error-handler": "1.0.7", "express-body-parser-error-handler": "1.0.7",
"grunt": "1.6.1", "grunt": "1.6.1",
"grunt-bowercopy": "1.2.5", "grunt-bowercopy": "1.2.5",
"grunt-cli": "1.4.3",
"grunt-compare-size": "0.4.2", "grunt-compare-size": "0.4.2",
"grunt-contrib-concat": "2.1.0", "grunt-contrib-concat": "2.1.0",
"grunt-contrib-csslint": "2.0.0", "grunt-contrib-csslint": "2.0.0",
@ -73,10 +72,10 @@
"grunt-contrib-uglify": "5.2.2", "grunt-contrib-uglify": "5.2.2",
"grunt-eslint": "24.0.1", "grunt-eslint": "24.0.1",
"grunt-git-authors": "3.2.0", "grunt-git-authors": "3.2.0",
"grunt-html": "16.0.0", "grunt-html": "17.1.0",
"load-grunt-tasks": "5.1.0", "load-grunt-tasks": "5.1.0",
"rimraf": "4.4.1", "rimraf": "6.0.1",
"selenium-webdriver": "4.18.1", "selenium-webdriver": "4.26.0",
"yargs": "17.7.2" "yargs": "17.7.2"
}, },
"keywords": [] "keywords": []