From 6fdf6cd64db3c7809b9035db178e8b3851247367 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Thu, 17 Apr 2025 15:13:24 +0200 Subject: [PATCH] fix(dep): lockfile version pinning --- bun.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bun.lock b/bun.lock index f739d4d2ba..898e3b70de 100644 --- a/bun.lock +++ b/bun.lock @@ -4,11 +4,11 @@ "": { "name": "coolify", "devDependencies": { - "@tailwindcss/vite": "latest", - "concurrently": "latest", - "laravel-vite-plugin": "latest", - "tailwindcss": "latest", - "vite": "latest", + "@tailwindcss/vite": "^4.1.4", + "concurrently": "^9.1.2", + "laravel-vite-plugin": "^1.2.0", + "tailwindcss": "^4.1.4", + "vite": "^6.3.1", }, }, },