From 575ed64bc6df3fd4660957c438649c8f51eddee8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 23:41:03 +0000 Subject: [PATCH] chore(deps): update dependency @catppuccin/palette to v1 --- generateFlavours/deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generateFlavours/deps.ts b/generateFlavours/deps.ts index 1579560..06273fb 100644 --- a/generateFlavours/deps.ts +++ b/generateFlavours/deps.ts @@ -1,5 +1,5 @@ export * as path from "https://deno.land/std@0.177.0/path/mod.ts"; export * as colormath from "https://deno.land/x/colormath@1.2.4/mod.ts"; -export { labels, variants } from "npm:@catppuccin/palette@0.1.6"; +export { labels, variants } from "npm:@catppuccin/palette@1.7.1"; import Handlebars from "npm:handlebars@4.7.8"; export { Handlebars };