Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 06aa05a

Browse files
committed
Upgrade esbuild to 0.13.2
1 parent 9606bcd commit 06aa05a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bundler/esbuild.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// @deno-types="https://deno.land/x/esbuild@v0.12.28/mod.d.ts"
2-
import { build, stop, Plugin } from 'https://deno.land/x/esbuild@v0.12.28/mod.js'
1+
// @deno-types="https://deno.land/x/esbuild@v0.13.2/mod.d.ts"
2+
import { build, stop, Plugin } from 'https://deno.land/x/esbuild@v0.13.2/mod.js'
33
import { join } from 'https://deno.land/[email protected]/path/mod.ts'
44
import { cache } from '../server/cache.ts'
55
import util from '../shared/util.ts'

0 commit comments

Comments
 (0)