Skip to content

Commit

Permalink
Update Deno imports
Browse files Browse the repository at this point in the history
  • Loading branch information
theodore-s-beers committed May 4, 2024
1 parent 0311926 commit ae38b39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SCHEMATA/project_schema.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { z } from "https://deno.land/x/zod@v3.22.4/mod.ts";
import { z } from "https://deno.land/x/zod@v3.23.6/mod.ts";

// Set version here, validate everywhere else!
const schemaVersion = "0.2.3";
Expand Down
6 changes: 3 additions & 3 deletions TESTS/schema_tests.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { assertEquals } from "https://deno.land/[email protected]/assert/mod.ts";
import { v4 } from "https://deno.land/[email protected]/uuid/mod.ts";
import { crypto } from "https://deno.land/[email protected]/crypto/mod.ts";
import { assertEquals } from "jsr:@std/assert";
import { v4 } from "jsr:@std/uuid";

import {
creditRoles,
keywords,
Expand Down

0 comments on commit ae38b39

Please sign in to comment.