Skip to content

Commit ff9f12d

Browse files
chore(deps): update dependency @catppuccin/palette to v1.7.1
1 parent 6810349 commit ff9f12d

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.7.1";
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.17.0";
5-
import { flavorEntries, type FlavorName } from "npm:@catppuccin/palette@1.1.0";
5+
import { flavorEntries, type FlavorName } from "npm:@catppuccin/palette@1.7.1";
66
import plist from "npm:plist@3.1.0";
77

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

0 commit comments

Comments
 (0)