Skip to content

Commit

Permalink
Merge pull request #460 from M-L-D-H/tsb
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
theodore-s-beers authored Feb 15, 2024
2 parents e4ea202 + 3f93591 commit 7367db5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions TESTS/schema_tests.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { assertEquals } from "https://deno.land/std@0.208.0/assert/mod.ts";
import { v4 } from "https://deno.land/std@0.208.0/uuid/mod.ts";
import { assertEquals } from "https://deno.land/std@0.216.0/assert/mod.ts";
import { v4 } from "https://deno.land/std@0.216.0/uuid/mod.ts";
import {
creditRoles,
keywords,
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"test": "deno test --allow-read TESTS/schema_tests.ts"
},
"devDependencies": {
"prettier": "^3.2.4"
"prettier": "^3.2.5"
}
}

0 comments on commit 7367db5

Please sign in to comment.