Skip to content

Commit

Permalink
chore(deps): update dependency https://deno.land/x/cliffy to v1.0.0-rc.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 24, 2025
1 parent 2bd6a68 commit 570ba60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/nvim/templates/typescript/base-cliffy.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Command } from "https://deno.land/x/cliffy@v1.0.0-rc.4/command/mod.ts";
import { Command } from "https://deno.land/x/cliffy@v1.0.0-rc.7/command/mod.ts";

if (import.meta.main) {
const { options } = await new Command()
Expand Down
2 changes: 1 addition & 1 deletion scripts/tools/yabai-close-empty-spaces.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Command } from "https://deno.land/x/cliffy@v1.0.0-rc.4/command/mod.ts";
import { Command } from "https://deno.land/x/cliffy@v1.0.0-rc.7/command/mod.ts";
import $ from "https://deno.land/x/dax@0.37.1/mod.ts";
import {
$array,
Expand Down

0 comments on commit 570ba60

Please sign in to comment.