Skip to content

Commit

Permalink
Merge pull request #977 from SlovakNationalGallery/remove-livewire
Browse files Browse the repository at this point in the history
Remove Livewire
  • Loading branch information
eronisko authored Mar 28, 2024
2 parents a831c3e + c7c867e commit 0fb4591
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 88 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"league/csv": "^9.6.2",
"league/flysystem-path-prefixing": "^3.0",
"league/flysystem-webdav": "^3.0",
"livewire/livewire": "^2.7",
"mcamara/laravel-localization": "^1.8",
"primal/color": "^1.0",
"rap2hpoutre/laravel-log-viewer": "dev-master",
Expand Down
75 changes: 1 addition & 74 deletions composer.lock

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

10 changes: 2 additions & 8 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"laravel-vue-lang": "^3.1.3",
"less": "^3.13.1",
"less-loader": "^5.0.0",
"livewire-vue": "^0.3.1",
"postcss": "^8.4.31",
"prettier": "^2.5.1",
"resolve-url-loader": "^3.1.2",
Expand Down
1 change: 0 additions & 1 deletion resources/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ require('./components/clipboard-button')
// Vue components
import Vue from 'vue'
import { ZiggyVue } from 'ziggy';
import 'livewire-vue'
import * as LottiePlayer from "@lottiefiles/lottie-player";
import { VueMasonryPlugin } from 'vue-masonry'
import { Lang } from 'laravel-vue-lang';
Expand Down
2 changes: 0 additions & 2 deletions resources/views/layouts/master.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
<link rel="stylesheet" type="text/css" href="{{ mix('/css/app-tailwind.css') }}" />
<link rel="stylesheet" type="text/css" href="{{ mix('/css/style.css') }}" />
{!! Html::style('css/magnific-popup.css') !!}
@livewireStyles

{{-- JS --}}
@include('googletagmanager::head')
Expand Down Expand Up @@ -97,7 +96,6 @@
</a>
</div>

@livewireScripts
<script type="text/javascript" src="{{ mix('/js/manifest.js') }}"></script>
<script type="text/javascript" src="{{ mix('/js/vendor.js') }}"></script>
<script type="text/javascript" src="{{ mix('/js/app.js') }}"></script>
Expand Down
1 change: 0 additions & 1 deletion webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ mix
'lazysizes',
'lazysizes/plugins/unveilhooks/ls.unveilhooks',
'lazysizes/plugins/respimg/ls.respimg',
'livewire-vue',
'selectize',
'typeahead.js/dist/typeahead.bundle',
'vue-select',
Expand Down

0 comments on commit 0fb4591

Please sign in to comment.