diff --git a/composer.json b/composer.json index b9d0964b..117fb1c2 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,7 @@ "fakerphp/faker": "^1.23", "guzzlehttp/guzzle": "^7.8", "inertiajs/inertia-laravel": "^1.0", + "laragear/cache-query": "^4.0", "laravel/framework": "^11.0", "laravel/sanctum": "^4.0", "laravel/socialite": "^5.12", diff --git a/composer.lock b/composer.lock index 0a8fa853..7f6ffd7d 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "f56529bfeaa2e554014dd4c63328f235", + "content-hash": "029f9022264b42afb6f95a0331d26059", "packages": [ { "name": "azuyalabs/yasumi", @@ -1176,16 +1176,16 @@ }, { "name": "google/apiclient-services", - "version": "v0.340.0", + "version": "v0.341.0", "source": { "type": "git", "url": "https://github.com/googleapis/google-api-php-client-services.git", - "reference": "c89999ea477da2b0803b2b4f14c9e7fc23b6344a" + "reference": "50dad3cd4a3902bd2df0d96e7dc09cdaa2ba79b9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/c89999ea477da2b0803b2b4f14c9e7fc23b6344a", - "reference": "c89999ea477da2b0803b2b4f14c9e7fc23b6344a", + "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/50dad3cd4a3902bd2df0d96e7dc09cdaa2ba79b9", + "reference": "50dad3cd4a3902bd2df0d96e7dc09cdaa2ba79b9", "shasum": "" }, "require": { @@ -1214,9 +1214,9 @@ ], "support": { "issues": "https://github.com/googleapis/google-api-php-client-services/issues", - "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.340.0" + "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.341.0" }, - "time": "2024-03-17T00:56:17+00:00" + "time": "2024-03-24T01:08:16+00:00" }, { "name": "google/auth", @@ -2029,18 +2029,85 @@ ], "time": "2023-10-10T08:35:13+00:00" }, + { + "name": "laragear/cache-query", + "version": "v4.0.0", + "source": { + "type": "git", + "url": "https://github.com/Laragear/CacheQuery.git", + "reference": "377a8706c8433f171fb2883a644efb01470ae7fa" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Laragear/CacheQuery/zipball/377a8706c8433f171fb2883a644efb01470ae7fa", + "reference": "377a8706c8433f171fb2883a644efb01470ae7fa", + "shasum": "" + }, + "require": { + "illuminate/cache": "10.*|11.*", + "illuminate/config": "10.*|11.*", + "illuminate/container": "10.*|11.*", + "illuminate/contracts": "10.*|11.*", + "illuminate/database": "10.*|11.*", + "illuminate/support": "10.*|11.*", + "php": "^8.1" + }, + "require-dev": { + "orchestra/testbench": "8.*|9.*" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "Laragear\\CacheQuery\\CacheQueryServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "Laragear\\CacheQuery\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Italo Baeza C.", + "email": "DarkGhostHunter@Gmail.com", + "homepage": "https://github.com/sponsors/DarkGhostHunter" + } + ], + "description": "Remember your query results using only one method. Yes, only one.", + "support": { + "issues": "https://github.com/laragear/cache-query/issues", + "source": "https://github.com/laragear/cache-query" + }, + "funding": [ + { + "url": "https://github.com/sponsors/DarkGhostHunter", + "type": "Github Sponsorship" + }, + { + "url": "https://paypal.me/darkghosthunter", + "type": "Paypal" + } + ], + "time": "2024-03-04T04:27:23+00:00" + }, { "name": "laravel/framework", - "version": "v11.0.7", + "version": "v11.0.8", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "28eabe9dcdcb017a21ce226eda4538c5c8c93b1c" + "reference": "0379a7ccb77e2029c43ce508fa76e251a0d68fce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/28eabe9dcdcb017a21ce226eda4538c5c8c93b1c", - "reference": "28eabe9dcdcb017a21ce226eda4538c5c8c93b1c", + "url": "https://api.github.com/repos/laravel/framework/zipball/0379a7ccb77e2029c43ce508fa76e251a0d68fce", + "reference": "0379a7ccb77e2029c43ce508fa76e251a0d68fce", "shasum": "" }, "require": { @@ -2143,7 +2210,7 @@ "league/flysystem-sftp-v3": "^3.0", "mockery/mockery": "^1.6", "nyholm/psr7": "^1.2", - "orchestra/testbench-core": "^9.0", + "orchestra/testbench-core": "^9.0.6", "pda/pheanstalk": "^5.0", "phpstan/phpstan": "^1.4.7", "phpunit/phpunit": "^10.5|^11.0", @@ -2232,7 +2299,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2024-03-15T23:17:58+00:00" + "time": "2024-03-21T14:15:49+00:00" }, { "name": "laravel/prompts", @@ -2969,16 +3036,16 @@ }, { "name": "league/flysystem", - "version": "3.25.1", + "version": "3.26.0", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", - "reference": "abbd664eb4381102c559d358420989f835208f18" + "reference": "072735c56cc0da00e10716dd90d5a7f7b40b36be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/abbd664eb4381102c559d358420989f835208f18", - "reference": "abbd664eb4381102c559d358420989f835208f18", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/072735c56cc0da00e10716dd90d5a7f7b40b36be", + "reference": "072735c56cc0da00e10716dd90d5a7f7b40b36be", "shasum": "" }, "require": { @@ -3043,7 +3110,7 @@ ], "support": { "issues": "https://github.com/thephpleague/flysystem/issues", - "source": "https://github.com/thephpleague/flysystem/tree/3.25.1" + "source": "https://github.com/thephpleague/flysystem/tree/3.26.0" }, "funding": [ { @@ -3055,7 +3122,7 @@ "type": "github" } ], - "time": "2024-03-16T12:53:19+00:00" + "time": "2024-03-25T11:49:53+00:00" }, { "name": "league/flysystem-local", @@ -5879,16 +5946,16 @@ }, { "name": "sentry/sentry-laravel", - "version": "4.3.1", + "version": "4.4.0", "source": { "type": "git", "url": "https://github.com/getsentry/sentry-laravel.git", - "reference": "631a5eb59c9469ce1722233337c11747fc620a8d" + "reference": "f375fed71f2d8ec164dd392c43b0cf716bf7725a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/getsentry/sentry-laravel/zipball/631a5eb59c9469ce1722233337c11747fc620a8d", - "reference": "631a5eb59c9469ce1722233337c11747fc620a8d", + "url": "https://api.github.com/repos/getsentry/sentry-laravel/zipball/f375fed71f2d8ec164dd392c43b0cf716bf7725a", + "reference": "f375fed71f2d8ec164dd392c43b0cf716bf7725a", "shasum": "" }, "require": { @@ -5952,7 +6019,7 @@ ], "support": { "issues": "https://github.com/getsentry/sentry-laravel/issues", - "source": "https://github.com/getsentry/sentry-laravel/tree/4.3.1" + "source": "https://github.com/getsentry/sentry-laravel/tree/4.4.0" }, "funding": [ { @@ -5964,7 +6031,7 @@ "type": "custom" } ], - "time": "2024-03-13T09:37:21+00:00" + "time": "2024-03-25T13:06:38+00:00" }, { "name": "spatie/laravel-google-calendar", @@ -9710,16 +9777,16 @@ }, { "name": "mockery/mockery", - "version": "1.6.10", + "version": "1.6.11", "source": { "type": "git", "url": "https://github.com/mockery/mockery.git", - "reference": "47065d1be1fa05def58dc14c03cf831d3884ef0b" + "reference": "81a161d0b135df89951abd52296adf97deb0723d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mockery/mockery/zipball/47065d1be1fa05def58dc14c03cf831d3884ef0b", - "reference": "47065d1be1fa05def58dc14c03cf831d3884ef0b", + "url": "https://api.github.com/repos/mockery/mockery/zipball/81a161d0b135df89951abd52296adf97deb0723d", + "reference": "81a161d0b135df89951abd52296adf97deb0723d", "shasum": "" }, "require": { @@ -9789,7 +9856,7 @@ "security": "https://github.com/mockery/mockery/security/advisories", "source": "https://github.com/mockery/mockery" }, - "time": "2024-03-19T16:15:45+00:00" + "time": "2024-03-21T18:34:15+00:00" }, { "name": "myclabs/deep-copy", @@ -10454,16 +10521,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.14", + "version": "10.5.15", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "4cf8824bab39c2dd57b57b9f6332f7135e2a3a49" + "reference": "86376e05e8745ed81d88232ff92fee868247b07b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4cf8824bab39c2dd57b57b9f6332f7135e2a3a49", - "reference": "4cf8824bab39c2dd57b57b9f6332f7135e2a3a49", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/86376e05e8745ed81d88232ff92fee868247b07b", + "reference": "86376e05e8745ed81d88232ff92fee868247b07b", "shasum": "" }, "require": { @@ -10535,7 +10602,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.14" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.15" }, "funding": [ { @@ -10551,7 +10618,7 @@ "type": "tidelift" } ], - "time": "2024-03-21T07:31:09+00:00" + "time": "2024-03-22T04:17:47+00:00" }, { "name": "sebastian/cli-parser", @@ -10925,16 +10992,16 @@ }, { "name": "sebastian/environment", - "version": "6.0.1", + "version": "6.1.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951" + "reference": "8074dbcd93529b357029f5cc5058fd3e43666984" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/43c751b41d74f96cbbd4e07b7aec9675651e2951", - "reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/8074dbcd93529b357029f5cc5058fd3e43666984", + "reference": "8074dbcd93529b357029f5cc5058fd3e43666984", "shasum": "" }, "require": { @@ -10949,7 +11016,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "6.0-dev" + "dev-main": "6.1-dev" } }, "autoload": { @@ -10977,7 +11044,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/environment/issues", "security": "https://github.com/sebastianbergmann/environment/security/policy", - "source": "https://github.com/sebastianbergmann/environment/tree/6.0.1" + "source": "https://github.com/sebastianbergmann/environment/tree/6.1.0" }, "funding": [ { @@ -10985,7 +11052,7 @@ "type": "github" } ], - "time": "2023-04-11T05:39:26+00:00" + "time": "2024-03-23T08:47:14+00:00" }, { "name": "sebastian/exporter", diff --git a/vite.config.js b/vite.config.js index b4fd74a8..0be4b033 100644 --- a/vite.config.js +++ b/vite.config.js @@ -5,6 +5,7 @@ import { networkInterfaces } from 'os' export default ({ mode }) => { process.env = { ...process.env, ...loadEnv(mode, process.cwd()) } + return defineConfig({ server: { host: Object.values(networkInterfaces()).flat().find(i => i.family === 'IPv4' && !i.internal).address,