Skip to content

Commit

Permalink
upgrade livewire
Browse files Browse the repository at this point in the history
  • Loading branch information
inmanturbo committed Aug 30, 2023
1 parent 3cdd25f commit dc85300
Show file tree
Hide file tree
Showing 9 changed files with 2,039 additions and 1,860 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"caseyamcl/toc": ">=3.0",
"illuminate/contracts": ">=8.37",
"league/commonmark": ">=1",
"livewire/livewire": ">=2.5",
"livewire/livewire": "^3.0",
"spatie/laravel-package-tools": ">=1.4.3",
"spatie/laravel-responsecache": ">=7.2"
},
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
},
"dependencies": {
"@tailwindcss/typography": "^0.4.0",
"alpinejs": "^2.8.0",
"autoprefixer": "^10.4.15",
"clipboard": "^2.0.11",
"highlight.js": "^10.4.1",
Expand Down
4 changes: 2 additions & 2 deletions resources/dist/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/dist/js/app.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions resources/dist/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"/js/app.js": "/js/app.js?id=2616fe365c40611e27ce1f9cdf06dd33",
"/css/app.css": "/css/app.css?id=8415809f42560102b525f418b44b2d77"
"/js/app.js": "/js/app.js?id=598e092a4ba1e073f9264d6b0ab537e7",
"/css/app.css": "/css/app.css?id=7a98233b5a4a4a4e82a56f2997c91fe8"
}
1 change: 0 additions & 1 deletion resources/js/app.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'alpinejs';
import './bootstrap';
import './clipboard';

Expand Down
8 changes: 4 additions & 4 deletions resources/views/components/layout.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

{{ $head ?? '' }}

@livewireStyles
@bukStyles
{{-- @livewireStyles
@bukStyles --}}

</x-slot>

{{ $slot }}

@livewireScripts
@bukScripts
{{-- @livewireScripts
@bukScripts --}}
</x-html>
4 changes: 2 additions & 2 deletions src/Http/Livewire/IconSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ class IconSearch extends Component
public string $set = '';

protected $queryString = [
'search' => ['except' => ''],
'set' => ['except' => ''],
'search' ,
'set',
];

public function mount(): void
Expand Down
3,873 changes: 2,027 additions & 1,846 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit dc85300

Please sign in to comment.