From a1a2d7551cd81c804b425126100630604755a25e Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Thu, 3 Sep 2026 17:05:06 +0200 Subject: [PATCH 1/2] chore(deps): cleanup version constraint --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 871c6f010c..416b5e8f65 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "laravel/mcp": "^0.6.7", "laravel/nightwatch": "^1.28.6", "laravel/pail": "^1.2.7", - "laravel/prompts": "^0.3.22|^0.3.22|^0.3.22", + "laravel/prompts": "^0.3.22", "laravel/sanctum": "^4.3.3", "laravel/socialite": "^5.29.0", "laravel/tinker": "^2.11.1", From ba19435af32ebb76b9ef06184fb433175b631659 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Thu, 3 Sep 2026 17:05:35 +0200 Subject: [PATCH 2/2] fix: update livewire to fix wire:dirty reactivity --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index c2c42ba71a..e5718b31b0 100644 --- a/composer.lock +++ b/composer.lock @@ -3644,16 +3644,16 @@ }, { "name": "livewire/livewire", - "version": "v3.8.3", + "version": "v3.8.7", "source": { "type": "git", "url": "https://github.com/livewire/livewire.git", - "reference": "ab9c2ac9305008aa9ab0f1beecec8ed6c3a591b2" + "reference": "ff019f8f6f48b7a2315922e45a70ad8fd75d1934" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/livewire/livewire/zipball/ab9c2ac9305008aa9ab0f1beecec8ed6c3a591b2", - "reference": "ab9c2ac9305008aa9ab0f1beecec8ed6c3a591b2", + "url": "https://api.github.com/repos/livewire/livewire/zipball/ff019f8f6f48b7a2315922e45a70ad8fd75d1934", + "reference": "ff019f8f6f48b7a2315922e45a70ad8fd75d1934", "shasum": "" }, "require": { @@ -3708,7 +3708,7 @@ "description": "A front-end framework for Laravel.", "support": { "issues": "https://github.com/livewire/livewire/issues", - "source": "https://github.com/livewire/livewire/tree/v3.8.3" + "source": "https://github.com/livewire/livewire/tree/v3.8.7" }, "funding": [ { @@ -3716,7 +3716,7 @@ "type": "github" } ], - "time": "2026-07-31T00:08:18+00:00" + "time": "2026-08-31T15:40:46+00:00" }, { "name": "log1x/laravel-webfonts",