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

Commit fe4272a

Browse files
committed
Upgrade esbuild to 0.12.22
1 parent 51411f5 commit fe4272a

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,8 +1,8 @@
11
import { join } from 'https://deno.land/[email protected]/path/mod.ts'
22
import { cache } from '../server/cache.ts'
33
import util from '../shared/util.ts'
4-
// @deno-types="https://deno.land/x/[email protected].19/mod.d.ts"
5-
import { build, stop, Plugin } from 'https://deno.land/x/[email protected].19/mod.js'
4+
// @deno-types="https://deno.land/x/[email protected].22/mod.d.ts"
5+
import { build, stop, Plugin } from 'https://deno.land/x/[email protected].22/mod.js'
66

77
export {
88
build as esbuild,

0 commit comments

Comments
 (0)