Removed unneeded dependency

This commit is contained in:
Bernd Bestel 2020-12-19 14:19:26 +01:00
parent b53f3bcef1
commit 796e35d60b
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300
3 changed files with 0 additions and 21 deletions

View File

@ -5,7 +5,6 @@
"@danielfarrell/bootstrap-combobox": "https://github.com/berrnd/bootstrap-combobox.git#master",
"@ericblade/quagga2": "^1.2.1",
"@fortawesome/fontawesome-free": "^5.14.0",
"TagManager": "https://github.com/max-favilli/tagmanager.git#master",
"animate.css": "^3.7.2",
"bootbox": "^5.3.2",
"bootstrap": "^4.5.2",

View File

@ -8,15 +8,6 @@
@section('viewJsName', 'productform')
@push('pageScripts')
<script src="{{ $U('/node_modules/TagManager/tagmanager.js?v=', true) }}{{ $version }}"></script>
@endpush
@push('pageStyles')
<link href="{{ $U('/node_modules/TagManager/tagmanager.css?v=', true) }}{{ $version }}"
rel="stylesheet">
@endpush
@section('content')
<div class="row">
<div class="col">

View File

@ -283,12 +283,6 @@
resolved "https://registry.yarnpkg.com/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz#e77a97fbd345b76d83245edcd17d393b1b41fb31"
integrity sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==
"TagManager@https://github.com/max-favilli/tagmanager.git#master":
version "3.0.1"
resolved "https://github.com/max-favilli/tagmanager.git#b43646ef2f2373facaf21c7acc5e3eea61188d76"
dependencies:
jquery "1"
abbrev@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
@ -1685,11 +1679,6 @@ jquery.easing@^1.4.1:
resolved "https://registry.yarnpkg.com/jquery.easing/-/jquery.easing-1.4.1.tgz#47982c5836bd758fd48494923c4a101ef6e93e3b"
integrity sha1-R5gsWDa9dY/UhJSSPEoQHvbpPjs=
jquery@1:
version "1.12.4"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-1.12.4.tgz#01e1dfba290fe73deba77ceeacb0f9ba2fec9e0c"
integrity sha1-AeHfuikP5z3rp3zurLD5ui/sngw=
jquery@3.3.1:
version "3.3.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca"