update: dependencies

This commit is contained in:
HDVinnie
2024-07-17 21:26:36 -04:00
parent 9d537dd3ee
commit 4286b5f891
6 changed files with 253 additions and 196 deletions

BIN
bun.lockb

Binary file not shown.

View File

@@ -25,17 +25,17 @@
"intervention/image": "^2.7.2",
"joypixels/assets": "^v7.0.1",
"laravel/fortify": "1.20.0",
"laravel/framework": "^11.12.0",
"laravel/octane": "^2.4",
"laravel/framework": "^11.16.0",
"laravel/octane": "^2.5.2",
"laravel/tinker": "^2.9.0",
"livewire/livewire": "^3.5.1",
"marcreichel/igdb-laravel": "^4.2.0",
"livewire/livewire": "^3.5.4",
"marcreichel/igdb-laravel": "^4.3.0",
"nesbot/carbon": "2.72.3",
"paragonie/constant_time_encoding": "^2.7.0",
"spatie/laravel-backup": "^8.8.1",
"spatie/laravel-cookie-consent": "^3.3.0",
"spatie/laravel-cookie-consent": "^3.3.1",
"spatie/laravel-image-optimizer": "^1.8.0",
"spatie/ssl-certificate": "^2.6.6",
"spatie/ssl-certificate": "^2.6.7",
"symfony/dom-crawler": "^6.4.8",
"theodorejb/polycast": "dev-master",
"voku/anti-xss": "^4.1.42",
@@ -47,12 +47,12 @@
"calebdw/larastan-livewire": "^1.0.1",
"fakerphp/faker": "^1.23.1",
"jasonmccreary/laravel-test-assertions": "^2.4.1",
"larastan/larastan": "^2.9.7",
"laravel/pint": "^1.16.1",
"laravel/sail": "^1.29.3",
"larastan/larastan": "^2.9.8",
"laravel/pint": "^1.16.2",
"laravel/sail": "^1.30.2",
"mockery/mockery": "^1.6.12",
"nunomaduro/collision": "^v8.1.1",
"pestphp/pest": "^2.34.8",
"nunomaduro/collision": "^8.3.0",
"pestphp/pest": "^2.34.9",
"pestphp/pest-plugin-laravel": "^2.4.0",
"pestphp/pest-plugin-livewire": "^v2.1.0",
"phpunit/phpunit": "10.5.17",

318
composer.lock generated
View File

