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.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.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index fc455e658e7..526933ff9c9 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "jcrop": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm", "jquery": "^2.1.4", "jquery-migrate": "^1.4.0", - "jquery-ui": "^1.12.1", + "jquery-ui-dist": "^1.12.1", "jstimezonedetect": "^1.0.6", "marked": "^0.3.6", "moment": "^2.18.1", |