Skip to content

Commit

Permalink
build(deno-lib): fix imports for renovate (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston authored Dec 25, 2023
1 parent 46f164b commit 7d4da8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deno-lib/validateYaml.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Ajv, { type Schema } from "https://esm.sh/v135/[email protected]";
import Ajv, { type Schema } from "https://esm.sh/[email protected]?pin=v135";
import { parse } from "https://deno.land/[email protected]/yaml/parse.ts";

/**
Expand Down
2 changes: 1 addition & 1 deletion deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7d4da8d

Please sign in to comment.