Update the following dependencies on your package.json
:
"dependencies": {
...
"@uppy/aws-s3-multipart": "^2.0.2",
"@uppy/core": "^2.0.2",
"@uppy/drag-drop": "^2.0.1",
"@uppy/status-bar": "^2.0.1"
}
Install the dependencies and compile assets:
npm install
npm run dev
Clear caches:
php artisan optimize
php artisan view:clear