aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2021-08-04 18:03:46 +0200
committerGitHub <noreply@github.com>2021-08-04 18:03:46 +0200
commit399c81e077823f83faf18d9366e5a09d1c0734a2 (patch)
tree1ad9c6450480e992fcc919c8884ac6e02ee32b91 /build
parent11734928c0a92754f36beacfe867a441c8df2e88 (diff)
downloadjquery-ui-399c81e077823f83faf18d9366e5a09d1c0734a2.tar.gz
jquery-ui-399c81e077823f83faf18d9366e5a09d1c0734a2.zip
Build: Update dependencies passed to jquery-release
The older versions were not compatible with Node.js 10 & newer. Closes gh-1963
Diffstat (limited to 'build')
-rw-r--r--build/release.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/release.js b/build/release.js
index 0d70634d8..b2471cb50 100644
--- a/build/release.js
+++ b/build/release.js
@@ -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"
];