Skip to content

Commit

Permalink
chore(deps): update dependency @catppuccin/palette to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 9, 2024
1 parent d3feec4 commit 2284492
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/convert.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { type ColorName, type FlavorName, flavors } from "npm:@catppuccin/palette@1.1.0";
import { type ColorName, type FlavorName, flavors } from "npm:@catppuccin/palette@1.3.0";
import type { Overrides, VSCTheme } from "./main.ts";
import { customTokens } from "./syntaxes/index.ts";

Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { join } from "https://deno.land/std@0.219.1/path/join.ts";
import { parseArgs } from "https://deno.land/std@0.219.1/cli/parse_args.ts";

import { compile as vscCompile } from "npm:@catppuccin/vscode@3.12.0";
import { flavorEntries, type FlavorName } from "npm:@catppuccin/palette@1.1.0";
import { flavorEntries, type FlavorName } from "npm:@catppuccin/palette@1.3.0";
import plist from "npm:plist@3.1.0";

import { convert } from "./convert.ts";
Expand Down

0 comments on commit 2284492

Please sign in to comment.