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

Commit cc5f76b

Browse files
committed
Upgrade esbuild to 0.12.28
1 parent ffd810e commit cc5f76b

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/[email protected].25/mod.d.ts"
2-
import { build, stop, Plugin } from 'https://deno.land/x/[email protected].25/mod.js'
1+
// @deno-types="https://deno.land/x/[email protected].28/mod.d.ts"
2+
import { build, stop, Plugin } from 'https://deno.land/x/[email protected].28/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)