Skip to content

Commit 7ae0669

Browse files
committed
bump Filament, Livewire, Async Alpine and Laravel versions
1 parent 79bd38d commit 7ae0669

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

composer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
"require": {
1111
"php": "^8.1|^8.2|^8.3|^8.4",
1212
"brick/phonenumber": "^0.6.0",
13-
"laravel/framework": "^10.6 | ^11.0",
14-
"filament/filament": "^3.2.133",
13+
"laravel/framework": "^10.6 | ^11.0 | ^12.0",
14+
"livewire/livewire": "^3.5",
15+
"filament/filament": "^3.2.138",
1516
"tanthammar/laravel-rules": "dev-main"
1617
},
1718
"autoload": {

package-lock.json

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"prod:js": "node bin/build.mjs"
66
},
77
"devDependencies": {
8+
"async-alpine": "^2.0",
89
"esbuild": "^0.19.5",
910
"esbuild-postcss": "^0.0.4",
1011
"intl-tel-input": "^18.1.5",

resources/views/components/phone-input.blade.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ class="fi-fo-text-input"
3434
x-load-css="[
3535
'{{ asset('css/tanthammar/filament-extras/filament-phone-input.css') }}'
3636
]"
37-
x-ignore
38-
ax-load="visible"
39-
ax-load-src="{{ asset('js/tanthammar/filament-extras/filament-phone-input.js') }}"
37+
x-load="visible"
38+
x-load-src="{{ asset('js/tanthammar/filament-extras/filament-phone-input.js') }}"
4039
x-data="phoneInputFormComponent({
4140
options: @js($getJsonPhoneInputConfiguration()),
4241
state: $wire.{{ $applyStateBindingModifiers("\$entangle('{$statePath}')") }},

0 commit comments

Comments
 (0)