Skip to content

Commit

Permalink
#46 Update Deno, sentry and deno std library
Browse files Browse the repository at this point in the history
  • Loading branch information
danielemery committed Aug 17, 2024
1 parent ca95ad2 commit e4ec29b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the official Deno image as the source to copy the Deno executable from.
FROM denoland/deno:bin-1.45.4 AS deno
FROM denoland/deno:bin-1.45.5 AS deno

# Use the official TypeScript Node image as a base image.
# We don't actually use it for much since deno takes care of things, but
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM denoland/deno:1.45.4
FROM denoland/deno:1.45.5

WORKDIR /app

Expand Down
9 changes: 4 additions & 5 deletions deno.lock

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

2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { z } from "https://deno.land/x/[email protected]/mod.ts";
export { ZodError } from "https://deno.land/x/[email protected]/ZodError.ts";
export * as Sentry from "https://deno.land/x/sentry@8.19.0/index.mjs";
export * as Sentry from "https://deno.land/x/sentry@8.26.0/index.mjs";

0 comments on commit e4ec29b

Please sign in to comment.