Skip to content

Commit

Permalink
Build: Update a few dependencies, drop grunt-cli
Browse files Browse the repository at this point in the history
`grunt` already contains the needed binary, no need for `grunt-cli` anymore.

Update `download.jqueryui.com` as well.

Closes gh-2311
  • Loading branch information
mgol authored Oct 30, 2024
1 parent d591bdd commit 3bb4232
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Release.define( {
};

module.exports.dependencies = [
"[email protected].10",
"[email protected].12",
"[email protected]",
"[email protected]"
];
2 changes: 1 addition & 1 deletion build/tasks/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module.exports = function( grunt ) {

grunt.registerTask( "clean", function() {
require( "rimraf" ).sync( "dist" );
require( "rimraf" ).rimrafSync( "dist" );
} );

grunt.registerTask( "asciilint", function() {
Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,22 +61,21 @@
"diff": "5.2.0",
"eslint-config-jquery": "3.0.2",
"exit-hook": "4.0.0",
"express": "4.20.0",
"express": "4.21.1",
"express-body-parser-error-handler": "1.0.7",
"grunt": "1.6.1",
"grunt-bowercopy": "1.2.5",
"grunt-cli": "1.4.3",
"grunt-compare-size": "0.4.2",
"grunt-contrib-concat": "2.1.0",
"grunt-contrib-csslint": "2.0.0",
"grunt-contrib-requirejs": "1.0.0",
"grunt-contrib-uglify": "5.2.2",
"grunt-eslint": "24.0.1",
"grunt-git-authors": "3.2.0",
"grunt-html": "16.0.0",
"grunt-html": "17.1.0",
"load-grunt-tasks": "5.1.0",
"rimraf": "4.4.1",
"selenium-webdriver": "4.18.1",
"rimraf": "6.0.1",
"selenium-webdriver": "4.26.0",
"yargs": "17.7.2"
},
"keywords": []
Expand Down

0 comments on commit 3bb4232

Please sign in to comment.