Skip to content

Commit 041f64e

Browse files
committed
Build: Update dependencies passed to jquery-release
The older versions were not compatible with Node.js 10 & newer.
1 parent cf938e2 commit 041f64e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/release.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Release.define( {
123123
};
124124

125125
module.exports.dependencies = [
126-
"download.jqueryui.com@2.1.2",
126+
"download.jqueryui.com@2.1.26",
127127
"node-packager@0.0.6",
128-
"shelljs@0.2.6"
128+
"shelljs@0.8.4"
129129
];

0 commit comments

Comments
 (0)