Updated to Drupal 8.6.4, which is PHP 7.3 friendly. Also updated HTMLaw library....
[yaffs-website] / web / modules / contrib / image_widget_crop / image_widget_crop.libraries.yml
index 6baf32b85403f064d4d18152532d3ea2463b1d47..0c50bce91a2df174253c472211b7fa1c5d7484cd 100644 (file)
@@ -6,14 +6,16 @@ cropper:
     - core/jquery
 
 cropper.integration:
-  version: 1.7
+  version: 2.1
   js:
-    js/imageWidgetCrop.js: {}
+    js/ImageWidgetCrop.js: {}
+    js/ImageWidgetCropType.js: {}
+    js/iwc.behaviors.js: {}
   css:
     theme:
       css/image_widget_crop.css: {}
   dependencies:
     - core/jquery
     - core/drupal
-    - core/drupalSettings
+    - core/drupal.debounce
     - image_widget_crop/cropper