We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3feec4 commit e25f087Copy full SHA for e25f087
1 file changed
src/main.ts
@@ -1,5 +1,5 @@
1
-import { join } from "https://deno.land/std@0.219.1/path/join.ts";
2
-import { parseArgs } from "https://deno.land/std@0.219.1/cli/parse_args.ts";
+import { join } from "https://deno.land/std@0.224.0/path/join.ts";
+import { parseArgs } from "https://deno.land/std@0.224.0/cli/parse_args.ts";
3
4
import { compile as vscCompile } from "npm:@catppuccin/vscode@3.12.0";
5
import { flavorEntries, type FlavorName } from "npm:@catppuccin/palette@1.1.0";
0 commit comments