Release: Update the download.jqueryui.com dependency

This is needed to make `"use strict"` pragmas not stripped out during the
build.

Closes gh-1969
This commit is contained in:
Michał Gołębiowski-Owczarek 2021-08-26 13:41:10 +02:00 committed by GitHub
parent 440f38940d
commit 4ccebc5f20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,7 +140,7 @@ Release.define( {
};
module.exports.dependencies = [
"download.jqueryui.com@2.2.1",
"download.jqueryui.com@2.2.2",
"node-packager@0.0.6",
"shelljs@0.8.4"
];