Skip to content

Commit

Permalink
chore: bump dependencies (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrch authored Sep 27, 2024
1 parent 4acd5e3 commit 2fd17ac
Show file tree
Hide file tree
Showing 10 changed files with 149 additions and 148 deletions.
4 changes: 2 additions & 2 deletions app/Console/Commands/Models/PlaylistFixCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use App\Models\List\Playlist;
use App\Models\List\Playlist\PlaylistTrack;
use Illuminate\Contracts\Validation\Validator;
use Illuminate\Database\Eloquent\Collection;
use Illuminate\Support\Collection;
use Illuminate\Support\Facades\DB;
use Illuminate\Support\Facades\Validator as ValidatorFacade;

Expand Down Expand Up @@ -51,7 +51,7 @@ public function handle(): int
// Fetch all tracks in the playlist and index them by track_id
$this->info("Fetching tracks for playlist ID: $playlistId...");

/** @var Collection<PlaylistTrack> $tracks */
/** @var Collection<int, PlaylistTrack> $tracks */
$tracks = PlaylistTrack::where(PlaylistTrack::ATTRIBUTE_PLAYLIST, $playlistId)
->orderBy(PlaylistTrack::ATTRIBUTE_ID)
->get()
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"bezhansalleh/filament-exceptions": "^2.1",
"cyrildewit/eloquent-viewable": "^7.0",
"fakerphp/faker": "^1.21",
"filament/filament": "^3.2.114",
"filament/forms": "^3.2.114",
"filament/filament": "^3.2.115",
"filament/forms": "^3.2.115",
"flowframe/laravel-trend": "*",
"guzzlehttp/guzzle": "^7.5",
"laravel-notification-channels/discord": "^1.4",
Expand Down
251 changes: 126 additions & 125 deletions composer.lock

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/filament/filament/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/filament/forms/forms.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions public/js/filament/forms/components/file-upload.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/filament/forms/components/markdown-editor.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions public/js/filament/support/support.js

Large diffs are not rendered by default.

0 comments on commit 2fd17ac

Please sign in to comment.