From 8e8af3214017c265c79019d6f5307318dc07ef3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 01:08:07 +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 };