Skip to content

Commit

Permalink
chore: update the esbuild dependencies (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamBergamin authored Jan 7, 2025
1 parent 0916465 commit 1e63b74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bundler/esbuild_bundler.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as esbuild from "npm:esbuild@0.23.1";
import { denoPlugins } from "jsr:@luca/esbuild-deno-loader@0.10.3";
import * as esbuild from "npm:esbuild@0.24.2";
import { denoPlugins } from "jsr:@luca/esbuild-deno-loader@0.11.1";

type EsbuildBundleOptions = {
/** The path to the file being bundled */
Expand Down

0 comments on commit 1e63b74

Please sign in to comment.