-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency https://deno.land/std to v0.223.0 (#138)
- Loading branch information
1 parent
030497e
commit 226ccb1
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import Ajv, { type Schema } from "https://esm.sh/[email protected]?pin=v135"; | ||
import { parse } from "https://deno.land/std@0.216.0/yaml/parse.ts"; | ||
import { parse } from "https://deno.land/std@0.223.0/yaml/parse.ts"; | ||
|
||
/** | ||
* Validates a string of YAML content against a JSON schema with Ajv. | ||
|