diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-12-21 13:30:33 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2019-01-09 15:02:01 +0100 |
commit | 15400fcf7b7916969ba67a80022b9e81723abcee (patch) | |
tree | ab0f3b85dbb83389a5ae96ab37e6cce6cbd4c1d6 /package-lock.json | |
parent | 69410a4f1c29a78db88c05f9e758e1d9e79ee4c8 (diff) | |
download | nextcloud-server-15400fcf7b7916969ba67a80022b9e81723abcee.tar.gz nextcloud-server-15400fcf7b7916969ba67a80022b9e81723abcee.zip |
Use `jquery-ui-dist` instead of `jquery-ui` to resolve an issue with effects
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json index c4d66c1c63a..8d23c974c95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3587,10 +3587,10 @@ "resolved": "https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-1.4.0.tgz", "integrity": "sha1-4AKOSDHMFH2PIvOCBRbr+5dReaU=" }, - "jquery-ui": { + "jquery-ui-dist": { "version": "1.12.1", - "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.12.1.tgz", - "integrity": "sha1-vLQEXI3QU5wTS8FIjN0+dop6nlE=" + "resolved": "https://registry.npmjs.org/jquery-ui-dist/-/jquery-ui-dist-1.12.1.tgz", + "integrity": "sha1-XAgV08xvkP9fqvWyaKbiO0ypBPo=" }, "js-levenshtein": { "version": "1.1.4", |