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

@@ -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"
}
}