Skip to content

Commit

Permalink
Updated deno imports versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mukwevhom committed May 7, 2024
1 parent e0be7fe commit 4e36f9e
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"imports": {
"std/": "https://deno.land/std@0.223.0/",
"std/": "https://deno.land/std@0.224.0/",
"oak/": "https://deno.land/x/oak@v16.0.0/",
"postgres/": "https://deno.land/x/postgres@v0.19.2/"
"postgres/": "https://deno.land/x/postgres@v0.19.3/"
},
"tasks": {
"start": "deno run --allow-net --allow-read --allow-env --unstable-cron main.ts",
Expand Down
28 changes: 28 additions & 0 deletions deno.lock

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

1 comment on commit 4e36f9e

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 4e36f9e May 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Relative import path "oak/mod.ts" not prefixed with / or ./ or ../

Please sign in to comment.