Skip to content

Commit fbd2b39

Browse files
chore(deps): update dependency @catppuccin/palette to v1.5.0
1 parent d2bbee4 commit fbd2b39

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/convert.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { type ColorName, type FlavorName, flavors } from "npm:@catppuccin/palette@1.1.0";
1+
import { type ColorName, type FlavorName, flavors } from "npm:@catppuccin/palette@1.5.0";
22
import type { Overrides, VSCTheme } from "./main.ts";
33
import { customTokens } from "./syntaxes/index.ts";
44

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { join } from "https://deno.land/std@0.219.1/path/join.ts";
22
import { parseArgs } from "https://deno.land/std@0.219.1/cli/parse_args.ts";
33

44
import { compile as vscCompile } from "npm:@catppuccin/vscode@3.12.0";
5-
import { flavorEntries, type FlavorName } from "npm:@catppuccin/palette@1.1.0";
5+
import { flavorEntries, type FlavorName } from "npm:@catppuccin/palette@1.5.0";
66
import plist from "npm:plist@3.1.0";
77

88
import { convert } from "./convert.ts";

0 commit comments

Comments
 (0)