Skip to content

Commit

Permalink
Build: Update dependencies passed to jquery-release
Browse files Browse the repository at this point in the history
The older versions were not compatible with Node.js 10 & newer.

Closes gh-1963
  • Loading branch information
mgol committed Aug 4, 2021
1 parent 1173492 commit 399c81e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Release.define( {
};

module.exports.dependencies = [
"download.jqueryui.com@2.1.2",
"download.jqueryui.com@2.1.27",
"node-packager@0.0.6",
"shelljs@0.2.6"
"shelljs@0.8.4"
];

0 comments on commit 399c81e

Please sign in to comment.