Skip to content

Commit

Permalink
chore(deps): update dependency @catppuccin/palette to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent c7198ab commit 72528e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import less from "npm:less";
import { join } from "std/path/mod.ts";
import { flavorEntries } from "npm:@catppuccin/palette@1.1.0";
import { flavorEntries } from "npm:@catppuccin/palette@1.4.0";

const THEME_DIR = join(import.meta.dirname as string, "../themes/");

Expand Down

0 comments on commit 72528e1

Please sign in to comment.