You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In your package yii2-file-upload-widget, you use this package as a dependency to handle preview of upload pictures. But I'm using it as a preview to download.
Then I found that:
This package require "bower-asset/blueimp-gallery": "~2.17.0",this means blueimp-gallery between 2.17.0 and 2.18.0, but blueimp-gallery has updated to 2.28.0. I think you should use this for fix: "bower-asset/blueimp-gallery": "2.*".
In your package
yii2-file-upload-widget, you use this package as a dependency to handle preview of upload pictures. But I'm using it as a preview to download.Then I found that:
This package require
"bower-asset/blueimp-gallery": "~2.17.0",this meansblueimp-gallerybetween2.17.0and2.18.0, butblueimp-galleryhas updated to2.28.0. I think you should use this for fix:"bower-asset/blueimp-gallery": "2.*".