chore: update dependencies and fix env DB host for Sail

This commit is contained in:
2026-06-15 18:22:07 +02:00
parent 596588241b
commit 3671acfa2a
4 changed files with 2911 additions and 3436 deletions

View File

@@ -21,7 +21,7 @@ LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug LOG_LEVEL=debug
DB_CONNECTION=pgsql DB_CONNECTION=pgsql
DB_HOST=127.0.0.1 DB_HOST=pgsql
DB_PORT=5432 DB_PORT=5432
DB_DATABASE=laravel DB_DATABASE=laravel
DB_USERNAME=sail DB_USERNAME=sail
@@ -43,7 +43,7 @@ CACHE_STORE=database
MEMCACHED_HOST=127.0.0.1 MEMCACHED_HOST=127.0.0.1
REDIS_CLIENT=phpredis REDIS_CLIENT=phpredis
REDIS_HOST=127.0.0.1 REDIS_HOST=redis
REDIS_PASSWORD=null REDIS_PASSWORD=null
REDIS_PORT=6379 REDIS_PORT=6379

1292
composer.lock generated

File diff suppressed because it is too large Load Diff

5019
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -12,23 +12,23 @@
"test:coverage": "vitest run --coverage" "test:coverage": "vitest run --coverage"
}, },
"dependencies": { "dependencies": {
"@inertiajs/vue3": "^3.0.0-beta.3", "@inertiajs/vue3": "^3.4.0",
"@nuxt/ui": "^4.5.1", "@nuxt/ui": "^4.8.2",
"valibot": "^1.3.1", "valibot": "^1.4.1",
"vue": "^3.5.30" "vue": "^3.5.38"
}, },
"devDependencies": { "devDependencies": {
"@antfu/eslint-config": "^7.7.3", "@antfu/eslint-config": "^9.0.0",
"@tailwindcss/vite": "^4.2.2", "@tailwindcss/vite": "^4.3.1",
"@vitejs/plugin-vue": "^6.0.5", "@vitejs/plugin-vue": "^6.0.7",
"@vue/test-utils": "^2.4.6", "@vue/test-utils": "^2.4.11",
"concurrently": "^9.2.1", "concurrently": "^10.0.3",
"eslint": "^10.0.3", "eslint": "^10.5.0",
"jsdom": "^29.0.0", "jsdom": "^29.1.1",
"laravel-vite-plugin": "^3.0.0", "laravel-vite-plugin": "^3.1.0",
"tailwindcss": "^4.2.2", "tailwindcss": "^4.3.1",
"typescript": "^5.9.3", "typescript": "^6.0.3",
"vite": "^8.0.1", "vite": "^8.0.16",
"vitest": "^4.1.0" "vitest": "^4.1.9"
} }
} }