diff --git a/generateFlavours/deps.ts b/generateFlavours/deps.ts index 5d435fa..1579560 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"; -import Handlebars from "npm:handlebars@4.7.7"; +import Handlebars from "npm:handlebars@4.7.8"; export { Handlebars };