mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
bad gateway 502 fix
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
"spatie/laravel-feed": "^4.2",
|
||||
"spatie/laravel-google-fonts": "^1.2",
|
||||
"spatie/laravel-markdown": "^2.2",
|
||||
"spatie/laravel-medialibrary": "^10.7",
|
||||
"spatie/laravel-medialibrary": "10.7.13",
|
||||
"spatie/laravel-model-status": "^1.11",
|
||||
"spatie/laravel-options": "^1.0",
|
||||
"spatie/laravel-ray": "^1.32",
|
||||
|
||||
26
composer.lock
generated
26
composer.lock
generated
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "d7cd13f2c5935a6f3e1df6119e3b70ba",
|
||||
"content-hash": "471af56992a63a07d0e7097c14ef9c30",
|
||||
"packages": [
|
||||
{
|
||||
"name": "akuechler/laravel-geoly",
|
||||
@@ -9577,28 +9577,28 @@
|
||||
},
|
||||
{
|
||||
"name": "spatie/laravel-medialibrary",
|
||||
"version": "10.7.14",
|
||||
"version": "10.7.13",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/spatie/laravel-medialibrary.git",
|
||||
"reference": "fbdcba9d7ff34d4d781d28bfddb51b4c73bddffc"
|
||||
"reference": "a992f2505f37abc49b0914c34d01a9dc7543cae1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/spatie/laravel-medialibrary/zipball/fbdcba9d7ff34d4d781d28bfddb51b4c73bddffc",
|
||||
"reference": "fbdcba9d7ff34d4d781d28bfddb51b4c73bddffc",
|
||||
"url": "https://api.github.com/repos/spatie/laravel-medialibrary/zipball/a992f2505f37abc49b0914c34d01a9dc7543cae1",
|
||||
"reference": "a992f2505f37abc49b0914c34d01a9dc7543cae1",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-exif": "*",
|
||||
"ext-fileinfo": "*",
|
||||
"ext-json": "*",
|
||||
"illuminate/bus": "^9.52|^10.0",
|
||||
"illuminate/conditionable": "^9.52|^10.0",
|
||||
"illuminate/console": "^9.52|^10.0",
|
||||
"illuminate/database": "^9.52|^10.0",
|
||||
"illuminate/pipeline": "^9.52|^10.0",
|
||||
"illuminate/support": "^9.52|^10.0",
|
||||
"illuminate/bus": "^9.18|^10.0",
|
||||
"illuminate/conditionable": "9.18|^10.0",
|
||||
"illuminate/console": "^9.18|^10.0",
|
||||
"illuminate/database": "^9.18|^10.0",
|
||||
"illuminate/pipeline": "^9.18|^10.0",
|
||||
"illuminate/support": "^9.18|^10.0",
|
||||
"intervention/image": "^2.7",
|
||||
"maennchen/zipstream-php": "^2.0",
|
||||
"php": "^8.0",
|
||||
@@ -9670,7 +9670,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/spatie/laravel-medialibrary/issues",
|
||||
"source": "https://github.com/spatie/laravel-medialibrary/tree/10.7.14"
|
||||
"source": "https://github.com/spatie/laravel-medialibrary/tree/10.7.13"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -9682,7 +9682,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2023-03-29T07:06:33+00:00"
|
||||
"time": "2023-03-06T11:26:25+00:00"
|
||||
},
|
||||
{
|
||||
"name": "spatie/laravel-model-status",
|
||||
|
||||
@@ -24,7 +24,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"leaflet.heat": "^0.2.0",
|
||||
"mapshaper": "^0.6.24"
|
||||
"mapshaper": "^0.6.24",
|
||||
"shiki": "^0.14.1"
|
||||
},
|
||||
"packageManager": "yarn@3.4.1"
|
||||
}
|
||||
|
||||
@@ -286,7 +286,6 @@
|
||||
@else
|
||||
<div
|
||||
class="prose md:prose-lg prose-invert mx-auto mt-5 text-gray-100 lg:col-start-1 lg:row-start-1 lg:max-w-none">
|
||||
|
||||
<x-markdown class="leading-normal">
|
||||
{!! $libraryItem->value_to_be_paid !!}
|
||||
</x-markdown>
|
||||
|
||||
Reference in New Issue
Block a user