Skip to content

Commit

Permalink
chore(deps): update dependency https://deno.land/std to v0.216.0 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 17, 2024
1 parent dc6c017 commit ff07e55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deno-lib/updateReadme.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {
assertEquals,
assertThrows,
} from "https://deno.land/std@0.215.0/assert/mod.ts";
} from "https://deno.land/std@0.216.0/assert/mod.ts";
import { updateReadme } from "./updateReadme.ts";

const readme_default = `
Expand Down
2 changes: 1 addition & 1 deletion deno-lib/validateYaml.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assertEquals } from "https://deno.land/std@0.215.0/assert/mod.ts";
import { assertEquals } from "https://deno.land/std@0.216.0/assert/mod.ts";
import { validateYaml } from "./validateYaml.ts";

import blogPostSchema from "./fixtures/updateYaml/blogpost.schema.json" with {
Expand Down
2 changes: 1 addition & 1 deletion deno-lib/validateYaml.ts
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.215.0/yaml/parse.ts";
import { parse } from "https://deno.land/std@0.216.0/yaml/parse.ts";

/**
* Validates a string of YAML content against a JSON schema with Ajv.
Expand Down

0 comments on commit ff07e55

Please sign in to comment.