Use `jquery-ui-dist` instead of `jquery-ui` to resolve an issue with effects
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
Showing
- core/js/dist/main.js 0 additions, 0 deletionscore/js/dist/main.js
- core/js/dist/main.js.map 0 additions, 0 deletionscore/js/dist/main.js.map
- core/src/globals.js 6 additions, 23 deletionscore/src/globals.js
- package-lock.json 3 additions, 3 deletionspackage-lock.json
- package.json 1 addition, 1 deletionpackage.json
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
... | @@ -34,7 +34,7 @@ | ... | @@ -34,7 +34,7 @@ |
"jcrop": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm", | "jcrop": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm", | ||
"jquery": "^2.1.4", | "jquery": "^2.1.4", | ||
"jquery-migrate": "^1.4.0", | "jquery-migrate": "^1.4.0", | ||
"jquery-ui": "^1.12.1", | "jquery-ui-dist": "^1.12.1", | ||
"jstimezonedetect": "^1.0.6", | "jstimezonedetect": "^1.0.6", | ||
"marked": "^0.3.6", | "marked": "^0.3.6", | ||
"moment": "^2.18.1", | "moment": "^2.18.1", | ||
... | ... |
Please register or sign in to comment