@@ -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": "1252df137d4216148753ed960139164f",
"content-hash": "2c5f3d82b65e61200b2eeff82f8196ff",
"packages": [
{
"name": "assada/laravel-achievements",
@@ -355,16 +355,16 @@
},
{
"name": "dflydev/dot-access-data",
"version": "v3.0.2",
"version": "v3.0.3",
"source": {
"type": "git",
"url": "https://github.com/dflydev/dflydev-dot-access-data.git",
"reference": "f41715465d65213d644d3141a6a93081be5d3549"
"reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/f41715465d65213d644d3141a6a93081be5d3549",
"reference": "f41715465d65213d644d3141a6a93081be5d3549",
"url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/a23a2bf4f31d3518f3ecb38660c95715dfead60f",
"reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f",
"shasum": ""
},
"require": {
@@ -424,9 +424,9 @@
],
"support": {
"issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
"source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.2"
"source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.3"
},
"time": "2022-10-27T11:44:00+00:00"
"time": "2024-07-08T12:26:09+00:00"
},
{
"name": "doctrine/cache",
@@ -2265,16 +2265,16 @@
},
{
"name": "laravel/framework",
"version": "v11.12.0",
"version": "v11.16.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "9a6d9cea83cfa6b9e8eda05c89741d0411d8ebe8"
"reference": "bd4808aaf103ccb5cb4b00bcee46140c070c0ec4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/9a6d9cea83cfa6b9e8eda05c89741d0411d8ebe8",
"reference": "9a6d9cea83cfa6b9e8eda05c89741d0411d8ebe8",
"url": "https://api.github.com/repos/laravel/framework/zipball/bd4808aaf103ccb5cb4b00bcee46140c070c0ec4",
"reference": "bd4808aaf103ccb5cb4b00bcee46140c070c0ec4",
"shasum": ""
},
"require": {
@@ -2327,6 +2327,7 @@
},
"provide": {
"psr/container-implementation": "1.1|2.0",
"psr/log-implementation": "1.0|2.0|3.0",
"psr/simple-cache-implementation": "1.0|2.0|3.0"
},
"replace": {
@@ -2379,7 +2380,7 @@
"nyholm/psr7": "^1.2",
"orchestra/testbench-core": "^9.1.5",
"pda/pheanstalk": "^5.0",
"phpstan/phpstan": "^1.4.7",
"phpstan/phpstan": "^1.11.5",
"phpunit/phpunit": "^10.5|^11.0",
"predis/predis": "^2.0.2",
"resend/resend-php": "^0.10.0",
@@ -2466,25 +2467,26 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2024-06-25T19:33:56+00:00"
"time": "2024-07-16T14:33:07+00:00"
},
{
"name": "laravel/octane",
"version": "v2.4.0",
"version": "v2.5.2",
"source": {
"type": "git",
"url": "https://github.com/laravel/octane.git",
"reference": "2c818d7d213de793b180fc2a079f71c951d494c7"
"reference": "ba9b7fffc3551eb8ba6d9e708866463e42f27511"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/octane/zipball/2c818d7d213de793b180fc2a079f71c951d494c7",
"reference": "2c818d7d213de793b180fc2a079f71c951d494c7",
"url": "https://api.github.com/repos/laravel/octane/zipball/ba9b7fffc3551eb8ba6d9e708866463e42f27511",
"reference": "ba9b7fffc3551eb8ba6d9e708866463e42f27511",
"shasum": ""
},
"require": {
"laminas/laminas-diactoros": "^3.0",
"laravel/framework": "^10.10.1|^11.0",
"laravel/prompts": "^0.1.24",
"laravel/serializable-closure": "^1.3.0",
"nesbot/carbon": "^2.66.0|^3.0",
"php": "^8.1.0",
@@ -2555,7 +2557,7 @@
"issues": "https://github.com/laravel/octane/issues",
"source": "https://github.com/laravel/octane"
},
"time": "2024-05-31T19:17:54+00:00"
"time": "2024-07-08T14:44:19+00:00"
},
{
"name": "laravel/prompts",
@@ -3119,16 +3121,16 @@
},
{
"name": "livewire/livewire",
"version": "v3.5.1",
"version": "v3.5.4",
"source": {
"type": "git",
"url": "https://github.com/livewire/livewire.git",
"reference": "da044261bb5c5449397f18fda3409f14acf47c0a"
"reference": "b158c6386a892efc6c5e4682e682829baac1f933"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/livewire/livewire/zipball/da044261bb5c5449397f18fda3409f14acf47c0a",
"reference": "da044261bb5c5449397f18fda3409f14acf47c0a",
"url": "https://api.github.com/repos/livewire/livewire/zipball/b158c6386a892efc6c5e4682e682829baac1f933",
"reference": "b158c6386a892efc6c5e4682e682829baac1f933",
"shasum": ""
},
"require": {
@@ -3183,7 +3185,7 @@
"description": "A front-end framework for Laravel.",
"support": {
"issues": "https://github.com/livewire/livewire/issues",
"source": "https://github.com/livewire/livewire/tree/v3.5.1"
"source": "https://github.com/livewire/livewire/tree/v3.5.4"
},
"funding": [
{
@@ -3191,34 +3193,36 @@
"type": "github"
}
],
"time": "2024-06-18T11:10:42+00:00"
"time": "2024-07-15T18:27:32+00:00"
},
{
"name": "marcreichel/igdb-laravel",
"version": "4.2.0",
"version": "4.3.0",
"source": {
"type": "git",
"url": "https://github.com/marcreichel/igdb-laravel.git",
"reference": "68d5fc11e66c8eac83d88a745f767b575fa81e1c"
"reference": "46c385e2d9c754e8cac35f09f356ea1a5007af18"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/marcreichel/igdb-laravel/zipball/68d5fc11e66c8eac83d88a745f767b575fa81e1c",
"reference": "68d5fc11e66c8eac83d88a745f767b575fa81e1c",
"url": "https://api.github.com/repos/marcreichel/igdb-laravel/zipball/46c385e2d9c754e8cac35f09f356ea1a5007af18",
"reference": "46c385e2d9c754e8cac35f09f356ea1a5007af18",
"shasum": ""
},
"require": {
"ext-json": "*",
"guzzlehttp/guzzle": "~6.0|~7.0",
"illuminate/support": "^8.40.0|^9.0|^10.0|^11.0",
"illuminate/support": "^9.0|^10.0|^11.0",
"nesbot/carbon": "^2.53.1|^3.0",
"php": "^8.1"
},
"require-dev": {
"larastan/larastan": "^2.9.2",
"laravel/pint": "^1.13",
"nunomaduro/collision": "^5.3|^6.1|^7.0|^8.0",
"nunomaduro/larastan": "^1.0|^2.0",
"orchestra/testbench": "^6.23|^7.0|^8.0|^9.0",
"pestphp/pest": "^2",
"pestphp/pest-plugin-type-coverage": "^2.8.3",
"phpunit/phpunit": "^9.5.4 || ^10.0.0",
"roave/security-advisories": "dev-latest"
},
@@ -3256,15 +3260,9 @@
],
"support": {
"issues": "https://github.com/marcreichel/igdb-laravel/issues",
"source": "https://github.com/marcreichel/igdb-laravel/tree/4.2.0"
"source": "https://github.com/marcreichel/igdb-laravel/tree/4.3.0"
},
"funding": [
{
"url": "https://github.com/marcreichel",
"type": "github"
}
],
"time": "2024-03-10T03:44:27+00:00"
"time": "2024-07-01T09:48:24+00:00"
},
{
"name": "masterminds/html5",
@@ -3335,16 +3333,16 @@
},
{
"name": "monolog/monolog",
"version": "3.6.0",
"version": "3.7.0",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
"reference": "4b18b21a5527a3d5ffdac2fd35d3ab25a9597654"
"reference": "f4393b648b78a5408747de94fca38beb5f7e9ef8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/4b18b21a5527a3d5ffdac2fd35d3ab25a9597654",
"reference": "4b18b21a5527a3d5ffdac2fd35d3ab25a9597654",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/f4393b648b78a5408747de94fca38beb5f7e9ef8",
"reference": "f4393b648b78a5408747de94fca38beb5f7e9ef8",
"shasum": ""
},
"require": {
@@ -3420,7 +3418,7 @@
],
"support": {
"issues": "https://github.com/Seldaek/monolog/issues",
"source": "https://github.com/Seldaek/monolog/tree/3.6.0"
"source": "https://github.com/Seldaek/monolog/tree/3.7.0"
},
"funding": [
{
@@ -3432,7 +3430,7 @@
"type": "tidelift"
}
],
"time": "2024-04-12T21:02:21+00:00"
"time": "2024-06-28T09:40:51+00:00"
},
{
"name": "nesbot/carbon",
@@ -3691,16 +3689,16 @@
},
{
"name": "nikic/php-parser",
"version": "v5.0.2",
"version": "v5.1.0",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13"
"reference": "683130c2ff8c2739f4822ff7ac5c873ec529abd1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/139676794dc1e9231bf7bcd123cfc0c99182cb13",
"reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/683130c2ff8c2739f4822ff7ac5c873ec529abd1",
"reference": "683130c2ff8c2739f4822ff7ac5c873ec529abd1",
"shasum": ""
},
"require": {
@@ -3711,7 +3709,7 @@
},
"require-dev": {
"ircmaxell/php-yacc": "^0.0.7",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
"phpunit/phpunit": "^9.0"
},
"bin": [
"bin/php-parse"
@@ -3743,9 +3741,9 @@
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v5.0.2"
"source": "https://github.com/nikic/PHP-Parser/tree/v5.1.0"
},
"time": "2024-03-05T20:51:40+00:00"
"time": "2024-07-01T20:03:41+00:00"
},
{
"name": "nunomaduro/termwind",
@@ -5013,16 +5011,16 @@
},
{
"name": "spatie/laravel-cookie-consent",
"version": "3.3.0",
"version": "3.3.1",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-cookie-consent.git",
"reference": "da22c92f0d7824577dfc7044262944efa0a8bcbc"
"reference": "7f5357be6a240b8818953767fdd2bc4f6968342f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-cookie-consent/zipball/da22c92f0d7824577dfc7044262944efa0a8bcbc",
"reference": "da22c92f0d7824577dfc7044262944efa0a8bcbc",
"url": "https://api.github.com/repos/spatie/laravel-cookie-consent/zipball/7f5357be6a240b8818953767fdd2bc4f6968342f",
"reference": "7f5357be6a240b8818953767fdd2bc4f6968342f",
"shasum": ""
},
"require": {
@@ -5079,7 +5077,7 @@
"spatie"
],
"support": {
"source": "https://github.com/spatie/laravel-cookie-consent/tree/3.3.0"
"source": "https://github.com/spatie/laravel-cookie-consent/tree/3.3.1"
},
"funding": [
{
@@ -5087,7 +5085,7 @@
"type": "custom"
}
],
"time": "2024-03-08T12:14:18+00:00"
"time": "2024-07-15T09:38:44+00:00"
},
{
"name": "spatie/laravel-image-optimizer",
@@ -5344,16 +5342,16 @@
},
{
"name": "spatie/ssl-certificate",
"version": "2.6.6",
"version": "2.6.7",
"source": {
"type": "git",
"url": "https://github.com/spatie/ssl-certificate.git",
"reference": "91e67730fdd04bda87d9f5562d378314a860436d"
"reference": "61daa1569f82e177e7989f403c49e9c0033a27f5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/ssl-certificate/zipball/91e67730fdd04bda87d9f5562d378314a860436d",
"reference": "91e67730fdd04bda87d9f5562d378314a860436d",
"url": "https://api.github.com/repos/spatie/ssl-certificate/zipball/61daa1569f82e177e7989f403c49e9c0033a27f5",
"reference": "61daa1569f82e177e7989f403c49e9c0033a27f5",
"shasum": ""
},
"require": {
@@ -5396,7 +5394,7 @@
"ssl-certificate"
],
"support": {
"source": "https://github.com/spatie/ssl-certificate/tree/2.6.6"
"source": "https://github.com/spatie/ssl-certificate/tree/2.6.7"
},
"funding": [
{
@@ -5408,7 +5406,7 @@
"type": "other"
}
],
"time": "2024-06-07T11:12:52+00:00"
"time": "2024-06-28T07:58:30+00:00"
},
{
"name": "spatie/temporary-directory",
@@ -5473,16 +5471,16 @@
},
{
"name": "symfony/console",
"version": "v7.1.1",
"version": "v7.1.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "9b008f2d7b21c74ef4d0c3de6077a642bc55ece3"
"reference": "0aa29ca177f432ab68533432db0de059f39c92ae"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/9b008f2d7b21c74ef4d0c3de6077a642bc55ece3",
"reference": "9b008f2d7b21c74ef4d0c3de6077a642bc55ece3",
"url": "https://api.github.com/repos/symfony/console/zipball/0aa29ca177f432ab68533432db0de059f39c92ae",
"reference": "0aa29ca177f432ab68533432db0de059f39c92ae",
"shasum": ""
},
"require": {
@@ -5546,7 +5544,7 @@
"terminal"
],
"support": {
"source": "https://github.com/symfony/console/tree/v7.1.1"
"source": "https://github.com/symfony/console/tree/v7.1.2"
},
"funding": [
{
@@ -5562,7 +5560,7 @@
"type": "tidelift"
}
],
"time": "2024-05-31T14:57:53+00:00"
"time": "2024-06-28T10:03:55+00:00"
},
{
"name": "symfony/css-selector",
@@ -5765,16 +5763,16 @@
},
{
"name": "symfony/error-handler",
"version": "v7.1.1",
"version": "v7.1.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
"reference": "e9b8bbce0b4f322939332ab7b6b81d8c11da27dd"
"reference": "2412d3dddb5c9ea51a39cfbff1c565fc9844ca32"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/e9b8bbce0b4f322939332ab7b6b81d8c11da27dd",
"reference": "e9b8bbce0b4f322939332ab7b6b81d8c11da27dd",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/2412d3dddb5c9ea51a39cfbff1c565fc9844ca32",
"reference": "2412d3dddb5c9ea51a39cfbff1c565fc9844ca32",
"shasum": ""
},
"require": {
@@ -5820,7 +5818,7 @@
"description": "Provides tools to manage errors and ease debugging PHP code",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/error-handler/tree/v7.1.1"
"source": "https://github.com/symfony/error-handler/tree/v7.1.2"
},
"funding": [
{
@@ -5836,7 +5834,7 @@
"type": "tidelift"
}
],
"time": "2024-05-31T14:57:53+00:00"
"time": "2024-06-25T19:55:06+00:00"
},
{
"name": "symfony/event-dispatcher",
@@ -6137,16 +6135,16 @@
},
{
"name": "symfony/http-kernel",
"version": "v7.1.1",
"version": "v7.1.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "fa8d1c75b5f33b1302afccf81811f93976c6e26f"
"reference": "ae3fa717db4d41a55d14c2bd92399e37cf5bc0f6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/fa8d1c75b5f33b1302afccf81811f93976c6e26f",
"reference": "fa8d1c75b5f33b1302afccf81811f93976c6e26f",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/ae3fa717db4d41a55d14c2bd92399e37cf5bc0f6",
"reference": "ae3fa717db4d41a55d14c2bd92399e37cf5bc0f6",
"shasum": ""
},
"require": {
@@ -6231,7 +6229,7 @@
"description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-kernel/tree/v7.1.1"
"source": "https://github.com/symfony/http-kernel/tree/v7.1.2"
},
"funding": [
{
@@ -6247,20 +6245,20 @@
"type": "tidelift"
}
],
"time": "2024-06-04T06:52:15+00:00"
"time": "2024-06-28T13:13:31+00:00"
},
{
"name": "symfony/mailer",
"version": "v7.1.1",
"version": "v7.1.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/mailer.git",
"reference": "2eaad2e167cae930f25a3d731fec8b2ded5e751e"
"reference": "8fcff0af9043c8f8a8e229437cea363e282f9aee"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mailer/zipball/2eaad2e167cae930f25a3d731fec8b2ded5e751e",
"reference": "2eaad2e167cae930f25a3d731fec8b2ded5e751e",
"url": "https://api.github.com/repos/symfony/mailer/zipball/8fcff0af9043c8f8a8e229437cea363e282f9aee",
"reference": "8fcff0af9043c8f8a8e229437cea363e282f9aee",
"shasum": ""
},
"require": {
@@ -6311,7 +6309,7 @@
"description": "Helps sending emails",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/mailer/tree/v7.1.1"
"source": "https://github.com/symfony/mailer/tree/v7.1.2"
},
"funding": [
{
@@ -6327,20 +6325,20 @@
"type": "tidelift"
}
],
"time": "2024-05-31T14:57:53+00:00"
"time": "2024-06-28T08:00:31+00:00"
},
{
"name": "symfony/mime",
"version": "v7.1.1",
"version": "v7.1.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
"reference": "21027eaacc1a8a20f5e616c25c3580f5dd3a15df"
"reference": "26a00b85477e69a4bab63b66c5dce64f18b0cbfc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/21027eaacc1a8a20f5e616c25c3580f5dd3a15df",
"reference": "21027eaacc1a8a20f5e616c25c3580f5dd3a15df",
"url": "https://api.github.com/repos/symfony/mime/zipball/26a00b85477e69a4bab63b66c5dce64f18b0cbfc",
"reference": "26a00b85477e69a4bab63b66c5dce64f18b0cbfc",
"shasum": ""
},
"require": {
@@ -6395,7 +6393,7 @@
"mime-type"
],
"support": {
"source": "https://github.com/symfony/mime/tree/v7.1.1"
"source": "https://github.com/symfony/mime/tree/v7.1.2"
},
"funding": [
{
@@ -6411,7 +6409,7 @@
"type": "tidelift"
}
],
"time": "2024-06-04T06:40:14+00:00"
"time": "2024-06-28T10:03:55+00:00"
},
{
"name": "symfony/polyfill-ctype",
@@ -7513,16 +7511,16 @@
},
{
"name": "symfony/string",
"version": "v7.1.1",
"version": "v7.1.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "60bc311c74e0af215101235aa6f471bcbc032df2"
"reference": "14221089ac66cf82e3cf3d1c1da65de305587ff8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/60bc311c74e0af215101235aa6f471bcbc032df2",
"reference": "60bc311c74e0af215101235aa6f471bcbc032df2",
"url": "https://api.github.com/repos/symfony/string/zipball/14221089ac66cf82e3cf3d1c1da65de305587ff8",
"reference": "14221089ac66cf82e3cf3d1c1da65de305587ff8",
"shasum": ""
},
"require": {
@@ -7580,7 +7578,7 @@
"utf8"
],
"support": {
"source": "https://github.com/symfony/string/tree/v7.1.1"
"source": "https://github.com/symfony/string/tree/v7.1.2"
},
"funding": [
{
@@ -7596,7 +7594,7 @@
"type": "tidelift"
}
],
"time": "2024-06-04T06:40:14+00:00"
"time": "2024-06-28T09:27:18+00:00"
},
{
"name": "symfony/translation",
@@ -7847,16 +7845,16 @@
},
{
"name": "symfony/var-dumper",
"version": "v7.1.1",
"version": "v7.1.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "deb2c2b506ff6fdbb340e00b34e9901e1605f293"
"reference": "5857c57c6b4b86524c08cf4f4bc95327270a816d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/deb2c2b506ff6fdbb340e00b34e9901e1605f293",
"reference": "deb2c2b506ff6fdbb340e00b34e9901e1605f293",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/5857c57c6b4b86524c08cf4f4bc95327270a816d",
"reference": "5857c57c6b4b86524c08cf4f4bc95327270a816d",
"shasum": ""
},
"require": {
@@ -7910,7 +7908,7 @@
"dump"
],
"support": {
"source": "https://github.com/symfony/var-dumper/tree/v7.1.1"
"source": "https://github.com/symfony/var-dumper/tree/v7.1.2"
},
"funding": [
{
@@ -7926,7 +7924,7 @@
"type": "tidelift"
}
],
"time": "2024-05-31T14:57:53+00:00"
"time": "2024-06-28T08:00:31+00:00"
},
{
"name": "theodorejb/polycast",
@@ -9088,16 +9086,16 @@
},
{
"name": "larastan/larastan",
"version": "v2.9.7",
"version": "v2.9.8",
"source": {
"type": "git",
"url": "https://github.com/larastan/larastan.git",
"reference": "5c805f636095cc2e0b659e3954775cf8f1dad1bb"
"reference": "340badd89b0eb5bddbc503a4829c08cf9a2819d7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/larastan/larastan/zipball/5c805f636095cc2e0b659e3954775cf8f1dad1bb",
"reference": "5c805f636095cc2e0b659e3954775cf8f1dad1bb",
"url": "https://api.github.com/repos/larastan/larastan/zipball/340badd89b0eb5bddbc503a4829c08cf9a2819d7",
"reference": "340badd89b0eb5bddbc503a4829c08cf9a2819d7",
"shasum": ""
},
"require": {
@@ -9111,7 +9109,7 @@
"illuminate/support": "^9.52.16 || ^10.28.0 || ^11.0",
"php": "^8.0.2",
"phpmyadmin/sql-parser": "^5.9.0",
"phpstan/phpstan": "^1.11.1"
"phpstan/phpstan": "^1.11.2"
},
"require-dev": {
"doctrine/coding-standard": "^12.0",
@@ -9166,7 +9164,7 @@
],
"support": {
"issues": "https://github.com/larastan/larastan/issues",
"source": "https://github.com/larastan/larastan/tree/v2.9.7"
"source": "https://github.com/larastan/larastan/tree/v2.9.8"
},
"funding": [
{
@@ -9186,20 +9184,20 @@
"type": "patreon"
}
],
"time": "2024-05-27T18:33:26+00:00"
"time": "2024-07-06T17:46:02+00:00"
},
{
"name": "laravel/pint",
"version": "v1.16.1",
"version": "v1.16.2",
"source": {
"type": "git",
"url": "https://github.com/laravel/pint.git",
"reference": "9266a47f1b9231b83e0cfd849009547329d871b1"
"reference": "51f1ba679a6afe0315621ad143d788bd7ded0eca"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/pint/zipball/9266a47f1b9231b83e0cfd849009547329d871b1",
"reference": "9266a47f1b9231b83e0cfd849009547329d871b1",
"url": "https://api.github.com/repos/laravel/pint/zipball/51f1ba679a6afe0315621ad143d788bd7ded0eca",
"reference": "51f1ba679a6afe0315621ad143d788bd7ded0eca",
"shasum": ""
},
"require": {
@@ -9252,20 +9250,20 @@
"issues": "https://github.com/laravel/pint/issues",
"source": "https://github.com/laravel/pint"
},
"time": "2024-06-18T16:50:05+00:00"
"time": "2024-07-09T15:58:08+00:00"
},
{
"name": "laravel/sail",
"version": "v1.29.3",
"version": "v1.30.2",
"source": {
"type": "git",
"url": "https://github.com/laravel/sail.git",
"reference": "e35b3ffe1b9ea598246d7e99197ee8799f6dc2e5"
"reference": "f5a9699a1001e15de1aa5e7cb5c9f50a3f63f887"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/sail/zipball/e35b3ffe1b9ea598246d7e99197ee8799f6dc2e5",
"reference": "e35b3ffe1b9ea598246d7e99197ee8799f6dc2e5",
"url": "https://api.github.com/repos/laravel/sail/zipball/f5a9699a1001e15de1aa5e7cb5c9f50a3f63f887",
"reference": "f5a9699a1001e15de1aa5e7cb5c9f50a3f63f887",
"shasum": ""
},
"require": {
@@ -9315,7 +9313,7 @@
"issues": "https://github.com/laravel/sail/issues",
"source": "https://github.com/laravel/sail"
},
"time": "2024-06-12T16:24:41+00:00"
"time": "2024-07-05T16:01:51+00:00"
},
{
"name": "maximebf/debugbar",
@@ -9530,38 +9528,38 @@
},
{
"name": "nunomaduro/collision",
"version": "v8.1.1",
"version": "v8.3.0",
"source": {
"type": "git",
"url": "https://github.com/nunomaduro/collision.git",
"reference": "13e5d538b95a744d85f447a321ce10adb28e9af9"
"reference": "b49f5b2891ce52726adfd162841c69d4e4c84229"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nunomaduro/collision/zipball/13e5d538b95a744d85f447a321ce10adb28e9af9",
"reference": "13e5d538b95a744d85f447a321ce10adb28e9af9",
"url": "https://api.github.com/repos/nunomaduro/collision/zipball/b49f5b2891ce52726adfd162841c69d4e4c84229",
"reference": "b49f5b2891ce52726adfd162841c69d4e4c84229",
"shasum": ""
},
"require": {
"filp/whoops": "^2.15.4",
"nunomaduro/termwind": "^2.0.1",
"php": "^8.2.0",
"symfony/console": "^7.0.4"
"symfony/console": "^7.1.2"
},
"conflict": {
"laravel/framework": "<11.0.0 || >=12.0.0",
"phpunit/phpunit": "<10.5.1 || >=12.0.0"
},
"require-dev": {
"larastan/larastan": "^2.9.2",
"laravel/framework": "^11.0.0",
"laravel/pint": "^1.14.0",
"laravel/sail": "^1.28.2",
"laravel/sanctum": "^4.0.0",
"larastan/larastan": "^2.9.8",
"laravel/framework": "^11.16.0",
"laravel/pint": "^1.16.2",
"laravel/sail": "^1.30.2",
"laravel/sanctum": "^4.0.2",
"laravel/tinker": "^2.9.0",
"orchestra/testbench-core": "^9.0.0",
"pestphp/pest": "^2.34.1 || ^3.0.0",
"sebastian/environment": "^6.0.1 || ^7.0.0"
"orchestra/testbench-core": "^9.2.1",
"pestphp/pest": "^2.34.9 || ^3.0.0",
"sebastian/environment": "^6.1.0 || ^7.0.0"
},
"type": "library",
"extra": {
@@ -9623,20 +9621,20 @@
"type": "patreon"
}
],
"time": "2024-03-06T16:20:09+00:00"
"time": "2024-07-16T22:41:01+00:00"
},
{
"name": "pestphp/pest",
"version": "v2.34.8",
"version": "v2.34.9",
"source": {
"type": "git",
"url": "https://github.com/pestphp/pest.git",
"reference": "e8f122bf47585c06431e0056189ec6bfd6f41f57"
"reference": "ef120125e036bf84c9e46a9e62219702f5b92e16"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pestphp/pest/zipball/e8f122bf47585c06431e0056189ec6bfd6f41f57",
"reference": "e8f122bf47585c06431e0056189ec6bfd6f41f57",
"url": "https://api.github.com/repos/pestphp/pest/zipball/ef120125e036bf84c9e46a9e62219702f5b92e16",
"reference": "ef120125e036bf84c9e46a9e62219702f5b92e16",
"shasum": ""
},
"require": {
@@ -9655,7 +9653,7 @@
},
"require-dev": {
"pestphp/pest-dev-tools": "^2.16.0",
"pestphp/pest-plugin-type-coverage": "^2.8.3",
"pestphp/pest-plugin-type-coverage": "^2.8.4",
"symfony/process": "^6.4.0|^7.1.1"
},
"bin": [
@@ -9719,7 +9717,7 @@
],
"support": {
"issues": "https://github.com/pestphp/pest/issues",
"source": "https://github.com/pestphp/pest/tree/v2.34.8"
"source": "https://github.com/pestphp/pest/tree/v2.34.9"
},
"funding": [
{
@@ -9731,7 +9729,7 @@
"type": "github"
}
],
"time": "2024-06-10T22:02:16+00:00"
"time": "2024-07-11T08:36:26+00:00"
},
{
"name": "pestphp/pest-plugin",
@@ -10444,16 +10442,16 @@
},
{
"name": "phpstan/phpstan",
"version": "1.11.5",
"version": "1.11.7",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "490f0ae1c92b082f154681d7849aee776a7c1443"
"reference": "52d2bbfdcae7f895915629e4694e9497d0f8e28d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/490f0ae1c92b082f154681d7849aee776a7c1443",
"reference": "490f0ae1c92b082f154681d7849aee776a7c1443",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/52d2bbfdcae7f895915629e4694e9497d0f8e28d",
"reference": "52d2bbfdcae7f895915629e4694e9497d0f8e28d",
"shasum": ""
},
"require": {
@@ -10498,20 +10496,20 @@
"type": "github"
}
],
"time": "2024-06-17T15:10:54+00:00"
"time": "2024-07-06T11:17:41+00:00"
},
{
"name": "phpunit/php-code-coverage",
"version": "10.1.14",
"version": "10.1.15",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "e3f51450ebffe8e0efdf7346ae966a656f7d5e5b"
"reference": "5da8b1728acd1e6ffdf2ff32ffbdfd04307f26ae"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/e3f51450ebffe8e0efdf7346ae966a656f7d5e5b",
"reference": "e3f51450ebffe8e0efdf7346ae966a656f7d5e5b",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/5da8b1728acd1e6ffdf2ff32ffbdfd04307f26ae",
"reference": "5da8b1728acd1e6ffdf2ff32ffbdfd04307f26ae",
"shasum": ""
},
"require": {
@@ -10568,7 +10566,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.14"
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.15"
},
"funding": [
{
@@ -10576,7 +10574,7 @@
"type": "github"
}
],
"time": "2024-03-12T15:33:41+00:00"
"time": "2024-06-29T08:25:15+00:00"
},
{
"name": "phpunit/php-file-iterator",
@@ -11965,16 +11963,16 @@
},
{
"name": "spatie/error-solutions",
"version": "1.0.1",
"version": "1.0.5",
"source": {
"type": "git",
"url": "https://github.com/spatie/error-solutions.git",
"reference": "d60d4d2ef4b7701c86134ded959667cac6215233"
"reference": "4bb6c734dc992b2db3e26df1ef021c75d2218b13"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/error-solutions/zipball/d60d4d2ef4b7701c86134ded959667cac6215233",
"reference": "d60d4d2ef4b7701c86134ded959667cac6215233",
"url": "https://api.github.com/repos/spatie/error-solutions/zipball/4bb6c734dc992b2db3e26df1ef021c75d2218b13",
"reference": "4bb6c734dc992b2db3e26df1ef021c75d2218b13",
"shasum": ""
},
"require": {
@@ -12027,7 +12025,7 @@
],
"support": {
"issues": "https://github.com/spatie/error-solutions/issues",
"source": "https://github.com/spatie/error-solutions/tree/1.0.1"
"source": "https://github.com/spatie/error-solutions/tree/1.0.5"
},
"funding": [
{
@@ -12035,7 +12033,7 @@
"type": "github"
}
],
"time": "2024-06-21T10:09:00+00:00"
"time": "2024-07-09T12:13:32+00:00"
},
{
"name": "spatie/flare-client-php",

View File

@@ -7,7 +7,7 @@
"dependencies": {
"ajv": "^8.10.0",
"alpinejs": "^3.9.1",
"axios": "^0.26.1",
"axios": "^1.7.2",
"cross-env": "^7.0.3",
"dayjs": "^1.11.0",
"laravel-echo": "^1.11.4",

View File

@@ -635,7 +635,9 @@
unsetUploadLoading(this.component);
let uploadItem = this.uploadBag.first(name);
if (uploadItem) {
uploadItem.request.abort();
if (uploadItem.request) {
uploadItem.request.abort();
}
this.uploadBag.shift(name).cancelledCallback();
if (cancelledCallback)
cancelledCallback();
@@ -710,7 +712,7 @@
uploadManager.cancelUpload(name, cancelledCallback);
}
// ../alpine/packages/alpinejs/dist/module.esm.js
// node_modules/alpinejs/dist/module.esm.js
var flushPending = false;
var flushing = false;
var queue = [];
@@ -1011,7 +1013,7 @@
const target = objects.find((obj) => Object.prototype.hasOwnProperty.call(obj, name)) || objects[objects.length - 1];
const descriptor = Object.getOwnPropertyDescriptor(target, name);
if (descriptor?.set && descriptor?.get)
return Reflect.set(target, name, value, thisProxy);
return descriptor.set.call(thisProxy, value) || true;
return Reflect.set(target, name, value);
}
};
@@ -2278,7 +2280,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
get raw() {
return raw;
},
version: "3.14.0",
version: "3.14.1",
flushAndStopDeferringMutations,
dontAutoEvaluateFunctions,
disableEffectScheduling,
@@ -4567,6 +4569,9 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
if (this.originalEffects.url) {
effects.url = this.originalEffects.url;
}
if (this.originalEffects.scripts) {
effects.scripts = this.originalEffects.scripts;
}
el.setAttribute("wire:effects", JSON.stringify(effects));
}
addCleanup(cleanup2) {
@@ -4757,7 +4762,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
}
};
// ../alpine/packages/collapse/dist/module.esm.js
// node_modules/@alpinejs/collapse/dist/module.esm.js
function src_default2(Alpine3) {
Alpine3.directive("collapse", collapse);
collapse.inline = (el, { modifiers }) => {
@@ -4851,7 +4856,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
}
var module_default2 = src_default2;
// ../alpine/packages/focus/dist/module.esm.js
// node_modules/@alpinejs/focus/dist/module.esm.js
var candidateSelectors = ["input", "select", "textarea", "a[href]", "button", "[tabindex]:not(slot)", "audio[controls]", "video[controls]", '[contenteditable]:not([contenteditable="false"])', "details>summary:first-of-type", "details"];
var candidateSelector = /* @__PURE__ */ candidateSelectors.join(",");
var NoElement = typeof Element === "undefined";
@@ -5800,7 +5805,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
}
var module_default3 = src_default3;
// ../alpine/packages/persist/dist/module.esm.js
// node_modules/@alpinejs/persist/dist/module.esm.js
function src_default4(Alpine3) {
let persist = () => {
let alias;
@@ -5862,7 +5867,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
}
var module_default4 = src_default4;
// ../alpine/packages/intersect/dist/module.esm.js
// node_modules/@alpinejs/intersect/dist/module.esm.js
function src_default5(Alpine3) {
Alpine3.directive("intersect", Alpine3.skipDuringClone((el, { value, expression, modifiers }, { evaluateLater: evaluateLater2, cleanup: cleanup2 }) => {
let evaluate3 = evaluateLater2(expression);
@@ -5917,7 +5922,52 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
}
var module_default5 = src_default5;
// ../alpine/packages/anchor/dist/module.esm.js
// node_modules/@alpinejs/resize/dist/module.esm.js
function src_default6(Alpine3) {
Alpine3.directive("resize", Alpine3.skipDuringClone((el, { value, expression, modifiers }, { evaluateLater: evaluateLater2, cleanup: cleanup2 }) => {
let evaluator = evaluateLater2(expression);
let evaluate3 = (width, height) => {
evaluator(() => {
}, { scope: { "$width": width, "$height": height } });
};
let off = modifiers.includes("document") ? onDocumentResize(evaluate3) : onElResize(el, evaluate3);
cleanup2(() => off());
}));
}
function onElResize(el, callback) {
let observer2 = new ResizeObserver((entries) => {
let [width, height] = dimensions(entries);
callback(width, height);
});
observer2.observe(el);
return () => observer2.disconnect();
}
var documentResizeObserver;
var documentResizeObserverCallbacks = /* @__PURE__ */ new Set();
function onDocumentResize(callback) {
documentResizeObserverCallbacks.add(callback);
if (!documentResizeObserver) {
documentResizeObserver = new ResizeObserver((entries) => {
let [width, height] = dimensions(entries);
documentResizeObserverCallbacks.forEach((i) => i(width, height));
});
documentResizeObserver.observe(document.documentElement);
}
return () => {
documentResizeObserverCallbacks.delete(callback);
};
}
function dimensions(entries) {
let width, height;
for (let entry of entries) {
width = entry.borderBoxSize[0].inlineSize;
height = entry.borderBoxSize[0].blockSize;
}
return [width, height];
}
var module_default6 = src_default6;
// node_modules/@alpinejs/anchor/dist/module.esm.js
var min = Math.min;
var max = Math.max;
var round = Math.round;
@@ -7091,7 +7141,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
platform: platformWithCache
});
};
function src_default6(Alpine3) {
function src_default7(Alpine3) {
Alpine3.magic("anchor", (el) => {
if (!el._x_anchor)
throw "Alpine: No x-anchor directive found on element using $anchor...";
@@ -7149,7 +7199,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
let unstyled = modifiers.includes("no-style");
return { placement, offsetValue, unstyled };
}
var module_default6 = src_default6;
var module_default7 = src_default7;
// js/plugins/navigate/history.js
var Snapshot = class {
@@ -7300,7 +7350,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
return createUrlObjectFromString(linkEl.getAttribute("href"));
}
function createUrlObjectFromString(urlString) {
return new URL(urlString, document.baseURI);
return urlString !== null && new URL(urlString, document.baseURI);
}
function getUriStringFromUrlObject(urlObject) {
return urlObject.pathname + urlObject.search + urlObject.hash;
@@ -7725,12 +7775,16 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
let shouldPrefetchOnHover = modifiers.includes("hover");
shouldPrefetchOnHover && whenThisLinkIsHoveredFor(el, 60, () => {
let destination = extractDestinationFromLink(el);
if (!destination)
return;
prefetchHtml(destination, (html, finalDestination) => {
storeThePrefetchedHtmlForWhenALinkIsClicked(html, destination, finalDestination);
});
});
whenThisLinkIsPressed(el, (whenItIsReleased) => {
let destination = extractDestinationFromLink(el);
if (!destination)
return;
prefetchHtml(destination, (html, finalDestination) => {
storeThePrefetchedHtmlForWhenALinkIsClicked(html, destination, finalDestination);
});
@@ -7914,13 +7968,15 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
});
Alpine3.history = { track: track2 };
}
function track2(name, initialSeedValue, alwaysShow = false) {
function track2(name, initialSeedValue, alwaysShow = false, except = null) {
let { has: has2, get: get3, set: set3, remove } = queryStringUtils();
let url = new URL(window.location.href);
let isInitiallyPresentInUrl = has2(url, name);
let initialValue = isInitiallyPresentInUrl ? get3(url, name) : initialSeedValue;
let initialValueMemo = JSON.stringify(initialValue);
let exceptValueMemo = [false, null, void 0].includes(except) ? initialSeedValue : JSON.stringify(except);
let hasReturnedToInitialValue = (newValue) => JSON.stringify(newValue) === initialValueMemo;
let hasReturnedToExceptValue = (newValue) => JSON.stringify(newValue) === exceptValueMemo;
if (alwaysShow)
url = set3(url, name, initialValue);
replace(url, name, { value: initialValue });
@@ -7933,6 +7989,8 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
url2 = remove(url2, name);
} else if (newValue === void 0) {
url2 = remove(url2, name);
} else if (!alwaysShow && hasReturnedToExceptValue(newValue)) {
url2 = remove(url2, name);
} else {
url2 = set3(url2, name, newValue);
}
@@ -8074,7 +8132,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
return data2;
}
// ../alpine/packages/morph/dist/module.esm.js
// node_modules/@alpinejs/morph/dist/module.esm.js
function morph(from, toHtml, options) {
monkeyPatchDomSetAttributeToAllowAtSymbols();
let fromEl;
@@ -8404,13 +8462,13 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
to.setAttribute("id", fromId);
to.id = fromId;
}
function src_default7(Alpine3) {
function src_default8(Alpine3) {
Alpine3.morph = morph;
}
var module_default7 = src_default7;
var module_default8 = src_default8;
// ../alpine/packages/mask/dist/module.esm.js
function src_default8(Alpine3) {
// node_modules/@alpinejs/mask/dist/module.esm.js
function src_default9(Alpine3) {
Alpine3.directive("mask", (el, { value, expression }, { effect: effect3, evaluateLater: evaluateLater2, cleanup: cleanup2 }) => {
let templateFn = () => expression;
let lastInputValue = "";
@@ -8572,22 +8630,23 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
});
return template;
}
var module_default8 = src_default8;
var module_default9 = src_default9;
// js/lifecycle.js
function start2() {
setTimeout(() => ensureLivewireScriptIsntMisplaced());
dispatch(document, "livewire:init");
dispatch(document, "livewire:initializing");
module_default.plugin(module_default7);
module_default.plugin(module_default8);
module_default.plugin(history2);
module_default.plugin(module_default5);
module_default.plugin(module_default2);
module_default.plugin(module_default6);
module_default.plugin(module_default2);
module_default.plugin(module_default7);
module_default.plugin(module_default3);
module_default.plugin(module_default4);
module_default.plugin(navigate_default);
module_default.plugin(module_default8);
module_default.plugin(module_default9);
module_default.addRootSelector(() => "[wire\\:id]");
module_default.onAttributesAdded((el, attributes) => {
if (!Array.from(attributes).some((attribute) => matchesForLivewireDirective(attribute.name)))
@@ -9082,7 +9141,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
if (!as)
as = name;
let initialValue = [false, null, void 0].includes(except) ? dataGet(component.ephemeral, name) : except;
let { replace: replace2, push: push2, pop } = track2(as, initialValue, alwaysShow);
let { replace: replace2, push: push2, pop } = track2(as, initialValue, alwaysShow, except);
if (use === "replace") {
let effectReference = module_default.effect(() => {
replace2(dataGet(component.reactive, name));

View File

@@ -1,2 +1,2 @@
{"/livewire.js":"07f22875"}
{"/livewire.js":"cc800bf4"}