Skip to content

Commit

Permalink
chore: update esbuild_deno_loader to 0.8.5 (#2273)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Jan 23, 2024
1 parent 80b4207 commit 34c875c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact"
},
"lint": {
"rules": { "exclude": ["no-window"] }
}
}
2 changes: 1 addition & 1 deletion src/build/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ export {
toFileUrl,
} from "https://deno.land/std@0.211.0/path/mod.ts";
export { escape as regexpEscape } from "https://deno.land/std@0.211.0/regexp/escape.ts";
export { denoPlugins } from "https://deno.land/x/esbuild_deno_loader@0.8.4/mod.ts";
export { denoPlugins } from "https://deno.land/x/esbuild_deno_loader@0.8.5/mod.ts";
export { assertEquals } from "https://deno.land/std@0.211.0/assert/mod.ts";

0 comments on commit 34c875c

Please sign in to comment.