fix: update livewire to fix wire:dirty reactivity
This commit is contained in:
parent
a1a2d7551c
commit
ba19435af3
1 changed files with 6 additions and 6 deletions
12
composer.lock
generated
12
composer.lock
generated
|
|
@ -3644,16 +3644,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "livewire/livewire",
|
"name": "livewire/livewire",
|
||||||
"version": "v3.8.3",
|
"version": "v3.8.7",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/livewire/livewire.git",
|
"url": "https://github.com/livewire/livewire.git",
|
||||||
"reference": "ab9c2ac9305008aa9ab0f1beecec8ed6c3a591b2"
|
"reference": "ff019f8f6f48b7a2315922e45a70ad8fd75d1934"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/livewire/livewire/zipball/ab9c2ac9305008aa9ab0f1beecec8ed6c3a591b2",
|
"url": "https://api.github.com/repos/livewire/livewire/zipball/ff019f8f6f48b7a2315922e45a70ad8fd75d1934",
|
||||||
"reference": "ab9c2ac9305008aa9ab0f1beecec8ed6c3a591b2",
|
"reference": "ff019f8f6f48b7a2315922e45a70ad8fd75d1934",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
|
@ -3708,7 +3708,7 @@
|
||||||
"description": "A front-end framework for Laravel.",
|
"description": "A front-end framework for Laravel.",
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/livewire/livewire/issues",
|
"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": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
|
@ -3716,7 +3716,7 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2026-07-31T00:08:18+00:00"
|
"time": "2026-08-31T15:40:46+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "log1x/laravel-webfonts",
|
"name": "log1x/laravel-webfonts",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue