Skip to content

Commit 32c7524

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/release.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Release.define( {
136136
};
137137

138138
module.exports.dependencies = [
139-
"download.jqueryui.com@2.1.2",
139+
"download.jqueryui.com@2.1.27",
140140
"node-packager@0.0.6",
141-
"shelljs@0.2.6"
141+
"shelljs@0.8.4"
142142
];

0 commit comments

Comments
 (0)