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
DB_CONNECTION=pgsql
DB_HOST=127.0.0.1
DB_HOST=pgsql
DB_PORT=5432
DB_DATABASE=laravel
DB_USERNAME=sail
@@ -43,7 +43,7 @@ CACHE_STORE=database
MEMCACHED_HOST=127.0.0.1
REDIS_CLIENT=phpredis
REDIS_HOST=127.0.0.1
REDIS_HOST=redis
REDIS_PASSWORD=null
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"
},
"dependencies": {
"@inertiajs/vue3": "^3.0.0-beta.3",
"@nuxt/ui": "^4.5.1",
"valibot": "^1.3.1",
"vue": "^3.5.30"
"@inertiajs/vue3": "^3.4.0",
"@nuxt/ui": "^4.8.2",
"valibot": "^1.4.1",
"vue": "^3.5.38"
},
"devDependencies": {
"@antfu/eslint-config": "^7.7.3",
"@tailwindcss/vite": "^4.2.2",
"@vitejs/plugin-vue": "^6.0.5",
"@vue/test-utils": "^2.4.6",
"concurrently": "^9.2.1",
"eslint": "^10.0.3",
"jsdom": "^29.0.0",
"laravel-vite-plugin": "^3.0.0",
"tailwindcss": "^4.2.2",
"typescript": "^5.9.3",
"vite": "^8.0.1",
"vitest": "^4.1.0"
"@antfu/eslint-config": "^9.0.0",
"@tailwindcss/vite": "^4.3.1",
"@vitejs/plugin-vue": "^6.0.7",
"@vue/test-utils": "^2.4.11",
"concurrently": "^10.0.3",
"eslint": "^10.5.0",
"jsdom": "^29.1.1",
"laravel-vite-plugin": "^3.1.0",
"tailwindcss": "^4.3.1",
"typescript": "^6.0.3",
"vite": "^8.0.16",
"vitest": "^4.1.9"
}
}