From e8f2dd5faa73f6a562e6d3a8c85e8de4fe6f2555 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 15:05:26 +0000 Subject: [PATCH] chore(deps): update dependency @alltuner/vibetuner to v8 --- template/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/package.json b/template/package.json index 5d79062..57c9139 100644 --- a/template/package.json +++ b/template/package.json @@ -3,7 +3,7 @@ "@lucide/lab": "^0.1.2", "@tailwindcss/typography": "^0.5.19", "lucide": "^0.555.0", - "@alltuner/vibetuner": "^2.21.0" + "@alltuner/vibetuner": "^8.0.0" }, "scripts": { "build:css": "bun tailwindcss -i config/config.css --minify -o docs/statics/css/bundle.css && bun run config/hash-css.ts",